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
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 tests for integer division.
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
Make `Proc#parameters` to support keyword arguments; fix #5066
Yukihiro "Matz" Matsumoto
2020-10-12
Update `mruby3.md`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use xoshiro128++ instead of xorshift96/128.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix `rand_real` to return random number `[0,1)` not `[0,1]`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add default `host` target for cross compiling.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
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
[next]