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-11-17
Refactoring integer ranges.
Yukihiro "Matz" Matsumoto
2020-11-17
Refactor integer division.
Yukihiro "Matz" Matsumoto
2020-11-17
Simplify `mrb_num_div_int()`.
Yukihiro "Matz" Matsumoto
2020-11-16
Merge pull request #5139 from shuujii/avoid-undefined-behavior
Yukihiro "Matz" Matsumoto
2020-11-16
Avoid undefined behavior
KOBAYASHI Shuji
2020-11-16
Simplify `obj_free`
KOBAYASHI Shuji
2020-11-15
Fix that large integer is not GCed with Word-boxing
KOBAYASHI Shuji
2020-11-14
Integer overflow in operations should cause `RangeError`.
Yukihiro "Matz" Matsumoto
2020-11-14
Integer operation should result in Integer.
Yukihiro "Matz" Matsumoto
2020-11-14
Don't use private structs with `mrb_mt_foreach()`
dearblue
2020-11-13
Include size of iv table in `ObjectSpace.memsize_of` to `Hash` object
KOBAYASHI Shuji
2020-11-13
Rename `mrb_os_memsize_of_hash_table` to `mrb_hash_memsize`
KOBAYASHI Shuji
2020-11-13
Merge pull request #5122 from shuujii/change-name-and-usage-of-presym-macros
Yukihiro "Matz" Matsumoto
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-11-12
Remove unused argument of `mrb_obj_iv_tbl_memsize`
KOBAYASHI Shuji
2020-11-10
Merge pull request #5121 from shuujii/reduce-memory-usage-of-Hash-object
Yukihiro "Matz" Matsumoto
2020-11-10
Reduce memory usage of Hash object
KOBAYASHI Shuji
2020-11-10
Merge pull request #5118 from dearblue/mrb_value
Yukihiro "Matz" Matsumoto
2020-11-09
Add range check before casting float to integer.
Yukihiro "Matz" Matsumoto
2020-11-08
Define `mrb_value` in struct for Word/NaN boxing
dearblue
2020-11-08
Suppress `-Wunused-function`
dearblue
2020-11-06
Skip too big left shift in `flo_shift()`.
Yukihiro "Matz" Matsumoto
2020-11-06
Avoid negating `MRB_INT_MIN` which is impossible.
Yukihiro "Matz" Matsumoto
2020-11-06
Fix wrong integer casting.
Yukihiro "Matz" Matsumoto
2020-11-05
Fix a bug with printing `(null)` local variable name for a register.
Yukihiro "Matz" Matsumoto
2020-11-04
Add a new instruction `OP_LOADI32`.
Yukihiro "Matz" Matsumoto
2020-11-03
Add new instructions to handle symbols/literals >255; fix #5109
Yukihiro "Matz" Matsumoto
2020-11-02
format '%p' expects argument of type 'void *'; #5107
Yukihiro "Matz" Matsumoto
2020-11-02
Make Ranges frozen as Ruby3.0.
Yukihiro "Matz" Matsumoto
2020-10-29
Merge pull request #5102 from dearblue/c++-exc
Yukihiro "Matz" Matsumoto
2020-10-28
Fix `mrb_obj_id` to `Float`
KOBAYASHI Shuji
2020-10-28
Fixed build with `conf.enable_cxx_exception`
dearblue
2020-10-24
Reorganize `env_new()` as `mrb_env_new()`
dearblue
2020-10-23
Merge pull request #5099 from dearblue/getargs-array
Yukihiro "Matz" Matsumoto
2020-10-22
Prohibit array changes by `mrb_get_argv()`
dearblue
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-16
Add startless range (another part of #5085)
Yukihiro "Matz" Matsumoto
2020-10-16
Remove uninitialized local variable warning.
Yukihiro "Matz" Matsumoto
2020-10-15
Merge branch 'work_for_merge' of https://github.com/zubycz/mruby into zubycz-...
Yukihiro "Matz" Matsumoto
2020-10-15
Fix out of bound access in `parse.y`.
Yukihiro "Matz" Matsumoto
2020-10-14
Add indent to `lv` in the C dump.
Yukihiro "Matz" Matsumoto
2020-10-13
Introduce endless range (a part of #5085)
taiyoslime
2020-10-12
Revert "Add a new function `mrb_exc_protect()`."
Yukihiro "Matz" Matsumoto
2020-10-12
Add a new function `mrb_exc_protect()`.
Yukihiro "Matz" Matsumoto
2020-10-12
No need to get the `irep` record size twice.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `MRB_FLOAT_FMT` to always use double precision.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove the length of `Float' pool from the binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `DEBUG_ONLY_EXPR()` from `CHECKPOINT_*` macros; ref #5060
Yukihiro "Matz" Matsumoto
2020-10-12
Unify `mrb_str_to_str` to `mrb_obj_as_string`.
Yukihiro "Matz" Matsumoto
2020-10-12
Dump/load 16 bits for `ilen` and `slen` in `irep`.
Yukihiro "Matz" Matsumoto
[prev]
[next]