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-11-22
Refine build log for generated files
KOBAYASHI Shuji
2020-11-22
Merge pull request #5172 from shuujii/move-global-function-for-build-to-lib-m...
Yukihiro "Matz" Matsumoto
2020-11-22
Merge pull request #5170 from dearblue/gcmark
Yukihiro "Matz" Matsumoto
2020-11-22
Move global function for build to `lib/mruby/core_ext.rb`
KOBAYASHI Shuji
2020-11-22
Fix GC mark leaks for `MRB_TT_BREAK`; fix #5168
dearblue
2020-11-22
Merge pull request #5169 from shuujii/fix-size-of-local-variable-array-in-str...
Yukihiro "Matz" Matsumoto
2020-11-22
Fix size of local variable array in struct dumped file
KOBAYASHI Shuji
2020-11-22
Merge pull request #5167 from dearblue/singleton-method
Yukihiro "Matz" Matsumoto
2020-11-21
Merge pull request #5166 from shuujii/rename-MRB_ENABLE-DISABLE_-to-MRB_USE-NO_
Yukihiro "Matz" Matsumoto
2020-11-21
Improved `Object#define_singleton_method`
dearblue
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-21
Merge pull request #5157 from dearblue/detect-rb-mrb
Yukihiro "Matz" Matsumoto
2020-11-21
Allow to mixed and specify `*.rb` and `*.mrb` in `bin/mruby`
dearblue
2020-11-21
Merge pull request #5165 from shuujii/fix-incorrect-build-name-and-simplify-b...
Yukihiro "Matz" Matsumoto
2020-11-21
Fix incorrect build name and simplify `build_config/boxing.rb` [ci skip]
KOBAYASHI Shuji
2020-11-21
Merge pull request #5164 from shuujii/automatically-enable-MRB_ENABLE_DEBUG_H...
Yukihiro "Matz" Matsumoto
2020-11-21
Automatically enable `MRB_ENABLE_DEBUG_HOOK` if `mruby-bin-debugger` is used
KOBAYASHI Shuji
2020-11-21
Remove `-Wdeclaration-after-statement` from gcc options; #5159
Yukihiro "Matz" Matsumoto
2020-11-21
Remove 2 restrictions from `CONTRIBUTING.md`; close #5159
Yukihiro "Matz" Matsumoto
2020-11-21
Merge pull request #5161 from dearblue/ary-splice
Yukihiro "Matz" Matsumoto
2020-11-21
Merge pull request #5162 from shuujii/move-some-.rake-files-to-tasks-director...
Yukihiro "Matz" Matsumoto
2020-11-21
Reserve `OP_SENDVK` for the future keyword arguments like Ruby3.0.
Yukihiro "Matz" Matsumoto
2020-11-21
Fix infinite loop bug from `super` when method is prepended.
Yukihiro "Matz" Matsumoto
2020-11-21
Fix module order of `#include`; ruby-bug:7844
Yukihiro "Matz" Matsumoto
2020-11-21
Merge pull request #5160 from dearblue/cptr-obj
Yukihiro "Matz" Matsumoto
2020-11-21
Merge pull request #5158 from dearblue/typo
Yukihiro "Matz" Matsumoto
2020-11-21
Fix documents for `mrb_ary_splice()` [ci skip]
dearblue
2020-11-21
Unable for the `MRB_TT_CPTR` object to have a singleton class
dearblue
2020-11-21
Move some `.rake` files to `tasks` directory for consistency
KOBAYASHI Shuji
2020-11-21
Fix typo "overfow" to "overflow" [ci skip]
dearblue
2020-11-21
Test each combination of boxing, `mrb_int` size, and archtecture.
Yukihiro "Matz" Matsumoto
2020-11-21
Specify `conf` explicitly for `enable_debug`.
Yukihiro "Matz" Matsumoto
2020-11-21
Update `Float#to_s` to keep trailing zero as CRuby does; ref 68cebb6
Yukihiro "Matz" Matsumoto
2020-11-21
Merge pull request #5156 from shuujii/improve-determining-C++-compiler-in-tas...
Yukihiro "Matz" Matsumoto
2020-11-21
Improve determining C++ compiler in `tasks/toolchains/gcc.rake`
KOBAYASHI Shuji
2020-11-20
Merge pull request #5155 from shuujii/refactor-mrblib-mrblib.rake
Yukihiro "Matz" Matsumoto
2020-11-20
Refactor `mrblib/mrblib.rake`
KOBAYASHI Shuji
2020-11-20
Merge pull request #5153 from shuujii/refactor-src-mruby_core.rake
Yukihiro "Matz" Matsumoto
2020-11-20
Merge pull request #5152 from shuujii/move-lib-mruby-core-ext.rb-to-lib-mruby...
Yukihiro "Matz" Matsumoto
2020-11-20
Refactor `src/mruby_core.rake`
KOBAYASHI Shuji
2020-11-20
Move `lib/mruby-core-ext.rb` to `lib/mruby/core_ext.rb` for consistency
KOBAYASHI Shuji
2020-11-19
Merge pull request #5150 from shuujii/allow-bintest-even-if-build-name-is-not...
Yukihiro "Matz" Matsumoto
2020-11-19
Allow `bintest` even if build name is not `host`
KOBAYASHI Shuji
2020-11-18
Merge pull request #5146 from shuujii/fix-integer-overflow-error-in-mrdb-test
Yukihiro "Matz" Matsumoto
2020-11-18
Fix integer overflow error in mrdb test
KOBAYASHI Shuji
2020-11-18
Merge pull request #5149 from mruby/revert-5147-patch1
Yukihiro "Matz" Matsumoto
2020-11-18
Revert "Check if irep->reps is NULL in lv_defined_p"
Yukihiro "Matz" Matsumoto
2020-11-18
Use `mrb_int_value()` instead of `mrb_fixnum_value()`; fix #5142
Yukihiro "Matz" Matsumoto
2020-11-18
Merge pull request #5147 from hifoolno/patch1
Yukihiro "Matz" Matsumoto
2020-11-18
Check if irep->reps is NULL in lv_defined_p
Zhang Xiaohui
[next]