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-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
2018-08-25
Remove `nregs` member from `mrb_callinfo`.
Yukihiro "Matz" Matsumoto
2018-08-25
Should update `ci->env` to share the environment; fix #4073
Yukihiro "Matz" Matsumoto
2018-08-25
Reorganize flags values for classes; fix #3975
Yukihiro "Matz" Matsumoto
2018-08-25
Check size of the integer multiply before actual overflow; fix #4062
Yukihiro "Matz" Matsumoto
2018-08-18
`Kernel#p` should return an array of arguments; fix #4083
Yukihiro "Matz" Matsumoto
2018-08-13
Try to fix a fragile `File#mtime` test.
Yukihiro "Matz" Matsumoto
2018-08-13
Remove potential path to avoid uninitialized variable access.
Yukihiro "Matz" Matsumoto
2018-08-13
Simplify `mruby-inline-struct` tests.
Yukihiro "Matz" Matsumoto
2018-08-13
Make `Array.new` to accept both integers and floats.
Yukihiro "Matz" Matsumoto
2018-08-11
Merge pull request #4081 from seratch/fix-typo
Yukihiro "Matz" Matsumoto
2018-08-11
Fix misspelling words in comments
Kazuhiro Sera
2018-08-10
Added push() after OP_SEND
Ukrainskiy Sergey
2018-08-09
Small fix
Ukrainskiy Sergey
2018-08-09
Fix weird behavior of the NODE_NEGATE
Ukrainskiy Sergey
2018-08-07
Fixed the corner case bug in `String#{gsub!,sub!}`.
Yukihiro "Matz" Matsumoto
[prev]
[next]