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-18
Merge pull request #5145 from shuujii/remove-unused-MRubyBuild-enable_bintest=
Yukihiro "Matz" Matsumoto
2020-11-18
Merge pull request #5144 from hifoolno/master
Yukihiro "Matz" Matsumoto
2020-11-18
Remove unused `MRuby::Build#enable_{bin,}test=`
KOBAYASHI Shuji
2020-11-18
Check if irep->reps is NULL
Zhang Xiaohui
2020-11-18
Retrieve `irep` from `proc` after `MRB_PROC_CFUNC_P` check; ref #5140
Yukihiro "Matz" Matsumoto
2020-11-17
Revert half of 9fbf0ef8.
Yukihiro "Matz" Matsumoto
2020-11-17
Check division overflow (`MRB_INT_MIN` and `-1`).
Yukihiro "Matz" Matsumoto
2020-11-17
Merge pull request #5141 from shuujii/fix-deprecated-set-env-command-error-on...
Yukihiro "Matz" Matsumoto
2020-11-17
Fix deprecated `set-env` command error on GitHub Actions [ci skip]
KOBAYASHI Shuji
2020-11-17
Overflown integers should not be fall back to float values.
Yukihiro "Matz" Matsumoto
2020-11-17
Detect overflow in `flo_shift()`.
Yukihiro "Matz" Matsumoto
2020-11-17
Refactoring integer ranges.
Yukihiro "Matz" Matsumoto
2020-11-17
Scan all active C source files; ref 600e333
Yukihiro "Matz" Matsumoto
2020-11-17
Refactor integer division.
Yukihiro "Matz" Matsumoto
2020-11-17
Simplify `mrb_num_div_int()`.
Yukihiro "Matz" Matsumoto
2020-11-16
Allow `int` size combinations for `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2020-11-16
Merge pull request #5137 from shuujii/use-uintptr_t-instead-of-unsigned-long-...
Yukihiro "Matz" Matsumoto
2020-11-16
Merge pull request #5139 from shuujii/avoid-undefined-behavior
Yukihiro "Matz" Matsumoto
2020-11-16
Merge pull request #5138 from shuujii/simplify-obj_free
Yukihiro "Matz" Matsumoto
2020-11-16
Avoid undefined behavior
KOBAYASHI Shuji
2020-11-16
Simplify `obj_free`
KOBAYASHI Shuji
2020-11-16
Use `uintptr_t` instead of `unsigned long` in `include/mruby/boxing_word.h`
KOBAYASHI Shuji
2020-11-15
Merge pull request #5135 from shuujii/fix-paths-of-gem-files-to-be-scanned-fo...
Yukihiro "Matz" Matsumoto
2020-11-15
Merge pull request #5134 from shuujii/fix-that-large-integer-is-not-GCed-with...
Yukihiro "Matz" Matsumoto
2020-11-15
Fix paths of gem files to be scanned for presym
KOBAYASHI Shuji
2020-11-15
Fix that large integer is not GCed with Word-boxing
KOBAYASHI Shuji
2020-11-15
Fixed further wrong condition in overflow detection.
Yukihiro "Matz" Matsumoto
2020-11-14
Fixed wrong condition in `mrb_int_mul_overflow()`.
Yukihiro "Matz" Matsumoto
2020-11-14
Change the fallback `mrb_int_mul_overflow()`.
Yukihiro "Matz" Matsumoto
2020-11-14
Change the type of `rlen` to `uint8_t` in `mrb_irep`.
Yukihiro "Matz" Matsumoto
2020-11-14
Integer overflow in operations should cause `RangeError`.
Yukihiro "Matz" Matsumoto
2020-11-14
Allow full `mrb_int` operations in overflow detection.
Yukihiro "Matz" Matsumoto
2020-11-14
Integer operation should result in Integer.
Yukihiro "Matz" Matsumoto
2020-11-14
Scan source files only from `cdump` enabled gems.
Yukihiro "Matz" Matsumoto
2020-11-14
Merge pull request #5132 from shuujii/remove-redundant-command-execution-in-h...
Yukihiro "Matz" Matsumoto
2020-11-14
Remove redundant command execution in `header_search_paths`
KOBAYASHI Shuji
2020-11-14
Merge pull request #5131 from shuujii/remove-unused-constant-in-lib-mruby-bui...
Yukihiro "Matz" Matsumoto
2020-11-14
Merge pull request #5130 from shuujii/workaround-to-build-mirb-with-Homebrews...
Yukihiro "Matz" Matsumoto
2020-11-14
Remove unused constant in `lib/mruby/build/command.rb`
KOBAYASHI Shuji
2020-11-14
Workaround to build `mirb` with Homebrew's readline on Mac; fix #4537
KOBAYASHI Shuji
2020-11-14
Merge pull request #5128 from shuujii/simplify-MRubyCommand-_run-to-avoid-dup...
Yukihiro "Matz" Matsumoto
2020-11-14
Merge pull request #5129 from dearblue/mrb_mt_foreach
Yukihiro "Matz" Matsumoto
2020-11-14
Don't use private structs with `mrb_mt_foreach()`
dearblue
2020-11-13
Simplify `MRuby::Command#_run` to avoid duplicated compilation
KOBAYASHI Shuji
2020-11-13
Merge pull request #5127 from shuujii/include-size-of-iv-table-in-ObjectSpace...
Yukihiro "Matz" Matsumoto
2020-11-13
Include size of iv table in `ObjectSpace.memsize_of` to `Hash` object
KOBAYASHI Shuji
2020-11-13
Merge pull request #5126 from shuujii/use-enable_sanitizer-to-simplify-build_...
Yukihiro "Matz" Matsumoto
2020-11-13
Merge pull request #5125 from shuujii/rename-mrb_os_memsize_of_hash_table-to-...
Yukihiro "Matz" Matsumoto
2020-11-13
Use `enable_sanitizer` to simplify `build_config/clang-asan.rb`
KOBAYASHI Shuji
2020-11-13
Rename `mrb_os_memsize_of_hash_table` to `mrb_hash_memsize`
KOBAYASHI Shuji
[next]