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
*
kwrest arg name
nobu
2017-02-27
1
-3
/
+3
*
compile.c: Fix a typo
yui-knk
2017-02-20
1
-1
/
+1
*
compile.c: suppress a warning
nobu
2017-02-13
1
-1
/
+1
*
compile.c: restore catch entry sp
nobu
2017-02-02
1
-1
/
+8
*
compile.c: restore misc params
nobu
2017-02-02
1
-5
/
+13
*
compile.c: keyword table for required kwarg
nobu
2017-02-02
1
-1
/
+2
*
compile.c: optimization of defined? in condition
nobu
2017-01-20
1
-20
/
+34
*
compile.c: check err_info
nobu
2017-01-19
1
-3
/
+3
*
immediate message mode of compile error
nobu
2017-01-12
1
-1
/
+4
*
compile.c: invalid yield in main
nobu
2017-01-12
1
-1
/
+2
*
compile.c: check compile
nobu
2017-01-10
1
-120
/
+129
*
compile.c: fallback nil
nobu
2017-01-03
1
-3
/
+4
*
compile.c: omit unnecessary defined guard
nobu
2017-01-03
1
-1
/
+1
*
compile.c: constify
nobu
2016-12-24
1
-1
/
+1
*
compile.c: toplevel return
nobu
2016-12-21
1
-8
/
+24
*
compile.c: do not emit numeric literal range in void context
rhe
2016-12-17
1
-3
/
+5
*
remove core#hash_merge_ary
nobu
2016-12-09
1
-0
/
+5
*
compile.c: static_literal_value
nobu
2016-12-08
1
-17
/
+26
*
compile.c: optimize literal nodes
nobu
2016-12-08
1
-8
/
+32
*
compile.c: remove dead code
nobu
2016-12-07
1
-55
/
+60
*
Fix typos
kazu
2016-12-06
1
-134
/
+134
*
compile.c: splatarray peephole opt
nobu
2016-11-28
1
-0
/
+20
*
* compile.c (tailcallable_p): disable tail call optimization for
shugo
2016-11-05
1
-0
/
+4
*
compile.c: not flip-flop
nobu
2016-10-29
1
-0
/
+15
*
compile.c: order with splatting
nobu
2016-10-22
1
-2
/
+2
*
compile.c: literal range
nobu
2016-10-01
1
-1
/
+16
*
compile.c: optimize flip-flop
nobu
2016-10-01
1
-41
/
+39
*
compile.c: tailcall in conditinal block
nobu
2016-09-23
1
-0
/
+7
*
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-28
1
-55
/
+56
*
Coverage on non-positive lines
nobu
2016-06-26
1
-0
/
+1
*
* iseq.h (struct iseq_compile_data): use struct rb_id_table
naruse
2016-05-14
1
-4
/
+12
*
* compile.c (iseq_compile_each): share InlineCache during same
tarui
2016-05-11
1
-3
/
+17
*
compile.c: true conditions
nobu
2016-04-26
1
-0
/
+12
*
compile.c: remove redundant trace insn
nobu
2016-04-23
1
-0
/
+11
*
compile.c: instruction ID predicate
nobu
2016-04-23
1
-30
/
+31
*
compile.c: ISeq element type predicates
nobu
2016-04-23
1
-15
/
+19
*
compile.c: make SyntaxError after formatting
nobu
2016-04-20
1
-7
/
+6
*
refactor syntax error
nobu
2016-04-20
1
-8
/
+1
*
appending compile error without rb_errinfo
nobu
2016-04-19
1
-35
/
+48
*
compile.c: fix dangling link
nobu
2016-04-18
1
-5
/
+5
*
compile.c: initialize LABEL fields
nobu
2016-04-12
1
-0
/
+2
*
compile.c: disable tco with rescue
nobu
2016-04-11
1
-2
/
+45
*
remove rb_thread_t::parse_in_eval
nobu
2016-03-28
1
-19
/
+5
*
compile.c: explicit address
nobu
2016-03-26
1
-2
/
+2
*
compile.c: strict condition
nobu
2016-03-17
1
-3
/
+4
*
compile.c: move newarray specialization
nobu
2016-03-17
1
-20
/
+22
*
* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.
mame
2016-03-17
1
-0
/
+20
*
compile.c: bit flag
nobu
2016-03-17
1
-1
/
+1
*
optimize named capture assignment
nobu
2016-03-14
1
-0
/
+63
*
fstring early for internal iseq
normal
2016-01-26
1
-1
/
+1
[next]