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
2021-07-15
Merge pull request #4141 from udzura/add-test-for-attr-nil-guard
Yukihiro "Matz" Matsumoto
2021-07-15
Merge pull request #5507 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-07-14
build(deps): bump github/super-linter from 4.3.0 to 4.4.1
dependabot[bot]
2021-07-14
Merge pull request #5506 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-07-13
build(deps): bump github/super-linter from 4.2.2 to 4.3.0
dependabot[bot]
2021-07-12
load.c: call `mrb_top_run()` from `mrb_load_proc()`; fix #5504
Yukihiro "Matz" Matsumoto
2021-07-11
TODO.md: update.
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-10
Merge pull request #5503 from ntl/correct-header-files-when-cdump-disabled
Yukihiro "Matz" Matsumoto
2021-07-10
Merge pull request #5505 from dearblue/stdint
Yukihiro "Matz" Matsumoto
2021-07-09
Do not include `stdint.h` before `mruby.h`
dearblue
2021-07-09
Mrbgem gem_init.c compilation correction
Nathan Ladd
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-09
codegen.c: avoid uninitialized local variable.
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
pack.c: fix integer signedness mixture.
Yukihiro "Matz" Matsumoto
2021-07-08
mruby-bin-debugger: remove unused local variables.
Yukihiro "Matz" Matsumoto
2021-07-08
mruby-bin-debugger: support `mrb_debug_line_packed_map`.
Yukihiro "Matz" Matsumoto
2021-07-08
debug.c: new debug line information format `mrb_debug_line_packed_map`.
Yukihiro "Matz" Matsumoto
2021-07-08
mruby-bin-debugger: rename prefix 'mrb_debug_' to `mrdb_`.
Yukihiro "Matz" Matsumoto
2021-07-08
Merge pull request #5502 from jbampton/add-docs-yamllint
Yukihiro "Matz" Matsumoto
2021-07-07
Add information on yamllint as comments
John Bampton
2021-07-07
Merge pull request #5501 from jbampton/update-contributing-guide
Yukihiro "Matz" Matsumoto
2021-07-07
Style the CONTRIBUTING guide
John Bampton
2021-07-06
Merge branch 'cremno-mrb_debug_strdup-and-strndup'
Yukihiro "Matz" Matsumoto
2021-07-06
Merge branch 'mrb_debug_strdup-and-strndup' of https://github.com/cremno/mrub...
Yukihiro "Matz" Matsumoto
2021-07-05
Make `LocalJumpError` a direct subclass of `StandardError`.
Yukihiro "Matz" Matsumoto
2021-07-04
codegen.c: jump address should be generated by `gen_jmpdst()`.
Yukihiro "Matz" Matsumoto
2021-07-03
ops.h: made terms consistent.
Yukihiro "Matz" Matsumoto
2021-07-03
Update `.git-blame-ignore-revs` to skip a reformatting commit.
Yukihiro "Matz" Matsumoto
2021-07-03
doc/opcode.md: table reformatted.
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-07-01
AUTHORS: update.
Yukihiro "Matz" Matsumoto
2021-06-30
Revert "Remove `OP_EXT[123]` from operands."
Yukihiro "Matz" Matsumoto
2021-06-29
string.rb: `upto` to break when the string length is longer than `end`.
Yukihiro "Matz" Matsumoto
2021-06-29
Merge pull request #5497 from dearblue/drop-upper
Yukihiro "Matz" Matsumoto
2021-06-29
Merge pull request #5498 from dearblue/ruby-warns
Yukihiro "Matz" Matsumoto
2021-06-28
Avoid warnings with `ruby -cw`
dearblue
2021-06-28
Drop unnecessary upper procs linked from class/module/def syntax
dearblue
2021-06-28
Merge pull request #5493 from dearblue/binding.2
Yukihiro "Matz" Matsumoto
2021-06-27
Merge pull request #5495 from dearblue/eval.2
Yukihiro "Matz" Matsumoto
2021-06-26
Fixed finding variables from `proc` in `binding.eval` failed
dearblue
2021-06-26
Merge pull request #5494 from dearblue/eval.1
Yukihiro "Matz" Matsumoto
[next]