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-09-01
Avoid warning in MSVC compilation.
Yukihiro "Matz" Matsumoto
2018-09-01
Too much peephole optimization in `gen_call`; fix #4091
Yukihiro "Matz" Matsumoto
2018-09-01
Move `Kernel#send` to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-09-01
Avoid `NoMethodError` exception from `mrb_func_basic_p`.
Yukihiro "Matz" Matsumoto
2018-09-01
Use `__send__` instead of `send`.
Yukihiro "Matz" Matsumoto
2018-09-01
Remove `MRB_API` from `mrb_f_send` which is not API.
Yukihiro "Matz" Matsumoto
2018-09-01
Fix ISO/JIS section numbers.
Yukihiro "Matz" Matsumoto
2018-08-30
Update `RITE_BINARY_FORMAT_VER` and `RITE_VM_VER`.
Yukihiro "Matz" Matsumoto
2018-08-30
Use `mrb_ensure_hash_type()` to check if an operand is a `Hash`; fix #4097
Yukihiro "Matz" Matsumoto
2018-08-30
Add new function `mrb_ensure_hash_type()`; ref #4097
Yukihiro "Matz" Matsumoto
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-30
Remove consequent `OP_RETURN` by peephole optimization.
Yukihiro "Matz" Matsumoto
2018-08-30
Need to clear `mrb->c->cibase->ridx` (toplevel ridx) at L_STOP; fix #4092
Yukihiro "Matz" Matsumoto
2018-08-30
`uint16_t` is too small for reference count; fix #4093
Yukihiro "Matz" Matsumoto
2018-08-30
The operand of `OP_ARYDUP` may not be an array; fix #4094
Yukihiro "Matz" Matsumoto
2018-08-29
Fix off-by-one error in `OP_EPUSH` and `OP_ONERR`; fix #4095
Yukihiro "Matz" Matsumoto
2018-08-29
Merge pull request #4080 from 'ukrainskiysergey-node_negate_fix'
Yukihiro "Matz" Matsumoto
2018-08-29
Merge branch 'node_negate_fix' of https://github.com/ukrainskiysergey/mruby i...
Yukihiro "Matz" Matsumoto
2018-08-29
Check the size of rescue&ensure stacks; ref #4088
Yukihiro "Matz" Matsumoto
2018-08-29
Fix type of `eidx` and `ridx` from `uint8_t` to `uint16_t`; fix #4088
Yukihiro "Matz" Matsumoto
2018-08-29
Simplified `#ifdef` nesting in `codedump.c`; fix #4089
Yukihiro "Matz" Matsumoto
2018-08-29
Check iseq buffer size before code emission; fix #4090
Yukihiro "Matz" Matsumoto
2018-08-29
Move back `mrb_define_alias` to `mruby.h` to avoid breakage.
Yukihiro "Matz" Matsumoto
2018-08-28
Merge branch 'mruby2-draft'
Yukihiro "Matz" Matsumoto
2018-08-25
Reduce integer casting warnings.
Yukihiro "Matz" Matsumoto
2018-08-25
fixup! New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-08-25
Hash splat `**` should not be ignored.
Yukihiro "Matz" Matsumoto
2018-08-25
Fixed a bug in `OP_HASHADD`.
Yukihiro "Matz" Matsumoto
2018-08-25
Remove unused `Hash#__update` method.
Yukihiro "Matz" Matsumoto
2018-08-25
Add a new function `mrb_hash_merge()`.
Yukihiro "Matz" Matsumoto
2018-08-25
Remove unused `NODE_*` constants from `node.h`.
Yukihiro "Matz" Matsumoto
2018-08-25
Add `NODE_KW_HASH` support in `mrb_parser_dump()`.
Yukihiro "Matz" Matsumoto
2018-08-25
Remove `arg_value` from `parse.y`.
Yukihiro "Matz" Matsumoto
2018-08-25
Add bytecode support for `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2018-08-25
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-08-25
Try to fix a fragile `File#mtime` test.
Yukihiro "Matz" Matsumoto
2018-08-25
Remove potential path to avoid uninitialized variable access.
Yukihiro "Matz" Matsumoto
2018-08-25
Simplify `mruby-inline-struct` tests.
Yukihiro "Matz" Matsumoto
2018-08-25
Make `Array.new` to accept both integers and floats.
Yukihiro "Matz" Matsumoto
2018-08-25
Fix misspelling words in comments
Kazuhiro Sera
2018-08-25
Fixed the corner case bug in `String#{gsub!,sub!}`.
Yukihiro "Matz" Matsumoto
2018-08-25
irep is released when Fiber is terminated
pyama86
2018-08-25
Reimplement `Hash#compact!` to conform the standard behavior.
Yukihiro "Matz" Matsumoto
2018-08-25
Rename ambiguous function names.
Yukihiro "Matz" Matsumoto
2018-08-25
Remove utility functions: `mrb_vm_iv_{get,set}`.
Yukihiro "Matz" Matsumoto
2018-08-25
Revert 04dbbff.
Yukihiro "Matz" Matsumoto
2018-08-25
Small refactoring.
Yukihiro "Matz" Matsumoto
2018-08-25
Small refactoring of `flodivmod()`.
Yukihiro "Matz" Matsumoto
2018-08-25
Fix mrb_value size with MRB_WORD_BOXING on 32-bit mode
dearblue
2018-08-25
Simply use `snprintf` instead of custom `fmt_fp`,
Yukihiro "Matz" Matsumoto
[next]