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