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-21
codegen.c: a new function `get_int_operand`.
Yukihiro "Matz" Matsumoto
2021-07-20
codegen.c: negative zero equals to positive zero.
Yukihiro "Matz" Matsumoto
2021-07-20
codegen.c: allow `OP_EXT` before `OP_ADDI` and `OP_SUBI`.
Yukihiro "Matz" Matsumoto
2021-07-19
Remove unused prototypes for `mrb_proc_merge_lvar()`; ref #5511
Yukihiro "Matz" Matsumoto
2021-07-19
Merge pull request #5511 from dearblue/binding.3
Yukihiro "Matz" Matsumoto
2021-07-18
Merge pull request #5510 from dearblue/check-stdint
Yukihiro "Matz" Matsumoto
2021-07-17
Merge pull request #5509 from dearblue/cast-c++
Yukihiro "Matz" Matsumoto
2021-07-17
Explicit write barrier for binding
dearblue
2021-07-17
Output an error if the `INTPTR_MAX` macro is undefined in C++
dearblue
2021-07-17
Avoid implicit casting from void pointers for C++
dearblue
2021-07-17
codedump.c: update some instructions.
Yukihiro "Matz" Matsumoto
2021-07-17
codegen.c: optimize variable assignments after `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-17
codegen.c: optimize `OP_SETUPVAR` after `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-16
Merge pull request #5508 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-07-16
codegen.c: add new peephole optimization for `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-16
codegen.c: add new peephole optimization for `OP_GETUPVAR`.
Yukihiro "Matz" Matsumoto
2021-07-15
build(deps): bump github/super-linter from 4.4.1 to 4.5.0
dependabot[bot]
2021-07-15
test/syntax.rb: add tests for `break` and `redo`.
Yukihiro "Matz" Matsumoto
2021-07-15
codegen.c: `gen_jmpdst` always needs to generate relative address.
Yukihiro "Matz" Matsumoto
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
[prev]
[next]