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-05
Use `INT32_{MAX,MIN}` to specify integer ranges.
Yukihiro "Matz" Matsumoto
2020-11-05
Add `Array.new([1,2,3])` initialization.
Yukihiro "Matz" Matsumoto
2020-11-04
Avoid integer overflow in comparison.
Yukihiro "Matz" Matsumoto
2020-11-04
Add cast to silence int conversion warnings.
Yukihiro "Matz" Matsumoto
2020-11-04
Fix a bug with big negative integers.
Yukihiro "Matz" Matsumoto
2020-11-04
Update `mruby3.md` about new instructions.
Yukihiro "Matz" Matsumoto
2020-11-04
Add a new instruction `OP_LOADI32`.
Yukihiro "Matz" Matsumoto
2020-11-03
Merge pull request #5113 from shuujii/reduce-recompilation-when-updating-pres...
Yukihiro "Matz" Matsumoto
2020-11-03
Merge pull request #5112 from shuujii/fix-dependencies-of-y.tab.o
Yukihiro "Matz" Matsumoto
2020-11-03
Use C99 `__func__` instead of `__FUNCTION__`; #5107
Yukihiro "Matz" Matsumoto
2020-11-03
Reduce recompilation when updating presym target files
KOBAYASHI Shuji
2020-11-03
Fix dependencies of `y.tab.o`
KOBAYASHI Shuji
2020-11-03
Add new instructions to handle symbols/literals >255; fix #5109
Yukihiro "Matz" Matsumoto
2020-11-02
format '%p' expects argument of type 'void *'; #5107
Yukihiro "Matz" Matsumoto
2020-11-02
ISO C does not allow extra ';' outside of a function; #5107
Yukihiro "Matz" Matsumoto
2020-11-02
Revert "Remove long-time deprecated `minirake`."
Yukihiro "Matz" Matsumoto
2020-11-02
Search gem from `MRUBY_ROOT` if build config is in `build_config`.
Yukihiro "Matz" Matsumoto
2020-11-02
Make Ranges frozen as Ruby3.0.
Yukihiro "Matz" Matsumoto
2020-11-02
Replace `R-assignment` by `single-line pattern matching`.
Yukihiro "Matz" Matsumoto
2020-11-02
Update the build description in `mruby3.md`.
Yukihiro "Matz" Matsumoto
2020-11-02
Merge pull request #5111 from shuujii/fix-parallel-build
Yukihiro "Matz" Matsumoto
2020-11-02
Fix parallel build
KOBAYASHI Shuji
2020-11-01
Merge pull request #5110 from bshastry/fix-mruby-ossfuzz-build
Yukihiro "Matz" Matsumoto
2020-11-01
ossfuzz: Fix mruby include paths
Bhargava Shastry
2020-11-01
Merge pull request #5108 from mimaki/display_preview_version
Yukihiro "Matz" Matsumoto
2020-11-01
Fix `mruby -v option` test.
mimaki
2020-11-01
Add `preview` to version.
mimaki
2020-10-30
Fix the condition to detect core mrbgems.
Yukihiro "Matz" Matsumoto
2020-10-29
Exclude symbols from `mruby-test` gem only used for tests.
Yukihiro "Matz" Matsumoto
2020-10-29
Use `mrb` dump format for non core mrbgems by default.
Yukihiro "Matz" Matsumoto
2020-10-29
Use clear `if` instead of `unless` for condition.
Yukihiro "Matz" Matsumoto
2020-10-29
Use instance variable `@dir` instead of access method `dir`.
Yukihiro "Matz" Matsumoto
2020-10-29
Remove `mrblib_dir` and `objs_dir` configuration from gems.
Yukihiro "Matz" Matsumoto
2020-10-29
Merge pull request #5105 from shuujii/fix-typo-in-Range-last
Yukihiro "Matz" Matsumoto
2020-10-29
Merge pull request #5104 from shuujii/fix-typo-in-doc-guides-compile.md
Yukihiro "Matz" Matsumoto
2020-10-29
Fix typo in `Range#last`
KOBAYASHI Shuji
2020-10-29
Fix typo in `doc/guides/compile.md` [ci skip]
KOBAYASHI Shuji
2020-10-29
Use `default' gembox by default.
Yukihiro "Matz" Matsumoto
2020-10-29
Remove long-time deprecated `minirake`.
Yukihiro "Matz" Matsumoto
2020-10-29
The path of the gem should be relative from `MRUBY_ROOT`.
Yukihiro "Matz" Matsumoto
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-29
Restore original name for default `build_config_name`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-29
Use `Dir.glob` instead of `map`.
Yukihiro "Matz" Matsumoto
2020-10-29
Add beginless/endless ranges tests.
Yukihiro "Matz" Matsumoto
2020-10-29
Raise exception from `Range#first` with beginless ranges.
Yukihiro "Matz" Matsumoto
2020-10-29
Implement `Range#last` in `mruby-range-ext` in Ruby.
Yukihiro "Matz" Matsumoto
2020-10-29
Merge pull request #5098 from shuujii/revert-MRUBY_TARGET-mechanism
Yukihiro "Matz" Matsumoto
2020-10-29
Merge pull request #5102 from dearblue/c++-exc
Yukihiro "Matz" Matsumoto
2020-10-29
Merge pull request #5103 from shuujii/fix-mrb_obj_id-to-Float
Yukihiro "Matz" Matsumoto
2020-10-28
Fix `mrb_obj_id` to `Float`
KOBAYASHI Shuji
[next]