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-11-27
rename __builtin_inline!(code) and introduce others.
Koichi Sasada
2019-11-19
make functions static
卜部昌平
2019-11-18
vm_invoke_builtin_delegate with start index.
Koichi Sasada
2019-11-18
More fixes for $SAFE/taint post merging
Jeremy Evans
2019-11-13
Avoid top-level search for nested constant reference from nil in defined?
Dylan Thacker-Smith
2019-11-12
Revert "Method reference operator"
Nobuyoshi Nakada
2019-11-12
Get rid of `__` prefix which is presereved by C standard
Nobuyoshi Nakada
2019-11-11
__builtin_inline!
Koichi Sasada
2019-11-08
Make prefix static
Nobuyoshi Nakada
2019-11-08
cstr -> bytes
Koichi Sasada
2019-11-08
revival of __func__
卜部昌平
2019-11-08
do not use __func__.
Koichi Sasada
2019-11-08
fix type
Koichi Sasada
2019-11-08
* remove trailing spaces. [ci skip]
git
2019-11-08
support builtin features with Ruby and C.
Koichi Sasada
2019-10-29
Right size the iseq coverage branches tmp array - initializes with 5 elements
Lourens Naudé
2019-10-28
Pin keys of this st_table
Aaron Patterson
2019-10-25
respect `param.flags.ruby2_keywords` at to_binary.
Koichi Sasada
2019-10-25
Define arguments forwarding as `ruby2_keywords` style
Nobuyoshi Nakada
2019-10-24
Use CPDEBUG for debug code
Alan Wu
2019-10-24
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-23
Fix the exception when CPDEBUG
Nobuyoshi Nakada
2019-10-22
Fix build for CPDEBUG=1
Alan Wu
2019-10-11
Right size the numtable in insn_make_insn_table to VM_INSTRUCTION_SIZE
Lourens Naudé
2019-10-09
avoid overflow in integer multiplication
卜部昌平
2019-10-04
Make parser_params have parent_iseq instead of base_block
Yusuke Endoh
2019-10-02
Iseq#to_binary: dump flag for **nil (#2508)
Alan Wu
2019-09-27
Drop eliminated catch-entries
Nobuyoshi Nakada
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-26
Replace `freeze_string` with `rb_fstring`
Aaron Patterson
2019-09-26
Remove `iseq_add_mark_object_compile_time`
Aaron Patterson
2019-09-26
Execute write barrier instead of adding to array
Aaron Patterson
2019-09-26
Pull `iseq_add_mark_object_compile_time` out of `freeze_string`
Aaron Patterson
2019-09-26
Pull "mark object" up
Aaron Patterson
2019-09-26
Scan the ISEQ arena for markables and mark them
Aaron Patterson
2019-09-26
Allocate `INSN *` out of a separate arena
Aaron Patterson
2019-09-26
Introduce a secondary arena
Aaron Patterson
2019-09-26
Pass in arena to allocator
Aaron Patterson
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
[next]