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
*
intern instruction
nobu
2017-09-18
1
-4
/
+1
*
refinements in string interpolation
nobu
2017-09-18
1
-0
/
+8
*
literal symbol by intern
nobu
2017-09-17
1
-1
/
+4
*
compile.c: optimize unnecessary concatstrings
nobu
2017-09-17
1
-0
/
+8
*
suppress warnings
nobu
2017-09-17
1
-4
/
+4
*
compile.c: iseq_pop_newarray
nobu
2017-09-14
1
-3
/
+31
*
Introduce NODE_UNLESS for branch coverage
mame
2017-09-14
1
-7
/
+11
*
Add method coverage
mame
2017-09-14
1
-0
/
+14
*
Add branch coverage for case-when statement
mame
2017-09-14
1
-1
/
+13
*
Add branch coverage for while and until statements
mame
2017-09-14
1
-0
/
+3
*
Add branch coverage for if statement
mame
2017-09-14
1
-0
/
+37
*
Add a new instruction `trace2` for hooking with custom data
mame
2017-09-14
1
-4
/
+9
*
compile.c: pop coverage trace
nobu
2017-09-10
1
-1
/
+2
*
compile.c: replaced switch by TYPE
nobu
2017-09-09
1
-15
/
+9
*
Remove unneeded trace instruction for coverage
mame
2017-09-07
1
-0
/
+5
*
Refactor the internal data format for coverage measurement
mame
2017-09-03
1
-1
/
+2
*
compile.c: fix loading pathobj
nobu
2017-09-01
1
-1
/
+19
*
compile.c: ensure after toplevel return
nobu
2017-09-01
1
-2
/
+2
*
compile.c: compile_if
nobu
2017-08-28
1
-37
/
+44
*
compile.c: compile_ensure
nobu
2017-08-27
1
-50
/
+57
*
compile.c: compile_resbody
nobu
2017-08-27
1
-50
/
+57
*
compile.c: compile_rescue
nobu
2017-08-27
1
-28
/
+35
*
compile.c: unreachable chunk
nobu
2017-08-25
1
-1
/
+3
*
compile.c: useless jump elimination
nobu
2017-08-25
1
-3
/
+20
*
compile.c: moved comments [ci skip]
nobu
2017-08-25
1
-24
/
+24
*
compile.c: show failed instructions
nobu
2017-08-24
1
-2
/
+6
*
compile.c: free before adjust error
nobu
2017-08-24
1
-0
/
+2
*
insns.inc.tmpl: ensure info size
nobu
2017-08-22
1
-1
/
+1
*
compile.c: compile_retry
nobu
2017-08-15
1
-14
/
+22
*
compile.c: compile_redo
nobu
2017-08-15
1
-68
/
+76
*
compile.c: compile_next
nobu
2017-08-15
1
-72
/
+79
*
compile.c: compile_break
nobu
2017-08-14
1
-62
/
+70
*
compile.c: compile_loop
nobu
2017-08-14
1
-82
/
+92
*
type is invariant inside this block
nobu
2017-08-14
1
-1
/
+1
*
separate hash literal and keyword arguments
nobu
2017-08-11
1
-1
/
+1
*
compile.c: fix KW_SPLAT flag condition
nobu
2017-08-10
1
-2
/
+5
*
splat keyword hash
nobu
2017-08-05
1
-8
/
+13
*
compile.c: replace adjuststack
nobu
2017-07-30
1
-13
/
+17
*
compile.c: fix flip-flop value
nobu
2017-07-29
1
-1
/
+0
*
compile.c: COMPILE_ERROR
nobu
2017-07-22
1
-51
/
+70
*
compile.c: dump iseq at adjust bug
nobu
2017-07-21
1
-0
/
+1
*
compile.c: restore stack at return
nobu
2017-07-20
1
-0
/
+3
*
compile.c: simplify defined_expr0
nobu
2017-07-10
1
-18
/
+14
*
compile.c: dump iseq
nobu
2017-06-30
1
-11
/
+5
*
compile.c: disallow next in once
nobu
2017-06-29
1
-1
/
+4
*
fix return in toplevel ensure
nobu
2017-06-27
1
-3
/
+4
*
fix return in toplevel rescue/ensure
nobu
2017-06-27
1
-4
/
+12
*
compile.c: fix debug print
nobu
2017-06-26
1
-2
/
+2
*
compile.c: fix_sp_depth
nobu
2017-06-25
1
-39
/
+111
*
compile.c: toplevel return in argument
nobu
2017-06-25
1
-0
/
+1
[next]