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-08-14
Switch to using a VM stack argument instead of 2nd operand for getconstant
Jeremy Evans
2019-08-14
Use Qtrue/Qfalse instead of 1/0 for 2nd operand to getconstant
Jeremy Evans
2019-08-15
* expand tabs. [ci skip]
git
2019-08-14
Remove support for nil::Constant
Jeremy Evans
2019-08-09
* expand tabs.
git
2019-08-09
Iseq#to_binary: Add support for NoMatchingPatternError and TypeError
Alan Wu
2019-08-09
C99 allows trailing comma in enum
Nobuyoshi Nakada
2019-08-02
Revert "Revert "Add a specialized instruction for `.nil?` calls""
Yusuke Endoh
2019-08-02
Revert "Add a specialized instruction for `.nil?` calls"
Yusuke Endoh
2019-08-01
* expand tabs.
git
2019-07-31
Add a specialized instruction for `.nil?` calls
Aaron Patterson
2019-07-29
Warn if using return at top-level with an argument
Jeremy Evans
2019-07-17
* expand tabs.
git
2019-07-17
compile.c: add NO_CHECK for the calls to COMPILE whose result is unused
Yusuke Endoh
2019-07-16
* expand tabs.
git
2019-07-16
compile.c: add NO_CHECK for the calls to COMPILE whose result is unused
Yusuke Endoh
2019-07-16
Add a /* fall through */ comment
Yusuke Endoh
2019-07-15
* expand tabs.
git
2019-07-15
compile.c: ignore the result of COMPILE by marking with NO_CHECK
Yusuke Endoh
2019-07-15
Add a /* fall through */ comment
Yusuke Endoh
2019-07-15
Add a /* fall through */ comment
Yusuke Endoh
2019-07-15
Add a /* fall through */ comment
Yusuke Endoh
2019-07-15
Add a /* fall through */ comment
Yusuke Endoh
2019-07-15
Add a /* fall through */ comment
Yusuke Endoh
2019-07-14
* expand tabs.
git
2019-07-14
compile.c (defined_expr): return void instead of int
Yusuke Endoh
2019-07-05
Fix segfault when using method reference operator without using result
Jeremy Evans
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
[next]