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
2020-10-12
Allow `MRUBY_CONFIG` to specify target file out of source tree.
Yukihiro "Matz" Matsumoto
2020-10-12
Add a new document named `mruby3.md`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add assertion we can pack function pointers in `mrb_method_t`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_METHOD_T_STRUCT` to `MRB_USE_METHOD_T_STRUCT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change out-of-range condition of `time_t` conversion.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid out-of-range error for negative time on `MRB_TIME_T_UINT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change default `mrb_value` representation to `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Skip array embedding if `MRB_NO_BOXING` and `MRB_32BIT`; fix #4382
Yukihiro "Matz" Matsumoto
2020-10-12
Add static check for `MRB_USE_FLOAT` and `MRB_WITHOUT_FLOAT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix wrong YAML in `.github/workflows/build.yml`.
Yukihiro "Matz" Matsumoto
2020-10-12
Simplify `NaN` boxing definitions.
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
Add `target/host-cxx.rb` to compile `mruby` with `cxx_abi`.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid breaking the `result` array by side-effect in C++.
Yukihiro "Matz" Matsumoto
2020-10-12
Revert 4c001673b
Yukihiro "Matz" Matsumoto
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
Simplify `mrb_value` structure for `MRB_NAN_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
Refine `MRB_NAN_BOXING` on 32bit architecture.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `target/host-m32.rb` to compile mruby in 32bit mode.
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
Change default boxing scheme from `MRB_NO_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Make sure `bintest` only works with `host` target.
Yukihiro "Matz" Matsumoto
2020-10-12
Pack `mrb_value` into `uint64_t` when `MRB_NAN_BOXING`.
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
Run tests for `target/boxing.rb`.
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
Provide a new build target `host-gprof` that enables profiling.
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
Upgrade `RITE_VM_VERSION` to `0300` (means mruby 3.0).
Yukihiro "Matz" Matsumoto
2020-10-12
Split `MRB_BINARY_FORMAT` to major and minor.
Yukihiro "Matz" Matsumoto
2020-10-12
Update opcode reference and comment.
Yukihiro "Matz" Matsumoto
[next]