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
...
*
Add a /* fall through */ comment
Yusuke Endoh
2019-07-15
1
-0
/
+1
*
Add a /* fall through */ comment
Yusuke Endoh
2019-07-15
1
-0
/
+1
*
Add a /* fall through */ comment
Yusuke Endoh
2019-07-15
1
-0
/
+1
*
Add a /* fall through */ comment
Yusuke Endoh
2019-07-15
1
-0
/
+1
*
* expand tabs.
git
2019-07-14
1
-10
/
+10
*
compile.c (defined_expr): return void instead of int
Yusuke Endoh
2019-07-14
1
-25
/
+22
*
Fix segfault when using method reference operator without using result
Jeremy Evans
2019-07-05
1
-1
/
+4
*
* expand tabs.
git
2019-06-16
1
-6
/
+6
*
Revert "Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3"
Yusuke Endoh
2019-06-16
1
-13
/
+8
*
* expand tabs.
git
2019-06-16
1
-8
/
+8
*
Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3
Yuki Yugui Sonoda
2019-06-16
1
-8
/
+13
*
Use checktype for performance
Kazuki Tsujimoto
2019-06-11
1
-4
/
+2
*
compile.c: Partially revert r63870 which caused wrong optimization
Yusuke Endoh
2019-06-07
1
-1
/
+2
*
Fix grammar of macro name: ECCESSED -> ECCESSIVE
Martin Dürst
2019-06-05
1
-1
/
+1
*
* expand tabs.
git
2019-06-04
1
-3
/
+3
*
compile.c: Remove the magical `(const NODE*) -1`
Yusuke Endoh
2019-06-04
1
-2
/
+2
*
node.h: Avoid a magic number to represent excessed comma
Yusuke Endoh
2019-06-04
1
-1
/
+1
*
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-31
1
-2
/
+3
*
* expand tabs.
git
2019-05-05
1
-3
/
+3
*
parse.y: duplicated when clause warning
Nobuyoshi Nakada
2019-05-05
1
-12
/
+5
*
Lazy allocate the compile data catch table array
Lourens Naudé
2019-04-25
1
-1
/
+6
*
Remove unnecessary condition
ktsj
2019-04-21
1
-7
/
+3
*
Avoid usage of the dummy empty BEGIN node
ktsj
2019-04-20
1
-13
/
+13
*
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-0
/
+590
*
Get rid of a magic number
nobu
2019-04-11
1
-1
/
+1
*
Share the exception local ID table
nobu
2019-04-11
1
-7
/
+3
*
compile.c: name a hidden local variable as a predefined ID
nobu
2019-04-10
1
-3
/
+1
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-3
/
+3
*
compile.c: name a hidden local variable as a predefined ID
nobu
2019-04-10
1
-3
/
+1
*
compile.c: cast iseqs to suppress warnings
nobu
2019-04-10
1
-2
/
+2
*
Set a write barrier between iseq and mark objects
tenderlove
2019-04-09
1
-0
/
+2
*
* expand tabs.
svn
2019-04-05
1
-5
/
+5
*
add definemethod/definesmethod insn.
ko1
2019-04-05
1
-31
/
+25
*
* expand tabs.
svn
2019-03-15
1
-1
/
+1
*
node.h: introduce nd_brace to determine if a hash literal is a keyword
mame
2019-03-15
1
-2
/
+2
*
compile.c: fix the corner case of rest and keyword arguments
mame
2019-03-14
1
-2
/
+19
*
compile.c (setup_args): process arguments forward
mame
2019-03-14
1
-117
/
+73
*
* expand tabs.
svn
2019-03-14
1
-8
/
+8
*
compile.c: factor out "compile_args" from "compile_array"
mame
2019-03-14
1
-23
/
+34
*
* expand tabs.
svn
2019-02-21
1
-7
/
+7
*
refactoring compile.c.
ko1
2019-02-21
1
-210
/
+228
*
Show proper location for warning [Feature #15575]
nobu
2019-02-04
1
-3
/
+6
*
check and show a warning for incorrect yield.
ko1
2019-02-04
1
-4
/
+19
*
* expand tabs.
svn
2019-02-01
1
-4
/
+4
*
Revert r63383, r63248 "compile.c: copy a short insn with leave"
nobu
2019-02-01
1
-15
/
+4
*
Fix styles [ci skip]
nobu
2019-01-09
1
-5
/
+1
*
compile.c: initialize to suppress false warning.
nobu
2019-01-05
1
-1
/
+1
*
parse.y: hoisted out qcall_branch_start and qcall_branch_end
nobu
2019-01-05
1
-31
/
+35
*
* expand tabs.
svn
2019-01-01
1
-1
/
+1
*
compile.c (iseq_set_sequence): fix branch coverage table
mame
2019-01-01
1
-1
/
+1
[prev]
[next]