- 28 Jul, 2017 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
Extended Module#const_get to support class paths
-
Yukihiro "Matz" Matsumoto authored
Added Array#bsearch_index
-
Yukihiro "Matz" Matsumoto authored
Fixed return value of Module#include and #prepend
-
Christopher Aue authored
-
Christopher Aue authored
-
Christopher Aue authored
-
Christopher Aue authored
-
Christopher Aue authored
-
Christopher Aue authored
-
- 27 Jul, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
It reduces the memory consumption and sometimes improve the performance as well. For example, the consumed memory size of `bench/bm_ao_render.rb` is reduced from 1.2GB to 1GB, and its total execution time become 18.795 sec from 22.229 sec.
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Jul, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 25 Jul, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 24 Jul, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 21 Jul, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 20 Jul, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fixed setting custom rbfiles in gemspec
-
Yukihiro "Matz" Matsumoto authored
-
- 19 Jul, 2017 5 commits
-
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Implemented Module#singleton_class?
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 18 Jul, 2017 4 commits
-
-
https://github.com/christopheraue/mrubyYukihiro "Matz" Matsumoto authored
Merge branch 'const_set_mod_to_s' of https://github.com/christopheraue/mruby into christopheraue-const_set_mod_to_s
-
Christopher Aue authored
-
Christopher Aue authored
-
Yukihiro "Matz" Matsumoto authored
It will no longer shrink arena region. Instead `vm.c` uses a static function `mrb_gc_arena_shrink()` to shrink.
-
- 17 Jul, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
added tests for #3736
-
Yukihiro "Matz" Matsumoto authored
added basic tests for while/until/break/next
-
- 16 Jul, 2017 2 commits
-
-
Christopher Aue authored
-
Christopher Aue authored
-
- 14 Jul, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-