index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
compile.c: pop splat result
nobu
2017-12-19
1
-7
/
+11
*
compile.c: side effect in splat
nobu
2017-12-19
1
-2
/
+5
*
iseq.c (finish_iseq_build): fix coverage leakage [Bug #14191]
mame
2017-12-18
1
-11
/
+7
*
node.[ch], parse.y, compile.c: rename nd_column to nd_first_column
mame
2017-12-14
1
-29
/
+29
*
compile.c (rb_iseq_compile_node): Move the check for imemo_ifunc to top
mame
2017-12-06
1
-5
/
+6
*
vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamed
mame
2017-12-06
1
-1
/
+1
*
insns.def (tracebranch): renamed from `trace2`
mame
2017-12-06
1
-1
/
+1
*
thread.c (update_branch_coverage): renamed from `update_coverage`
mame
2017-12-06
1
-1
/
+1
*
thread.c (update_line_coverage): Use RUBY_EVENT_LINE
mame
2017-12-06
1
-6
/
+3
*
vm_core.h (rb_iseq_locatoin_t): add a field `code_range`
mame
2017-12-05
1
-0
/
+1
*
Revamp method coverage to support define_method
mame
2017-12-05
1
-14
/
+0
*
introduce `trace_events' info for iseq.
ko1
2017-11-18
1
-1
/
+1
*
Refactoring out the direct accesses of NODE's u1, u2, and u3
mame
2017-11-16
1
-7
/
+7
*
Add a last location to branch coverage
yui-knk
2017-11-16
1
-25
/
+81
*
fix uninitialized memory reference.
ko1
2017-11-15
1
-0
/
+1
*
compile.c: fixup TRACE
nobu
2017-11-14
1
-0
/
+4
*
fix prefix.
ko1
2017-11-14
1
-47
/
+47
*
remove `trace` instruction. [Feature #14104]
ko1
2017-11-14
1
-69
/
+129
*
compile.c: comments for concatstrings optimization [ci skip]
nobu
2017-11-14
1
-0
/
+18
*
compile.c: fixup r60727
nobu
2017-11-13
1
-0
/
+23
*
compile.c: optimize nested string interpolations
nobu
2017-11-09
1
-1
/
+66
*
insn_info/insns_info
ko1
2017-11-09
1
-44
/
+69
*
fix peephole optimization.
ko1
2017-11-09
1
-3
/
+0
*
Avoid usage of the magic number `(NODE*)-1`
mame
2017-11-04
1
-3
/
+3
*
compile.c (setup_args): Fix a typo
yui-knk
2017-11-04
1
-1
/
+1
*
Remove RNODE cast from NODE utility functions
mame
2017-11-04
1
-1
/
+1
*
compile.c: kw splat after splat
nobu
2017-11-02
1
-0
/
+2
*
compile.c: refactored compile_return
nobu
2017-11-01
1
-9
/
+15
*
compile.c: ensure after return in library toplevel
nobu
2017-10-31
1
-14
/
+5
*
compile.c: compile_return
nobu
2017-10-31
1
-56
/
+62
*
Use NODE_CASE2 if case expressions don't exist
yui-knk
2017-10-31
1
-11
/
+8
*
Use nd_lineno instead of nd_line for branch coverages
yui-knk
2017-10-30
1
-13
/
+17
*
fix compile error.
ko1
2017-10-28
1
-2
/
+2
*
compile.c: make node arguments invariant
nobu
2017-10-27
1
-48
/
+48
*
compile.c: stop modifying NODE tree
mame
2017-10-27
1
-7
/
+3
*
compile.c, iseq.c: consitfied NODE pointers
nobu
2017-10-27
1
-105
/
+114
*
some functions accept `ec` instead of `th`.
ko1
2017-10-26
1
-2
/
+2
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-1
/
+1
*
common conversion functions
nobu
2017-10-26
1
-9
/
+7
*
compile.c: refine error messages
nobu
2017-10-25
1
-10
/
+14
*
Lazy Proc allocation for block parameters
ko1
2017-10-24
1
-8
/
+67
*
Removed NODE_OPT_N
nobu
2017-10-24
1
-9
/
+2
*
Remove dynamic NODE allocation out of parser
mame
2017-10-24
1
-5
/
+8
*
Add column numbers to branch coverage
yui-knk
2017-10-22
1
-18
/
+25
*
compile.c: optimize local variable assignments
nobu
2017-10-22
1
-3
/
+7
*
compile.c: optimize local variable assignments
nobu
2017-10-21
1
-4
/
+41
*
Remove not used node_type NODE_CVDECL
yui-knk
2017-10-21
1
-1
/
+0
*
Remove not used node_type NODE_IASGN2
yui-knk
2017-10-21
1
-3
/
+1
*
moved node generation for dregex_once to parse.y
nobu
2017-10-21
1
-4
/
+2
*
compile.c: compile_for
nobu
2017-10-17
1
-26
/
+37
[prev]
[next]