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
2017-12-06
compile.c (rb_iseq_compile_node): Move the check for imemo_ifunc to top
mame
2017-12-06
vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamed
mame
2017-12-06
insns.def (tracebranch): renamed from `trace2`
mame
2017-12-06
thread.c (update_branch_coverage): renamed from `update_coverage`
mame
2017-12-06
thread.c (update_line_coverage): Use RUBY_EVENT_LINE
mame
2017-12-05
vm_core.h (rb_iseq_locatoin_t): add a field `code_range`
mame
2017-12-05
Revamp method coverage to support define_method
mame
2017-11-18
introduce `trace_events' info for iseq.
ko1
2017-11-16
Refactoring out the direct accesses of NODE's u1, u2, and u3
mame
2017-11-16
Add a last location to branch coverage
yui-knk
2017-11-15
fix uninitialized memory reference.
ko1
2017-11-14
compile.c: fixup TRACE
nobu
2017-11-14
fix prefix.
ko1
2017-11-14
remove `trace` instruction. [Feature #14104]
ko1
2017-11-14
compile.c: comments for concatstrings optimization [ci skip]
nobu
2017-11-13
compile.c: fixup r60727
nobu
2017-11-09
compile.c: optimize nested string interpolations
nobu
2017-11-09
insn_info/insns_info
ko1
2017-11-09
fix peephole optimization.
ko1
2017-11-04
Avoid usage of the magic number `(NODE*)-1`
mame
2017-11-04
compile.c (setup_args): Fix a typo
yui-knk
2017-11-04
Remove RNODE cast from NODE utility functions
mame
2017-11-02
compile.c: kw splat after splat
nobu
2017-11-01
compile.c: refactored compile_return
nobu
2017-10-31
compile.c: ensure after return in library toplevel
nobu
2017-10-31
compile.c: compile_return
nobu
2017-10-31
Use NODE_CASE2 if case expressions don't exist
yui-knk
2017-10-30
Use nd_lineno instead of nd_line for branch coverages
yui-knk
2017-10-28
fix compile error.
ko1
2017-10-27
compile.c: make node arguments invariant
nobu
2017-10-27
compile.c: stop modifying NODE tree
mame
2017-10-27
compile.c, iseq.c: consitfied NODE pointers
nobu
2017-10-26
some functions accept `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
common conversion functions
nobu
2017-10-25
compile.c: refine error messages
nobu
2017-10-24
Lazy Proc allocation for block parameters
ko1
2017-10-24
Removed NODE_OPT_N
nobu
2017-10-24
Remove dynamic NODE allocation out of parser
mame
2017-10-22
Add column numbers to branch coverage
yui-knk
2017-10-22
compile.c: optimize local variable assignments
nobu
2017-10-21
compile.c: optimize local variable assignments
nobu
2017-10-21
Remove not used node_type NODE_CVDECL
yui-knk
2017-10-21
Remove not used node_type NODE_IASGN2
yui-knk
2017-10-21
moved node generation for dregex_once to parse.y
nobu
2017-10-17
compile.c: compile_for
nobu
2017-10-17
compile.c: compile_iter
nobu
2017-10-02
use rb_hash_new_with_size()
nobu
2017-10-02
compile.c: fix stack consitency error
nobu
2017-09-23
Enable to take branch coverages for safe method invocations
yui-knk
[next]