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-09-20
Allows calling a private method only with bare `self`
Nobuyoshi Nakada
2019-09-20
Allow calling a private accessor with `self.`
Nobuyoshi Nakada
2019-09-20
Allow calling a private method with `self.`
Dylan Thacker-Smith
2019-09-19
Use EXPECT_NODE_NONULL
Nobuyoshi Nakada
2019-09-19
Check COMPILE_RECV result
Nobuyoshi Nakada
2019-09-19
Improve the output of `RubyVM::InstructionSequence#to_binary` (#2450)
NagayamaRyoga
2019-09-13
introduce IBF_(MAJOR|MINOR)_VERSION.
Koichi Sasada
2019-09-09
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2019-09-08
compile.c (compile_hash): rewrite keyword splat handling
Yusuke Endoh
2019-09-08
compile.c (compile_hash): rewrite the compilation algorithm
Yusuke Endoh
2019-09-08
compile.c (NODE_OP_ASGN1): Remove unneeded DECL_ANCHOR
Yusuke Endoh
2019-09-08
compile.c (keyword_node_p): Refactor out keyword node checks
Yusuke Endoh
2019-09-08
compile.c (compile_hash): Remove redundant check for NODE_ZLIST
Yusuke Endoh
2019-09-08
compile.c (compile_hash): Simplify the keyword handling
Yusuke Endoh
2019-09-08
compile.c (compile_hash): don't add a temporal array to mark_ary
Yusuke Endoh
2019-09-08
compile.c (compile_array): undef a temporal macro
Yusuke Endoh
2019-09-07
* remove trailing spaces. [ci skip]
git
2019-09-07
compile.c (compile_array): rewrite the compilation algorithm
Yusuke Endoh
2019-09-07
compile.c (compile_hash): refactoring
Yusuke Endoh
2019-09-07
compile.c (compile_array): refactoring
Yusuke Endoh
2019-09-07
compile.c: Separate compile_list to two functions for Array and Hash
Yusuke Endoh
2019-09-07
compile.c (compile_list): allow an odd-length hidden array literal
Yusuke Endoh
2019-09-07
compile.c (compile_list): emit newarraykwsplat only at the last chunk
Yusuke Endoh
2019-09-07
Rename some function/definition names that handles NODE_LIST
Yusuke Endoh
2019-09-07
Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases
Yusuke Endoh
2019-09-05
Make m(**{}) mean call without keywords
Jeremy Evans
2019-09-03
Unify SUPPORT_JOKE and OPT_SUPPORT_JOKE
Takashi Kokubun
2019-09-02
Merge pull request #2418 from jeremyevans/array-empty-kwsplat
Jeremy Evans
2019-09-02
Fix compilation error in SUPPORT_JOKE
Takashi Kokubun
2019-09-02
opt_regexpmatch1 is actually making things slower.
Urabe, Shyouhei
2019-09-01
Make pattern matching support **nil syntax
Kazuki Tsujimoto
2019-08-30
Support **nil syntax for specifying a method does not accept keyword arguments
Jeremy Evans
2019-08-30
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-27
rb_hash_foreach now free from ANYARGS
卜部昌平
2019-08-27
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-27
compile.c: remove const from the first argument of dladdr
Yusuke Endoh
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
[next]