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
2021-07-28
debug.c: uses most space efficient packed map for line information.
Yukihiro "Matz" Matsumoto
2021-07-26
debug.c: small refactoring.
Yukihiro "Matz" Matsumoto
2021-07-26
debug.c: remove type cast warnings.
Yukihiro "Matz" Matsumoto
2021-07-26
fmt_fp.c: add implicit cast from `mrb_float` to `int8_t`.
Yukihiro "Matz" Matsumoto
2021-07-26
vm.c: fix integer type error in `mrb_protect_error`.
Yukihiro "Matz" Matsumoto
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-07-17
Explicit write barrier for binding
dearblue
2021-07-17
codedump.c: update some instructions.
Yukihiro "Matz" Matsumoto
2021-07-12
load.c: call `mrb_top_run()` from `mrb_load_proc()`; fix #5504
Yukihiro "Matz" Matsumoto
2021-07-10
numeric.c: `self` should always be an integer in `__coerce_step_counter`.
Yukihiro "Matz" Matsumoto
2021-07-10
Update internal methods not to be listed in backtraces.
Yukihiro "Matz" Matsumoto
2021-07-09
Do not include `stdint.h` before `mruby.h`
dearblue
2021-07-09
debug.h: use `uint8_t` instead of `char` for BER compressed binary.
Yukihiro "Matz" Matsumoto
2021-07-09
debug.h: use `uint8_t` instead of `char` for BER compressed binary.
Yukihiro "Matz" Matsumoto
2021-07-09
cdump.c: avoid uninitialized local variable.
Yukihiro "Matz" Matsumoto
2021-07-09
range.c: avoid implicit conversion from `mrb_float` to `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-07-08
range.c: should not include internal `__num_to_a` in the backtrace.
Yukihiro "Matz" Matsumoto
2021-07-08
backtrace.c: skip C method without `mid` set.
Yukihiro "Matz" Matsumoto
2021-07-08
debug.c: new debug line information format `mrb_debug_line_packed_map`.
Yukihiro "Matz" Matsumoto
2021-07-03
vm.c: `OP_DEF` to push a symbol to `a` register.
Yukihiro "Matz" Matsumoto
2021-07-02
vm.c: need to adjust `pc` for `OP_EXT[123]`.
Yukihiro "Matz" Matsumoto
2021-07-02
error.c: `mrb_obj_as_string` and `mrb_inspect` may return non-object (`undef`).
Yukihiro "Matz" Matsumoto
2021-06-30
Revert "Remove `OP_EXT[123]` from operands."
Yukihiro "Matz" Matsumoto
2021-06-28
Drop unnecessary upper procs linked from class/module/def syntax
dearblue
2021-06-26
Fixed finding variables from `proc` in `binding.eval` failed
dearblue
2021-06-25
class.c: call `method_added` hooks on alias definitions; #2339
Yukihiro "Matz" Matsumoto
2021-06-24
class.c: call hook methods on method definitions; close #2339
Yukihiro "Matz" Matsumoto
2021-06-21
numeric.c: add optional `ndigits` argument to rounding methods.
Yukihiro "Matz" Matsumoto
2021-06-20
Use `MRB_VTYPE_FOREACH()` in `src/object.c`
dearblue
2021-06-20
Added `MRB_OBJ_ALLOC()` macro that does not require a cast
dearblue
2021-06-19
Added `MRB_API` function to get block arguments info.
dearblue
2021-06-17
variable.c: add `skip` argument to skip `base` class in lookup.
Yukihiro "Matz" Matsumoto
2021-06-17
variable.c: refactor `mrb_vm_const_get` function.
Yukihiro "Matz" Matsumoto
2021-06-17
variable.c: skip prepended module for constant lookup.
Yukihiro "Matz" Matsumoto
2021-06-17
class.c: use `MRB_FLAG_TEST()` macro.
Yukihiro "Matz" Matsumoto
2021-06-17
Revert "`instance_eval` for classes and modules should behave as `class_eval`."
Yukihiro "Matz" Matsumoto
2021-06-16
Merge pull request #5445 from jbampton/add-codespell-pre-commit-hook
Yukihiro "Matz" Matsumoto
2021-06-16
Run pre-commit with GitHub Actions
John Bampton
2021-06-15
numeric.c: restore `fmt` argument for backward compatibility.
Yukihiro "Matz" Matsumoto
2021-06-12
readint.c: fixed typo.
Yukihiro "Matz" Matsumoto
2021-06-12
Raise `TypeError` with `super` inside `instance_eval` / `class_eval`
dearblue
2021-06-11
readint.c: add new function `mrb_int_read`.
Yukihiro "Matz" Matsumoto
2021-06-10
readflt.c: renamed from `strtod.c`
Yukihiro "Matz" Matsumoto
2021-06-08
string.c: make `mrb_str_len_{inum,dbl}()` static.
Yukihiro "Matz" Matsumoto
2021-06-08
string.c: remove two unused functions.
Yukihiro "Matz" Matsumoto
2021-06-08
string.c: add `base>36` check to `String#to_i`.
Yukihiro "Matz" Matsumoto
2021-06-05
codedump.c: fix a compiler condition bug with `MRB_NO_FLOAT`.
Yukihiro "Matz" Matsumoto
2021-06-02
vm.c: unify `JUMP` instructions in `OP_SEND`.
Yukihiro "Matz" Matsumoto
2021-06-01
cdump.c: rename `dump_` prefix to `cdump` for static functions.
Yukihiro "Matz" Matsumoto
2021-06-01
cdump.c: separate irep dump in C feature.
Yukihiro "Matz" Matsumoto
[next]