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
2020-04-15
Create succ_index_table as a part of `iseq_setup`
Nobuyoshi Nakada
2020-04-15
Disassemble nop-inserted list
Nobuyoshi Nakada
2020-04-15
Show heading for update_catch_except_flags
Nobuyoshi Nakada
2020-04-12
Avoid UB with flexible array member
Alan Wu
2020-04-08
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-17
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-17
Make {**{}} return unfrozen empty hash
Jeremy Evans
2020-03-12
Correctly detect whether strict alignment is needed on OpenBSD
Jeremy Evans
2020-02-22
CI can be NULL.
Koichi Sasada
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-20
Fixed missing `return`
Nobuyoshi Nakada
2020-02-20
printf can be a macro
卜部昌平
2020-02-16
Split the optimizable range item conditions
Nobuyoshi Nakada
2020-02-16
Reduce begin-less/end-less range allocation
Masataka Pocke Kuwabara
2020-02-11
Make yield in singleton class definitions in methods a SyntaxError
Jeremy Evans
2020-02-09
compile.c: Drop obj_list from ibf_dump
NagayamaRyoga
2020-02-09
compile.c: Drop iseq_list from ibf_dump
NagayamaRyoga
2020-02-09
Deduplicate objects efficiently when dumping iseq to binary
NagayamaRyoga
2020-02-03
Check type of empty keyword [Bug #16603]
Seiei Miyagi
2020-02-01
compile.c: remove a unused variable
Yusuke Endoh
2020-01-30
Optimized branches in pattern matching
Nobuyoshi Nakada
2020-01-03
move internal/debug.h definitions to internal.h
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-25
export a function for MJIT.
Koichi Sasada
2019-12-25
take care of USE_LAZY_LOAD=1.
Koichi Sasada
2019-12-22
Manage deprecation warning by the flag
Nobuyoshi Nakada
2019-12-22
compile.c: avoid newarraykwsplat for arguments
v2_7_0_rc2
Yusuke Endoh
2019-12-20
Fixed misspellings
Nobuyoshi Nakada
2019-12-13
readable function names for inline functions.
Koichi Sasada
2019-12-12
add casts
卜部昌平
2019-12-09
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-05
Introduce an "Inline IVAR cache" struct
Aaron Patterson
2019-12-04
compile.c: stop wrong peephole optimization when covearge is enabled
Yusuke Endoh
2019-12-04
compile.c: trivial refactoring
Yusuke Endoh
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
[next]