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
2020-07-29
Use type tag for hash code in `ht_hash_func()`
2.1.2-rc2
KOBAYASHI Shuji
2020-07-29
Fix the VM stack handling bug in 'mrb_yield_with_class()`; fix #5042
Yukihiro "Matz" Matsumoto
2020-07-29
Fixed shift width for `MRB_ENV_SET_BIDX()`
dearblue
2020-07-01
Update version to `2.1.2`. (mruby 2.1.2 RC)
2.1.2-rc
Hiroshi Mimaki
2020-06-30
Revert "Free the original pointer if `realloc` failed."
Hiroshi Mimaki
2020-06-29
Fix the bug that `mrbc` generates `a.rb.mrb` instead of `a.mrb`.
Yukihiro "Matz" Matsumoto
2020-06-25
Remove unnecessary stack adjustment in `OP_CALL`.
Yukihiro "Matz" Matsumoto
2020-06-25
Free the original pointer if `realloc` failed.
Yukihiro "Matz" Matsumoto
2020-06-25
Remove unnecessary `break` from `numeric.c`.
Yukihiro "Matz" Matsumoto
2020-06-25
Use `snprintf` instead of `memcpy` in `mrbc.c`.
Yukihiro "Matz" Matsumoto
2020-06-25
Change flag names in preparation of `REnv` refactoring.
Yukihiro "Matz" Matsumoto
2020-06-25
Use `mrb_get_argc()` to improve performance.
Yukihiro "Matz" Matsumoto
2020-06-23
Create codeql-analysis.yml
Yukihiro "Matz" Matsumoto
2020-06-22
Skip `mrb_get_args()` in `mrb_ary_{aget,aset}` unless necessary.
Yukihiro "Matz" Matsumoto
2020-06-20
Fix potential buffer overflow in `sprintf.c`.
Yukihiro "Matz" Matsumoto
2020-06-20
Support integer and float combination in `mrb_equal()`.
Yukihiro "Matz" Matsumoto
2020-06-20
Move definition of `BasicObject#!=` to `mrblib`.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-20
Symbolify saved alias name to improve performance.
Yukihiro "Matz" Matsumoto
2020-06-15
Remove unnecessary comments from `MRB_TT_*` definitions.
Yukihiro "Matz" Matsumoto
2020-06-15
Remove unused `MRB_TT_FILE`.
Yukihiro "Matz" Matsumoto
2020-06-11
Reorganize gray mark functions in GC.
Yukihiro "Matz" Matsumoto
2020-06-11
Remove GC test code from ancient.
Yukihiro "Matz" Matsumoto
2020-06-11
Remove endian configuration methods.
Yukihiro "Matz" Matsumoto
2020-06-11
Merge pull request #5023 from dearblue/nesting
Yukihiro "Matz" Matsumoto
2020-06-09
Update `OP_HASH` generation to support big hash creation.
Yukihiro "Matz" Matsumoto
2020-06-09
Merge pull request #5022 from dearblue/test-dir
Yukihiro "Matz" Matsumoto
2020-06-09
Merge pull request #5021 from dearblue/kernel-test
Yukihiro "Matz" Matsumoto
2020-06-09
Remove `mrb_assert()` in `Module.nesting`
dearblue
2020-06-09
Need `build/XXX/mrbgems/mruby-test` directory
dearblue
2020-06-09
Update `test/t/kernel.rb`
dearblue
2020-06-08
Merge pull request #5020 from jethrodaniel/master
Yukihiro "Matz" Matsumoto
2020-06-08
only use GEMNAME if defined in assert.rb
Mark Delk
2020-06-08
Merge pull request #5013 from shuujii/print-exception-backtrace-if-possible-w...
Yukihiro "Matz" Matsumoto
2020-06-05
Add proper cast.
Yukihiro "Matz" Matsumoto
2020-06-05
Change arena index from `mrb_int` to `int`.
Yukihiro "Matz" Matsumoto
2020-06-05
Revert part of #5019 (`mruby_io_test.c`) to honor #4987
Yukihiro "Matz" Matsumoto
2020-06-05
Add proper casts to silence VC warnings.
Yukihiro "Matz" Matsumoto
2020-06-05
Squashed commit of the following:
Yukihiro "Matz" Matsumoto
2020-06-05
Change arena index from `mrb_int` to `int`.
Yukihiro "Matz" Matsumoto
2020-06-05
Merge pull request #5019 from mruby/stable
Yukihiro "Matz" Matsumoto
2020-06-05
Merge master.
Hiroshi Mimaki
2020-06-04
Remove `rake -v` option from GitHub Actions.
Yukihiro "Matz" Matsumoto
2020-06-04
Ignore files for `clangd`.
Yukihiro "Matz" Matsumoto
2020-06-04
Remove `bison` installation from GitHub Actions.
Yukihiro "Matz" Matsumoto
2020-06-04
Update release date.
2.1.1
Hiroshi Mimaki
2020-06-04
Add explicit cast to `DROP_PRECISION` macro in `rtional.c`.
Yukihiro "Matz" Matsumoto
2020-06-04
Add `mruby-complex` and `mruby-rational` to `default.gembox`.
Yukihiro "Matz" Matsumoto
2020-06-04
Add explicit cast to silence warnings on AppVeyor.
Yukihiro "Matz" Matsumoto
2020-06-04
Merge pull request #4865 from take-cheeze/istruct_align
Yukihiro "Matz" Matsumoto
[next]