index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.c
Age
Commit message (
Expand
)
Author
2018-12-01
Revert "Collapse putobject, putobject, newarray"
tenderlove
2018-11-30
* expand tabs.
svn
2018-11-30
Collapse putobject, putobject, newarray
tenderlove
2018-11-27
* expand tabs.
svn
2018-11-27
compile.c: prevent out-of-bound initialization of coverage counters
mame
2018-11-10
Fix potential NULL pointer access [ci skip]
nobu
2018-11-08
compile.c: compile error than rb_bug [ci skip]
nobu
2018-11-08
compile.c: unreachable than rb_bug [ci skip]
nobu
2018-11-07
* expand tabs.
svn
2018-11-07
Rename get/setinlinecache to opt_get/opt_setinlinecache
mame
2018-11-06
Fix TracePoint for nested iseq loaded from binary [Bug#14702]
ko1
2018-11-05
Implement `RubyVM::AST.of` [Feature #14836]
yui-knk
2018-10-30
* remove trailing spaces, expand tabs.
svn
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-29
compile.c: fix up r65411
kazu
2018-10-28
use a rb_ function instead of st_ directly.
ko1
2018-10-24
compile.c: fix peephole optimization
nobu
2018-10-24
introduce new YARV insn newhashfromarray.
ko1
2018-10-20
* expand tabs.
svn
2018-10-20
Remove tracecoverage instructions
mame
2018-10-20
ext/coverage/: add the oneshot mode
mame
2018-10-19
compile.c: default_len is positive
shyouhei
2018-10-17
* expand tabs.
svn
2018-10-17
Remove the level information from throw instruction
mame
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-09-26
* expand tabs.
svn
2018-09-26
revert r64847, r64846 and r64839
k0kubun
2018-09-26
* expand tabs.
svn
2018-09-26
revert r64838 and r64839
k0kubun
2018-09-25
insns.def: drop bitblt insn
k0kubun
2018-09-25
Revert "Revert r64824 to fix build failure on AppVeyor"
k0kubun
2018-09-25
Revert r64824 to fix build failure on AppVeyor
k0kubun
2018-09-24
insns.def: optimize & and | of Integer [experimental]
k0kubun
2018-09-20
* compile.c (compile_case): emit opt_case_dispatch only on optimized mode
mame
2018-09-15
Use opt_{aref,aset} over opt_{aref,aset}_with
nobu
2018-09-13
iseq.c: prefix rb_ to non-static iseq functions
k0kubun
2018-09-12
make opt_str_freeze leaf
shyouhei
2018-09-12
make opt_case_dispatch leaf
shyouhei
2018-08-23
iseq.c: add a map from encoded insn to insn data
mame
2018-08-23
compile.c: drop unused array
nobu
2018-08-23
compile.c: drop unused string
nobu
2018-08-23
remove `const` warning.
ko1
[next]