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-12-02
Print implicit operands for some instructions.
Yukihiro "Matz" Matsumoto
2020-12-02
Remove a newline.
Yukihiro "Matz" Matsumoto
2020-12-01
Revert "Create presym files for each build target" (58ba883e)
KOBAYASHI Shuji
2020-12-01
Fix `OP_JMPUW` address bug.
Yukihiro "Matz" Matsumoto
2020-11-30
Merge pull request #5206 from dearblue/dumpirep
Yukihiro "Matz" Matsumoto
2020-11-30
Integrate the output of the catch handler table into iseq
dearblue
2020-11-30
Fixed irep size measurement by dump; ref #5203
dearblue
2020-11-30
Fixed print catch handler address in codedump; ref #5200
dearblue
2020-11-29
Use `MRB_SYM` in `src/gc.c`
KOBAYASHI Shuji
2020-11-29
Merge pull request #5203 from komainu8/fix-heap-buffer-overflow
Yukihiro "Matz" Matsumoto
2020-11-29
Fix heap buffer overflow when dump irep
Horimoto Yasuhiro
2020-11-29
Change the catch handler address to 32 bits
dearblue
2020-11-26
Create presym files for each build target
KOBAYASHI Shuji
2020-11-26
Fix a bug in `find_symbol()`; fix #5192
Yukihiro "Matz" Matsumoto
2020-11-26
Make `OP_JMP*` operand address to be relative.
Yukihiro "Matz" Matsumoto
2020-11-26
Small refactoring regarding symbols for clarity.
Yukihiro "Matz" Matsumoto
2020-11-26
Include `mruby.h` instead of `mrbconf.h` directly.
Yukihiro "Matz" Matsumoto
2020-11-26
Avoid memory leak when `mrb_read_irep()` fails.
Yukihiro "Matz" Matsumoto
2020-11-25
Move inline `iseq` in `array.c` to `array.rb`.
Yukihiro "Matz" Matsumoto
2020-11-25
Fix C source compilation with `MRB_USE_ALL_SYMBOLS`; ref #5187
KOBAYASHI Shuji
2020-11-24
Add `#include <mrbconf.h>` at the head of `fmt_fp.c`; #5185
Yukihiro "Matz" Matsumoto
2020-11-24
Merge pull request #5186 from shuujii/optimize-presym_find
Yukihiro "Matz" Matsumoto
2020-11-24
Fix compiler errors from `MRB_NO_FLOAT`; #5185
Yukihiro "Matz" Matsumoto
2020-11-24
Optimize `presym_find`
KOBAYASHI Shuji
2020-11-23
Fix unintended variable shadowing
Wataru Ashihara
2020-11-22
Remove `mrb_str_buf_new()` and `MRB_STR_BUF_MIN_SIZE`; close #5171
Yukihiro "Matz" Matsumoto
2020-11-22
Fix GC mark leaks for `MRB_TT_BREAK`; fix #5168
dearblue
2020-11-22
Fix size of local variable array in struct dumped file
KOBAYASHI Shuji
2020-11-22
Merge pull request #5167 from dearblue/singleton-method
Yukihiro "Matz" Matsumoto
2020-11-21
Improved `Object#define_singleton_method`
dearblue
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-21
Merge pull request #5162 from shuujii/move-some-.rake-files-to-tasks-director...
Yukihiro "Matz" Matsumoto
2020-11-21
Reserve `OP_SENDVK` for the future keyword arguments like Ruby3.0.
Yukihiro "Matz" Matsumoto
2020-11-21
Fix infinite loop bug from `super` when method is prepended.
Yukihiro "Matz" Matsumoto
2020-11-21
Fix module order of `#include`; ruby-bug:7844
Yukihiro "Matz" Matsumoto
2020-11-21
Unable for the `MRB_TT_CPTR` object to have a singleton class
dearblue
2020-11-21
Move some `.rake` files to `tasks` directory for consistency
KOBAYASHI Shuji
2020-11-21
Update `Float#to_s` to keep trailing zero as CRuby does; ref 68cebb6
Yukihiro "Matz" Matsumoto
2020-11-20
Refactor `src/mruby_core.rake`
KOBAYASHI Shuji
2020-11-18
Revert "Check if irep->reps is NULL in lv_defined_p"
Yukihiro "Matz" Matsumoto
2020-11-18
Use `mrb_int_value()` instead of `mrb_fixnum_value()`; fix #5142
Yukihiro "Matz" Matsumoto
2020-11-18
Merge pull request #5147 from hifoolno/patch1
Yukihiro "Matz" Matsumoto
2020-11-18
Check if irep->reps is NULL in lv_defined_p
Zhang Xiaohui
2020-11-18
Merge pull request #5143 from shuujii/use-mrb_int_value-instead-of-mrb_fixnum...
Yukihiro "Matz" Matsumoto
2020-11-18
Check if irep->reps is NULL
Zhang Xiaohui
2020-11-18
Use `mrb_int_value` instead of `mrb_fixnum_value` in `src/hash.c`
KOBAYASHI Shuji
2020-11-17
Revert half of 9fbf0ef8.
Yukihiro "Matz" Matsumoto
2020-11-17
Detect overflow in `flo_shift()`.
Yukihiro "Matz" Matsumoto
2020-11-17
Refactoring integer ranges.
Yukihiro "Matz" Matsumoto
2020-11-17
Refactor integer division.
Yukihiro "Matz" Matsumoto
[next]