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-08-03
Initialized local variables in `mrb_hash_shift()`.
Yukihiro "Matz" Matsumoto
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-23
Fix a bug with `ht_index` called with `size==0`; fix #5046
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
Skip unnecessary `mark_context` if `mrb->c == mrb->root_c`.
Yukihiro "Matz" Matsumoto
2020-07-21
Fix the VM stack handling bug in 'mrb_yield_with_class()`; fix #5042
Yukihiro "Matz" Matsumoto
2020-07-19
Use `c` specifier for `mrb_get_args`.
Yukihiro "Matz" Matsumoto
2020-07-19
Add new specifier `c` to `mrb_get_args`.
Yukihiro "Matz" Matsumoto
2020-07-17
Use `proc->env` to check `block_given?` if possible; fix #5039
Yukihiro "Matz" Matsumoto
2020-07-17
Merge pull request #5032 from RoryO/add-objspace-memsize-of
Yukihiro "Matz" Matsumoto
2020-07-15
mrb_ prefix convention
Rory O'Connell
2020-07-13
Use object iv table size in calculation
Rory OConnell
2020-07-13
Use size of hash's table in calculation
Rory OConnell
2020-07-13
All values use page slot size in calculation
Rory OConnell
2020-07-11
Remove the prototype declaration `mrb_free_backtrace()`
dearblue
2020-07-06
Avoid infinite loop when converting objects to strings.
Yukihiro "Matz" Matsumoto
2020-07-04
fix object_id of true, false, and undef all 0
Rory OConnell
2020-07-02
Cancel 9cdf439
Yukihiro "Matz" Matsumoto
2020-06-25
Remove unnecessary stack adjustment in `OP_CALL`.
Yukihiro "Matz" Matsumoto
2020-06-25
Free the original pointer if `realloc` failed.
Yukihiro "Matz" Matsumoto
2020-06-25
Remove unnecessary `break` from `numeric.c`.
Yukihiro "Matz" Matsumoto
2020-06-25
Change flag names in preparation of `REnv` refactoring.
Yukihiro "Matz" Matsumoto
2020-06-25
Use `mrb_get_argc()` to improve performance.
Yukihiro "Matz" Matsumoto
2020-06-22
Skip `mrb_get_args()` in `mrb_ary_{aget,aset}` unless necessary.
Yukihiro "Matz" Matsumoto
2020-06-20
Support integer and float combination in `mrb_equal()`.
Yukihiro "Matz" Matsumoto
2020-06-20
Move definition of `BasicObject#!=` to `mrblib`.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-15
Remove unused `MRB_TT_FILE`.
Yukihiro "Matz" Matsumoto
2020-06-11
Reorganize gray mark functions in GC.
Yukihiro "Matz" Matsumoto
2020-06-11
Remove GC test code from ancient.
Yukihiro "Matz" Matsumoto
2020-06-05
Add proper cast.
Yukihiro "Matz" Matsumoto
2020-06-05
Change arena index from `mrb_int` to `int`.
Yukihiro "Matz" Matsumoto
2020-06-05
Add proper casts to silence VC warnings.
Yukihiro "Matz" Matsumoto
2020-06-05
Squashed commit of the following:
Yukihiro "Matz" Matsumoto
2020-06-03
Merge pull request #4800 from shuujii/set-MRB_STR_ASCII-flag-to-some-stringiz...
Yukihiro "Matz" Matsumoto
2020-05-28
Check `c->eidx` before decrement in `ecall()`; close #4977
Yukihiro "Matz" Matsumoto
2020-05-24
Do not destruct rest arguments for __send__
Yusuke Endoh
2020-05-15
Unify `eql?` receiver in `Hash` according to Ruby
KOBAYASHI Shuji
2020-05-10
Get an irep symbol if it's `OP_GETSV` or `OP_SETSV`
dearblue
2020-05-09
Remove byteorder constants; ref 87576b8
dearblue
2020-05-07
Update `cmpnum` document.
Yukihiro "Matz" Matsumoto
[next]