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
/
codegen.c
Age
Commit message (
Expand
)
Author
2014-04-27
rename `mrb_str_buf_append` to `mrb_str_cat_str`
cremno
2014-04-27
NODE_SUPER should preserve stack region for block; ref #2136
Yukihiro "Matz" Matsumoto
2014-04-27
NODE_DEF should preserve stack region for lambda; ref #2136
Yukihiro "Matz" Matsumoto
2014-04-26
area of implicit nil is not enough to nregs
mirichi
2014-04-26
bit more peephole optimization for NODE_LVAR
Yukihiro "Matz" Matsumoto
2014-04-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-04-26
should use plain int for index, since i may be printed using %d; close #2127
Yukihiro "Matz" Matsumoto
2014-04-26
Merge pull request #2118 from ksss/range-bool
Yukihiro "Matz" Matsumoto
2014-04-25
better integer size assertion suggested by usak
Yukihiro "Matz" Matsumoto
2014-04-25
eliminate plain int except for a few cases like arena_index
Yukihiro "Matz" Matsumoto
2014-04-25
remove -Wsign-compare warnings
Yukihiro "Matz" Matsumoto
2014-04-24
mrb_range_new excl flag use mrb_bool insteard of int
ksss
2014-04-16
Move src/re.h to include/mruby/re.h .
take_cheeze
2014-04-03
add assertion before casting
Yukihiro "Matz" Matsumoto
2014-04-03
too much peephole optimization; close #1992
Yukihiro "Matz" Matsumoto
2014-03-28
Add test for backquote.
take_cheeze
2014-03-21
reduce hash creation by using update method
Yukihiro "Matz" Matsumoto
2014-03-21
should be able to create hash with 127+ entries; close #1894
Yukihiro "Matz" Matsumoto
2014-03-18
add a space after C reserved words
Yukihiro "Matz" Matsumoto
2014-03-15
symbol length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-14
remove new_label(s) where label position can be obtained from genop()
Yukihiro "Matz" Matsumoto
2014-03-13
too much optimization
Yukihiro "Matz" Matsumoto
2014-03-13
peephole optimization for OP_JMP{IF,NOT}
Yukihiro "Matz" Matsumoto
2014-03-09
Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().
Masaki Muranaka
2014-03-08
use mrb_str_cat_lit for literals
cremno
2014-03-08
Make type casts safer.
Masaki Muranaka
2014-03-05
fix off-by-one error in attrsym
cubicdaiya
2014-03-03
rescue clause should understand splats; close #1786
Yukihiro "Matz" Matsumoto
2014-03-01
support c++ exception
take_cheeze
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2014-02-09
Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUE
Yukihiro "Matz" Matsumoto
2014-02-04
better codedump format
Yukihiro "Matz" Matsumoto
2014-02-01
fix NODE_SPLAT codegen
h2so5
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2014-01-31
clean up external symbols
cremno
2014-01-04
should splat and iterate elements when "*ary" speficied in the case-when clau...
Yukihiro "Matz" Matsumoto
2014-01-02
Merge pull request #1634 from cremno/use-mrb_fixnum_p
Yukihiro "Matz" Matsumoto
2014-01-02
tiny word boxing optimization
cremno
2014-01-02
codegen.c: remove superfluous return
cremno
2013-12-27
return-value of mrb_run is invalid in top-level-scope
cubicdaiya
2013-12-26
adjust register position for return value; fix #1620
Yukihiro "Matz" Matsumoto
2013-12-26
revert fix in #1620
Yukihiro "Matz" Matsumoto
2013-12-25
Fix return when value expected
Carson McDonald
2013-12-25
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-12-24
fix #1617
h2so5
2013-12-24
class/module body to honor whether value is required or not; reduce a few ins...
Yukihiro "Matz" Matsumoto
2013-12-19
fix codegen bug in NODE_CASE
h2so5
2013-12-03
avoid top-level pool release at codegen_error() and fixed some memory leaks
Yukihiro "Matz" Matsumoto
2013-12-03
should not access scope after releasing memory pool
Yukihiro "Matz" Matsumoto
2013-12-02
Merge pull request #1601 from carsonmcdonald/srcaptosizet
Yukihiro "Matz" Matsumoto
[next]