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
ruby_3_4
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
2019-04-05
add definemethod/definesmethod insn.
ko1
2019-03-15
* expand tabs.
svn
2019-03-15
node.h: introduce nd_brace to determine if a hash literal is a keyword
mame
2019-03-14
compile.c: fix the corner case of rest and keyword arguments
mame
2019-03-14
compile.c (setup_args): process arguments forward
mame
2019-03-14
* expand tabs.
svn
2019-03-14
compile.c: factor out "compile_args" from "compile_array"
mame
2019-02-21
* expand tabs.
svn
2019-02-21
refactoring compile.c.
ko1
2019-02-04
Show proper location for warning [Feature #15575]
nobu
2019-02-04
check and show a warning for incorrect yield.
ko1
2019-02-01
* expand tabs.
svn
2019-02-01
Revert r63383, r63248 "compile.c: copy a short insn with leave"
nobu
2019-01-09
Fix styles [ci skip]
nobu
2019-01-05
compile.c: initialize to suppress false warning.
nobu
2019-01-05
parse.y: hoisted out qcall_branch_start and qcall_branch_end
nobu
2019-01-01
* expand tabs.
svn
2019-01-01
compile.c (iseq_set_sequence): fix branch coverage table
mame
2019-01-01
* expand tabs.
svn
2019-01-01
compile.c: support branch coverage for `a&.foo = 1`
mame
2019-01-01
* expand tabs.
svn
2019-01-01
Revert r66670 because of wrong ticket number
mame
2019-01-01
* expand tabs.
svn
2019-01-01
compile.c: support branch coverage for `a&.foo = 1`
mame
2018-12-31
Method reference operator
nobu
2018-12-31
* expand tabs.
svn
2018-12-31
use a local variable
nobu
2018-12-20
hide iseq operand object for duphash. [Bug #15440]
ko1
2018-12-20
Freeze hash literals embedded in duphash instructions
nobu
2018-12-13
Don't increment `code_index`
tenderlove
2018-12-12
param.flags.has_kw flag should be FALSE before setting param.keyword.
ko1
2018-12-12
restore `catch_except_p` flag.
ko1
2018-12-11
Fix infinite loop by ensure
nobu
2018-12-11
* expand tabs.
svn
2018-12-11
Modify insn list only when compiling
nobu
2018-12-09
raise instead of rb_bug
nobu
2018-12-06
* expand tabs.
svn
2018-12-06
Speed up hash literals by duping
tenderlove
2018-12-03
* expand tabs.
svn
2018-12-03
Collapse putobject, putobject, newarray
tenderlove
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
[next]