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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Fix `Fixnum` and `Float` comparison in `Hash` lookup
KOBAYASHI Shuji
2020-10-12
Update the PR #4922 according to #3123.
Yukihiro "Matz" Matsumoto
2020-10-12
Update the PR #4992 to enable integer division always.
Yukihiro "Matz" Matsumoto
2020-10-12
Update vm.c
Lanza
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Add assertion we can pack function pointers in `mrb_method_t`.
Yukihiro "Matz" Matsumoto
2020-10-12
Skip array embedding if `MRB_NO_BOXING` and `MRB_32BIT`; fix #4382
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `OP_JUW` instruction to `OP_JMPUW`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix typo `_hander` -> `_handler`.
Yukihiro "Matz" Matsumoto
2020-10-12
Adjust PR #5060 to the latest `mruby3` branch.
Yukihiro "Matz" Matsumoto
2020-10-12
Suppress warnings for C++
dearblue
2020-10-12
Restore the variable `pc` after `longjmp()`
dearblue
2020-10-12
Replace global jump with catch handler implementation
dearblue
2020-10-12
Removed push/pop instructions for rescue/ensure
dearblue
2020-10-12
Extended `OP_EXCEPT` and `OP_RAISE` (`OP_RAISEIF`) instructions
dearblue
2020-10-12
Extended mruby binary format
dearblue
2020-10-12
Initialize `kdict` in `OP_ENTER` in `vm.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `union mrb_value` to `union mrb_value_`.
Yukihiro "Matz" Matsumoto
2020-10-12
Simplify `mrb_value` structure for `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `mc_clear_by_id`.
Yukihiro "Matz" Matsumoto
2020-10-12
Do not call `mrb_mc_clear_by_class` at `mrb` finalization.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `memset()` to clear method cache.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` specifier to `cipush()`; ref #5052
Yukihiro "Matz" Matsumoto
2020-10-12
Use hash table instead of segment list for instance variables.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `mrb_hash_modify` to `hash_modify`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_field_write_barrier` instead of `mrb_write_barrier` for `push`.
Yukihiro "Matz" Matsumoto
2020-10-12
Check `lv` before printing local variable names.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix the bug by the combination with `MRB_64BIT` and `MRB_INT32`.
Yukihiro "Matz" Matsumoto
2020-10-12
You don't need to keep index in local variables info in `irep`.
Yukihiro "Matz" Matsumoto
2020-10-12
Enable method cache by default.
Yukihiro "Matz" Matsumoto
2020-10-12
Call `#initialize_copy` from `init_copy` only if it's redefined.
Yukihiro "Matz" Matsumoto
2020-10-12
Skip `mrb_get_args()` in `mrb_ary_push()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Split `MRB_BINARY_FORMAT` to major and minor.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `OP_EXT[123]` from operands.
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` struct for `Class#new`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` qualifier to generated `Proc` structures.
Yukihiro "Matz" Matsumoto
2020-10-12
Should not mark red (i.e. ROM allocated) objects.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `int` instead of `mrb_int` for arena index.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `%u` instead of `%d` to dump symbol IDs.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid use of designated initializer for the sake of `cxx_abi`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add casts to silence warnings.
Yukihiro "Matz" Matsumoto
2020-10-12
Clarify the use of `MRB_64BIT` and `MRB_INT64` in `dump.c` and `load.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix `dump.c` for `MRB_INT32` env.
Yukihiro "Matz" Matsumoto
2020-10-12
Enable NUL (`\0`) again.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C source file to represent `mrb_irep` structures.
Yukihiro "Matz" Matsumoto
2020-10-12
Removed alignment pragma from `-B` output from `mrbc`.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace entire `irep->pool`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `struct mrb_locals` to `struct mrb_lvinfo`.
Yukihiro "Matz" Matsumoto
[next]