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
2018-12-06
Support lock file for git.
take-cheeze
2018-12-04
Add new methods `Module#{>,>=,<=>}`; ref #4174
Yukihiro "Matz" Matsumoto
2018-12-04
Remove unnecessary check in `Module#<`; ref #4174
Yukihiro "Matz" Matsumoto
2018-12-04
Replace RDoc `<i></i>` to Markdown back quotes; ref #4174
Yukihiro "Matz" Matsumoto
2018-12-04
Merge pull request #4174 from robfors/module_operators
Yukihiro "Matz" Matsumoto
2018-12-02
Adds Module#< and Module#<=
Rob
2018-11-25
Update `doc/limitations.md` for argument destructuring.
Yukihiro "Matz" Matsumoto
2018-11-25
Allow destructuring in formal arguments.
Yukihiro "Matz" Matsumoto
2018-11-25
Remove redundant rules from `parse.y`.
Yukihiro "Matz" Matsumoto
2018-11-25
Fix wrong number of arguments in `Array#fetch`; fix #4170
Yukihiro "Matz" Matsumoto
2018-11-25
Protect from exceptions raised outside of `mrb_vm_run()`.
Yukihiro "Matz" Matsumoto
2018-11-25
Remove `do { ... } while(0)` hacks from `MRB_TRY` macros.
Yukihiro "Matz" Matsumoto
2018-11-21
Merge pull request #4168 from robfors/doc
Yukihiro "Matz" Matsumoto
2018-11-20
Update documentation to mrb_load_irep
Rob Fors
2018-11-20
Update version number; fix #4165
Yukihiro "Matz" Matsumoto
2018-11-20
Fixed a bug in `mirb` heredoc handling; fix #3989
Yukihiro "Matz" Matsumoto
2018-11-20
Stop special treating of `\r` in the lexer; fix #4132
Yukihiro "Matz" Matsumoto
2018-11-20
Restrict total recursion number of `ecall()`; fix #3789
Yukihiro "Matz" Matsumoto
2018-11-19
Add `-fpermissive` to C++ compiler flags.
Yukihiro "Matz" Matsumoto
2018-11-19
Call `mrb_str_to_str` from `mrb_string_value_ptr` for compatibility.
Yukihiro "Matz" Matsumoto
2018-11-19
Restore `mrb_string_type` function for compatibility.
Yukihiro "Matz" Matsumoto
2018-11-19
Add Hash type check for `OP_KARG` and `OP_KEY_P`; ref #4166
Yukihiro "Matz" Matsumoto
2018-11-19
Need to keep rooms for empty splat; fix #4166
Yukihiro "Matz" Matsumoto
2018-11-19
Adjust codedump output format; ref #4166
Yukihiro "Matz" Matsumoto
2018-11-19
Use type checking `mrb_to_str` instead of converting `mrb_str_to_str`.
Yukihiro "Matz" Matsumoto
2018-11-19
Avoid assignments from type checking `String#__to_str`.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `to_hash` conversion method.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `to_ary` conversion method.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `try_convert` method from Array and Hash.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `String#try_convert` method from `mruby-string-ext` gem.
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_str` method; fix #3854
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-11-19
fix non-ASCII comment.
Yukihiro "Matz" Matsumoto
2018-11-19
Check method existence for Enumerators; fix #3920
Yukihiro "Matz" Matsumoto
2018-11-19
The current context may be changed in `mrb_vm_exec`; ref #3668 #4104
Yukihiro "Matz" Matsumoto
2018-11-19
Protect Fiber from GC in `ecall()`; fix #4104
Yukihiro "Matz" Matsumoto
2018-11-19
Improve Hash table using variable sized segments.
Yukihiro "Matz" Matsumoto
2018-11-16
The key or value object could be reclaimed by GC; fix #4164
Yukihiro "Matz" Matsumoto
2018-11-15
The saved `pc` from `ERR_PC_SET` was wrong; fix #4138
Yukihiro "Matz" Matsumoto
2018-11-15
Fixed a bug in continuous read of target files; ref #4138
Yukihiro "Matz" Matsumoto
2018-11-15
Shrink file name table size to `uint16_t`; ref #4138
Yukihiro "Matz" Matsumoto
2018-11-15
Rename local variables in `mrb_debug_info_append_file`
Yukihiro "Matz" Matsumoto
2018-11-15
Simplify argument parsing; ref #4161
Yukihiro "Matz" Matsumoto
2018-11-15
Silence `-fsanitize=undefined` warning in `src/enum.c`; fix #4161
Yukihiro "Matz" Matsumoto
2018-11-15
Remove `filename`&`lines` from `mrb_irep` struct.
Yukihiro "Matz" Matsumoto
2018-11-15
Small renaming refactor in `dump.c`
Yukihiro "Matz" Matsumoto
2018-11-15
`String#{squeeze,delete,count}` to use bitmap for matching; ref #4163
Yukihiro "Matz" Matsumoto
2018-11-15
Pattern length may overflow `uint16_t`; fixed #4163
Yukihiro "Matz" Matsumoto
2018-11-07
Merge pull request #4160 from mimaki/wrong-negative-float-in-mrb
Yukihiro "Matz" Matsumoto
2018-11-07
Wrong pool data length for negative floating value in a mrb file.
Hiroshi Mimaki
[next]