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-08-11
Use normal `static_assert` in `mrb_static_assert` as much as possible
KOBAYASHI Shuji
2020-08-09
Merge pull request #5061 from shuujii/allow-mrb_static_assert-to-be-used-outs...
Yukihiro "Matz" Matsumoto
2020-08-09
Allow `mrb_static_assert()` to be used outside of functions
KOBAYASHI Shuji
2020-08-08
Return `NaN` for `0/0`; d8e060d
Yukihiro "Matz" Matsumoto
2020-08-08
Should not use `mrb_float_value()` with `MRB_WITHOUT_FLOAT`.
Yukihiro "Matz" Matsumoto
2020-08-08
Reintroduce `mrb_static_assert`; #5051
Yukihiro "Matz" Matsumoto
2020-08-07
Avoid `division by zero` undefined behavior.
Yukihiro "Matz" Matsumoto
2020-08-06
Merge pull request #5059 from mruby/stable
Yukihiro "Matz" Matsumoto
2020-08-06
Merge master.
Hiroshi Mimaki
2020-08-06
Use `memcpy` to copy stack.
Yukihiro "Matz" Matsumoto
2020-08-06
Use `memset()` to clear stack unless `MRB_NAN_BOXING`.
Yukihiro "Matz" Matsumoto
2020-08-06
Remove block clear of `callinfo`.
Yukihiro "Matz" Matsumoto
2020-08-06
Remove `mrb_static_assert` from the core; #5051
Yukihiro "Matz" Matsumoto
2020-08-06
Update release date.
2.1.2
Hiroshi Mimaki
2020-08-05
Merge pull request #5052 from dearblue/cistacks
Yukihiro "Matz" Matsumoto
2020-08-05
Merge pull request #5058 from dearblue/benchmark
Yukihiro "Matz" Matsumoto
2020-08-04
Improve `rake benchmark`
dearblue
2020-08-04
Fix wrong condition for `PACK_DIR_HEX`; ref #5057
Yukihiro "Matz" Matsumoto
2020-08-03
Should not decrement `count` when `PACK_FLAG_COUNT2`; fix #5057
Yukihiro "Matz" Matsumoto
2020-08-03
Initialized local variables in `mrb_hash_shift()`.
Yukihiro "Matz" Matsumoto
2020-07-31
Simplify `khash.h`.
Yukihiro "Matz" Matsumoto
2020-07-31
Fix `puts` in `mruby-print` on no argument; 0e9bd24
Yukihiro "Matz" Matsumoto
2020-07-29
Use type tag for hash code in `ht_hash_func()`
2.1.2-rc2
KOBAYASHI Shuji
2020-07-29
Fix the VM stack handling bug in 'mrb_yield_with_class()`; fix #5042
Yukihiro "Matz" Matsumoto
2020-07-29
Fixed shift width for `MRB_ENV_SET_BIDX()`
dearblue
2020-07-26
Merge pull request #5050 from dearblue/memsize_of2
Yukihiro "Matz" Matsumoto
2020-07-26
Extend the `cipush()` and `cipop()` functions
dearblue
2020-07-26
Update document for `ObjectSpace.memsize_of` [ci skip]
dearblue
2020-07-25
Merge pull request #5049 from shuujii/use-type-tag-for-hash-code-in-ht_hash_func
Yukihiro "Matz" Matsumoto
2020-07-25
Use type tag for hash code in `ht_hash_func()`
KOBAYASHI Shuji
2020-07-24
Change the logic to calculate object (`iv_tbl`) size; #5045
Yukihiro "Matz" Matsumoto
2020-07-24
Merge pull request #5045 from dearblue/memsize_of
Yukihiro "Matz" Matsumoto
2020-07-24
Improve prototype for `mrb_objspace_page_slot_size()`; ref #5032
dearblue
2020-07-24
Avoid using FPU with `mruby-os-memsize`; ref #5032
dearblue
2020-07-24
Support without `mruby-method` for `mruby-os-memsize`; ref #5032
dearblue
2020-07-24
Add NUL terminator to string object size calculation; ref #5032
dearblue
2020-07-23
`ObjectSpace.count_objects` to support `MRB_TT_ISTRUCT`; #5046
Yukihiro "Matz" Matsumoto
2020-07-23
Fix a bug with `ht_index` called with `size==0`; fix #5046
Yukihiro "Matz" Matsumoto
2020-07-22
Fix `puts` to print newline with empty strings; ref b184772
Yukihiro "Matz" Matsumoto
2020-07-22
Use more `mrb_field_write_barrier` for instance variables.
Yukihiro "Matz" Matsumoto
2020-07-22
Use more local variables.
Yukihiro "Matz" Matsumoto
2020-07-22
Move `gray_list` update from `gc_mark_children`.
Yukihiro "Matz" Matsumoto
2020-07-22
Avoid using `mrb_ary_modify` from the internal function.
Yukihiro "Matz" Matsumoto
2020-07-22
Use `mrb_field_write_barrier` instead of `mrb_write_barrier` for `push`.
Yukihiro "Matz" Matsumoto
2020-07-22
Define `Array#to_a` to avoid unnecessary loops.
Yukihiro "Matz" Matsumoto
2020-07-22
Small comment fix in `mrblib/array.c`.
Yukihiro "Matz" Matsumoto
2020-07-22
Skip unnecessary `mark_context` if `mrb->c == mrb->root_c`.
Yukihiro "Matz" Matsumoto
2020-07-22
Fixed garbled characters; ref #5041
dearblue
2020-07-21
Remove unnecessory methods in `mruby-objectspace`; ref #5041
dearblue
2020-07-21
Fix the VM stack handling bug in 'mrb_yield_with_class()`; fix #5042
Yukihiro "Matz" Matsumoto
[next]