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
/
mruby-compiler
/
core
Age
Commit message (
Expand
)
Author
2018-02-12
Resolve conflicts between labels and conditional ternary; fix #3931
Yukihiro "Matz" Matsumoto
2018-02-10
Need to determine `IS_LABEL_POSSIBLE()` properly.
Yukihiro "Matz" Matsumoto
2018-01-16
Limit size of iseq buffer; fix #3927
Yukihiro "Matz" Matsumoto
2018-01-16
Allow `-> do rescue; end` as well as `proc do rescue; end` [Ruby2.6]
Yukihiro "Matz" Matsumoto
2017-12-23
Make source compilable with C++17
Lothar Scholz
2017-12-15
Check if destinations are too distant; fix #3900 fix #3901
Yukihiro "Matz" Matsumoto
2017-11-08
Simplify `MRB_WITHOUT_FLOAT` condtion
Yukihiro "Matz" Matsumoto
2017-11-04
Merge branch 'master' of github.com:mruby/mruby
YAMAMOTO Masaya
2017-10-28
Heavily refactored how lexical scope links are implemented; fix #3821
Yukihiro "Matz" Matsumoto
2017-10-28
Add some peephole optimizations
Yukihiro "Matz" Matsumoto
2017-10-17
`do/end` blocks to work with `rescue/ensure/else`; CRuby2.5
Yukihiro "Matz" Matsumoto
2017-10-12
Correct a small error in parse.y, which causes the reading of unassigned memo...
Carlo Prelz
2017-10-11
Add MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-10-09
Fix parse error on TRICK2013/yhara
Nobuyoshi Nakada
2017-10-09
Replace lvar_defined with local_var_p
Nobuyoshi Nakada
2017-09-27
fix: mrbgems\mruby-compiler\core\parse.y(3455): warning C4244: 'function': co...
Tomasz Dąbrowski
2017-09-25
The `[]` special method call should be able to take a block.
Yukihiro "Matz" Matsumoto
2017-09-25
The `lex_state` after literals should be `EXPR_ENDARG`.
Yukihiro "Matz" Matsumoto
2017-09-25
The symbols should not take brace blocks.
Yukihiro "Matz" Matsumoto
2017-09-12
Remove temporary limitation of `OP_EPOP`.
Yukihiro "Matz" Matsumoto
2017-09-05
Restrict `OP_EPOP` operand to `1`; ref #3789
Yukihiro "Matz" Matsumoto
2017-08-28
Add `__ENCODING__' support.
Yukihiro "Matz" Matsumoto
2017-08-28
Remove integer type mismatch warnings from parse.y.
Yukihiro "Matz" Matsumoto
2017-08-23
Fixed register windows of OP_SENDs generated by NODE_{DREGX,REGX}; ref #3783
Christopher Aue
2017-08-23
Fixed register windows of OP_SENDs generated by NODE_OP_ASGN; ref #3783
Christopher Aue
2017-08-23
Refactored code around generation of OP_SEND in NODE_OP_ASGN
Christopher Aue
2017-08-23
Fixed register windows of OP_SENDs generated by NODE_{FOR,SYMBOLS}; ref #3783
Christopher Aue
2017-08-23
Tested register windows of OP_SENDs generated by NODE_{RESCUE,HASH,ALIAS}; re...
Christopher Aue
2017-08-23
Fixed register windows of OP_SENDs generated by NODE_{SCALL,CASE,YIELD,UNDEF}...
Christopher Aue
2017-08-22
`c` (`mrbc_context`) may be NULL; fix #3787
Yukihiro "Matz" Matsumoto
2017-08-19
Replace stack `pop()` by `push_n(2); pop_n(3)`; fix #3783
Yukihiro "Matz" Matsumoto
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
2017-08-11
`scan_hex` may be used to parse both unicode and hex escape.
Yukihiro "Matz" Matsumoto
2017-08-11
Fixed a wrong condition in `scan_hex`; fix #3774
Yukihiro "Matz" Matsumoto
2017-08-09
Replaced tabs with spaces
Christopher Aue
2017-08-09
Support `break` within rescue clauses; fix #3767 ref #3721
Yukihiro "Matz" Matsumoto
2017-08-05
Change return type of `scan_oct` from `int` to `int32_t`.
Yukihiro "Matz" Matsumoto
2017-08-05
Left shift of signed integers is undefined behavior in C; fix #3762
Yukihiro "Matz" Matsumoto
2017-07-24
Initialize potentially uninitialized local variable.
Yukihiro "Matz" Matsumoto
2017-07-12
`while`|`until` should have the value from `break`; fix #3735
Yukihiro "Matz" Matsumoto
2017-06-28
Provide better way to check compile errors.
Yukihiro "Matz" Matsumoto
2017-06-28
Revert "Make `mrb_load_exec` a static function."
Yukihiro "Matz" Matsumoto
2017-06-23
Should raise an exception if `break` called in ensure; fix #3721
Yukihiro "Matz" Matsumoto
2017-06-23
Make `mrb_load_exec` a static function.
Yukihiro "Matz" Matsumoto
2017-06-07
Handles exceptions from code generation phase; fix #3695
Yukihiro "Matz" Matsumoto
2017-06-05
Limit recursion level of `codegen()`; fix #3690
Yukihiro "Matz" Matsumoto
2017-06-02
Revert "Update NODE_BLOCK check logic in `void_expr_error`."
Yukihiro "Matz" Matsumoto
2017-06-02
Update NODE_BLOCK check logic in `void_expr_error`.
Yukihiro "Matz" Matsumoto
2017-06-02
Fixed a bug in `void_expr_error`.
Yukihiro "Matz" Matsumoto
2017-06-02
Add more precise void expression checks; ref #3686
Yukihiro "Matz" Matsumoto
[next]