index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-04
Merge pull request #5571 from mruby/dependabot/github_actions/actions/checkou...
Yukihiro "Matz" Matsumoto
2021-11-03
build(deps): bump actions/checkout from 2.3.5 to 2.4.0
dependabot[bot]
2021-11-03
Merge pull request #5565 from dearblue/class.new
Yukihiro "Matz" Matsumoto
2021-11-01
Merge pull request #5568 from dearblue/nan+cxx_abi
Yukihiro "Matz" Matsumoto
2021-11-01
object.c: fast implementation of `mrb_obj_eq`.
Yukihiro "Matz" Matsumoto
2021-10-31
Added `Random.#bytes` method
dearblue
2021-10-31
Added `Array#product` method
dearblue
2021-10-31
Fix failed build with `MRB_NAN_BOXING` and `enable_cxx_abi`
dearblue
2021-10-31
Merge pull request #5566 from dearblue/no_float_truncate
Yukihiro "Matz" Matsumoto
2021-10-30
Merge pull request #5567 from dearblue/mrb_static_assert.1
Yukihiro "Matz" Matsumoto
2021-10-30
boxing_nan.h: allow `MRB_INT64` with `MRB_NAN_BOXING`.
Yukihiro "Matz" Matsumoto
2021-10-30
boxing_nan.h: implement Favor pointer NaN Boxing.
Yukihiro "Matz" Matsumoto
2021-10-30
Avoid violations of the `mrb_static_assert()` standard
dearblue
2021-10-30
Avoid redefining `MRB_WORDBOX_NO_FLOAT_TRUNCATE`
dearblue
2021-10-29
Improved `Class#new` method
dearblue
2021-10-28
boxing_nan.h: refactor NaN Boxing.
Yukihiro "Matz" Matsumoto
2021-10-26
boxing_nan.h: revert part of dccd66f
Yukihiro "Matz" Matsumoto
2021-10-25
Merge pull request #5564 from dearblue/static_assert
Yukihiro "Matz" Matsumoto
2021-10-24
Make `mrb_static_assert()` a variable argument
dearblue
2021-10-24
doc/mruby3.1.h: separate mruby3.0 changes and mruby3.1 changes.
Yukihiro "Matz" Matsumoto
2021-10-23
string.c: use FNV1a algorithm for the string hash function.
Yukihiro "Matz" Matsumoto
2021-10-22
Merge pull request #5563 from suetanvil-misc/project-bintest-emulator-4-flat
Yukihiro "Matz" Matsumoto
2021-10-21
Added testing support for cross-MinGW builds.
Chris Reuter
2021-10-21
codedump.c: add indentation for `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-10-20
doc/mruby3.md: updated to the most recent mruby3.1 (to be).
Yukihiro "Matz" Matsumoto
2021-10-19
dump.h: bump `RITE_BINARY_MAJOR_VER` to `03`.
Yukihiro "Matz" Matsumoto
2021-10-19
codedump.c: remove `OP_` prefix from disasm output.
Yukihiro "Matz" Matsumoto
2021-10-19
codegen.c: skip `OP_LOADSELF` using `OP_SSEND`.
Yukihiro "Matz" Matsumoto
2021-10-19
ops.h: add new instructions `OP_SSEND` and `OP_SSENDB`.
Yukihiro "Matz" Matsumoto
2021-10-19
ops.h: update descriptions for array-like accesses.
Yukihiro "Matz" Matsumoto
2021-10-19
ops.h: update `OP_SEND` description.
Yukihiro "Matz" Matsumoto
2021-10-19
Merge pull request #5560 from mruby/dependabot/github_actions/actions/checkou...
Yukihiro "Matz" Matsumoto
2021-10-18
build(deps): bump actions/checkout from 2.3.4 to 2.3.5
dependabot[bot]
2021-10-18
Merge pull request #5559 from igrep/fix-commented-out-example
Yukihiro "Matz" Matsumoto
2021-10-18
Fix a syntax error in commented-out code
YAMAMOTO Yuji
2021-10-18
codegen.c: Reduce `MRB_CODEGEN_LEVEL_MAX` from 1024 to 256.
Yukihiro "Matz" Matsumoto
2021-10-18
codegen.c: fixed a bug regarding attribute assignment with kargs.
Yukihiro "Matz" Matsumoto
2021-10-17
codegen.c: forgot to check `s2` extensively in `super` codegen.
Yukihiro "Matz" Matsumoto
2021-10-17
AUTHORS: update.
Yukihiro "Matz" Matsumoto
2021-10-16
codegen.c: `s2` may be `NULL`.
Yukihiro "Matz" Matsumoto
2021-10-16
parse.y: check `car` part of return node.
Yukihiro "Matz" Matsumoto
2021-10-15
Merge pull request #5558 from jbampton/fix-grammar
Yukihiro "Matz" Matsumoto
2021-10-14
rational.c: avoid recursion between `rational_eq` and `complex_eq`.
Yukihiro "Matz" Matsumoto
2021-10-14
vm.c: need to ensure the stack size is sufficient.
Yukihiro "Matz" Matsumoto
2021-10-14
Fix grammar in doc/guides/mrbgems.md
John Bampton
2021-10-13
codegen.c: skip `OP_ARGARY` before `super` if the method has no arguments.
Yukihiro "Matz" Matsumoto
2021-10-12
error.c: small refactoring regarding #2485
Yukihiro "Matz" Matsumoto
2021-10-12
Merge branch 'take-cheeze-exc_mesg'
Yukihiro "Matz" Matsumoto
2021-10-12
Merge branch 'exc_mesg' of https://github.com/take-cheeze/mruby into take-che...
Yukihiro "Matz" Matsumoto
2021-10-12
codegen.c: should not assign negative number to `ainfo` (`size_t`).
Yukihiro "Matz" Matsumoto
[prev]
[next]