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
/
mrbgems
Age
Commit message (
Expand
)
Author
2021-09-12
parse.y: fix `nint` (int to node) and `intn` (node to int).
Yukihiro "Matz" Matsumoto
2021-09-12
parse.y: avoid adding zero length strings.
Yukihiro "Matz" Matsumoto
2021-09-10
codegen.c: fixed `gen_setxv` bug with taking assignment value; fix #5550
Yukihiro "Matz" Matsumoto
2021-09-10
codegen.c: `gen_move` refactoring.
Yukihiro "Matz" Matsumoto
2021-09-10
mruby.h: remove `acc` from `callinfo`; add `cci` instead.
Yukihiro "Matz" Matsumoto
2021-09-10
ops.h: add `OP_SYMBOL` instruction.
Yukihiro "Matz" Matsumoto
2021-09-10
fixup! codegen.c: resurrect `s->lastpc` to reduce `iseq` scans.
Yukihiro "Matz" Matsumoto
2021-09-10
codegen.c: resurrect `s->lastpc` to reduce `iseq` scans.
Yukihiro "Matz" Matsumoto
2021-09-07
object.c: rename `mrb_to_int` to `mrb_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-07
string.h: rename `mrb_str_to_inum` to `mrb_str_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-07
eval.c: if the parser raises an exception without an error message
Yukihiro "Matz" Matsumoto
2021-09-07
eval.c: check length of the file name.
Yukihiro "Matz" Matsumoto
2021-09-07
codegen.c: improve exception handling in `generate_code`.
Yukihiro "Matz" Matsumoto
2021-09-07
parse.y: refactor `mrb_parser_parse()`.
Yukihiro "Matz" Matsumoto
2021-09-06
parse.y: refactoring `mrb_parser_parser()`.
Yukihiro "Matz" Matsumoto
2021-09-05
codegen.c: avoid integer overflow.
Yukihiro "Matz" Matsumoto
2021-09-04
kernel.c: add `__method__`; ref #4468
Yukihiro "Matz" Matsumoto
2021-09-04
Rename `Kernel#__method__` to `Kernel#__callee__`
KOBAYASHI Shuji
2021-08-31
use gender-neutral pronouns
Stuart Hinson
2021-09-01
mruby.h: obsolete `mrb_to_str()`.
Yukihiro "Matz" Matsumoto
2021-09-01
object.c: remove `mrb_convert_to_integer()' function.
Yukihiro "Matz" Matsumoto
2021-09-01
string-ext/string.c: implement `casecmp` in C.
Yukihiro "Matz" Matsumoto
2021-09-01
Do no use return values from `mrb_ensure_` functions.
Yukihiro "Matz" Matsumoto
2021-08-26
boxing_word.h: rename configuration macro name.
Yukihiro "Matz" Matsumoto
2021-08-23
Merge pull request #5537 from dearblue/header-files
Yukihiro "Matz" Matsumoto
2021-08-21
Organize the include of header files
dearblue
2021-08-21
Stirs internal state when `seed` is set in `Random`
dearblue
2021-08-21
mruby-test/driver.c: change `FLOAT_TOLERANCE` bigger for inline floats.
Yukihiro "Matz" Matsumoto
2021-08-18
debug.c: export integer compressing functions.
Yukihiro "Matz" Matsumoto
2021-08-17
pack.c: rename pack/unpack functions for readability.
Yukihiro "Matz" Matsumoto
2021-08-17
fixup! pack.c: reduce dispatch in `pack_unpack()`.
Yukihiro "Matz" Matsumoto
2021-08-17
pack.c: reduce dispatch in `pack_unpack()`.
Yukihiro "Matz" Matsumoto
2021-08-16
pack.c: fix `M` packing bug.
Yukihiro "Matz" Matsumoto
2021-08-14
random.c: use `I` specifier for `mrb_get_args()`; ref #5530
Yukihiro "Matz" Matsumoto
2021-08-14
pack.c: fixed a overwriting bug in `pack_w` and `pack_M`.
Yukihiro "Matz" Matsumoto
2021-08-13
Check the class with `I` specifier of `mrb_get_args()`
dearblue
2021-08-13
codegen.c: fixed a bug in `mrb_decode_insn()`.
Yukihiro "Matz" Matsumoto
2021-08-13
codegen.c: add a comment that notice `rewind_pc` calling convention.
Yukihiro "Matz" Matsumoto
2021-08-13
codegen.c: refactor `mrb_last_insn()`.
Yukihiro "Matz" Matsumoto
2021-08-13
codegen.c: `mrb_prev_pc` can return `NULL` at the top of `iseq`.
Yukihiro "Matz" Matsumoto
2021-08-12
test/eval.c: add test for #5528
Yukihiro "Matz" Matsumoto
2021-08-11
codegen.c: avoid signedness warning of int comparison.
Yukihiro "Matz" Matsumoto
2021-08-11
codegen.c: avoid cross initialization of `mrb_insn_data`.
Yukihiro "Matz" Matsumoto
2021-08-11
codegen.c: more peephole optimization.
Yukihiro "Matz" Matsumoto
2021-08-07
Fixed compilation error of "mruby-pack" with `MRB_NO_STDIO`
dearblue
2021-08-07
codegen.c: need to push the value when the loop was eliminated.
Yukihiro "Matz" Matsumoto
2021-08-06
numeric_ext.c: fix a bug regarding `MRB_INT_MIN`.
Yukihiro "Matz" Matsumoto
2021-08-06
codegen.c: `-9223372036854775808 % -1` overflows 64 bit integer.
Yukihiro "Matz" Matsumoto
2021-08-05
codegen.c: remove code duplication from `NODE_ARRAY`.
Yukihiro "Matz" Matsumoto
2021-08-04
codegen.c: detect integer overflow in division.
Yukihiro "Matz" Matsumoto
[prev]
[next]