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-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-01
Merge pull request #4074 from znz/patch-1
Yukihiro "Matz" Matsumoto
2018-07-31
Remove unmatched quotation mark
Kazuhiro NISHIYAMA
2018-07-31
Bytecode support for `mrdb`.
Yukihiro "Matz" Matsumoto
2018-07-31
Add test case corresponding to 53e2723.
Yukihiro "Matz" Matsumoto
2018-07-31
Describe the difference of the keyword argument behavior.
Yukihiro "Matz" Matsumoto
2018-07-31
Removed merge hiccups in `doc/opcode.md`.
Yukihiro "Matz" Matsumoto
2018-07-31
Removed unused instruction: `OP_KDICT`.
Yukihiro "Matz" Matsumoto
2018-07-31
Fixed a small bug in keyword argument parsing.
Yukihiro "Matz" Matsumoto
2018-07-30
Keyword argument implemented.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-07-23
Kernel#instance_eval should define singleton methods; fix #4069
Yukihiro "Matz" Matsumoto
2018-07-21
Merge pull request #4072 from katzer/fix/unsupported_servname
Tomoyuki Sahara
2018-07-21
Network services might not be available
Sebastián Katzer
2018-07-11
Merge pull request #4068 from yurie/mrbc
Yukihiro "Matz" Matsumoto
2018-07-11
move declaration of mrb_irep_remove_lv from dump.h to irep.h
yuri
2018-07-10
move mrb_irep_remove_lv to codegen.c in mruby-compiler
yuri
2018-07-10
add mrbc option `--remove-lv`
yuri
2018-07-09
Merge pull request #4067 from katzer/patch-1
Yukihiro "Matz" Matsumoto
2018-07-08
Fix task name is not necessarily a valid path
Sebastián Katzer
2018-07-04
Merge pull request #4066 from duangsuse/master
Yukihiro "Matz" Matsumoto
2018-07-04
Add ~/Android/Sdk/ndk-bundle as default NDK home
duangsuse
2018-07-02
Merge pull request #4064 from mame/mrb_without_float-for-mruby-io
Yukihiro "Matz" Matsumoto
2018-07-02
Support MRB_WITHOUT_FLOAT to mruby-io
Yusuke Endoh
2018-06-28
Use `mrb_raise()` instead of `mrb_raisef()`; ref #4062
Yukihiro "Matz" Matsumoto
[next]