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-12-14
Skip defined check in NODE_OP_ASGN_OR with ivar
John Hawthorn
2020-11-30
Raise when loading unprovided builtin function [Bug #17192]
Nobuyoshi Nakada
2020-11-02
Add `GC.auto_compact= true/false` and `GC.auto_compact`
Aaron Patterson
2020-10-31
Revert "Use adjusted sp on `iseq_set_sequence()`" and "Delay `remove_unreacha...
wanabe
2020-10-31
Removed unused variable
Nobuyoshi Nakada
2020-10-31
Use adjusted sp on `iseq_set_sequence()`
wanabe
2020-10-31
Delay `remove_unreachable_chunk()` after `iseq_set_sequence()`
wanabe
2020-10-30
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-10-28
compile.c: separate compile_builtin_function_call (#3711)
Kenta Murata
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-17
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-16
Adjust sp for `if true or ...`/`if false and ...`
wanabe
2020-10-16
Adjust sp for `x = false; y = (return until x unless x)` [Bug #16695]
wanabe
2020-10-07
Add missing WB for iseq
Aaron Patterson
2020-10-03
Added the room for builtin inline prefix
Nobuyoshi Nakada
2020-10-03
Check builtin inline function index overflow
Nobuyoshi Nakada
2020-10-02
Put same frozen Range literal if possible
Koichi Sasada
2020-09-30
Unfreeze string-literal-only interpolated string-literal
Nobuyoshi Nakada
2020-09-15
Interpolated strings are no longer frozen with frozen-string-literal: true
Benoit Daloze
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-08-17
procnames-start-lines [ci skip]
Nobuyoshi Nakada
2020-08-17
Revisit "Refactor to reduce "swap" instruction of pattern matching"
Nobuyoshi Nakada
2020-08-17
Revert "Refactor to reduce "swap" instruction of pattern matching"
Kazuhiro NISHIYAMA
2020-08-16
Refactor to reduce "swap" instruction of pattern matching
wanabe
2020-08-16
Adjust sp for `case ... in a: 0 ... end`
wanabe
2020-08-16
Adjust sp for `case ... in *, a, * end`
wanabe
2020-08-16
Adjust sp for `case ... in *v end`/`case ... in v1, v2 end`
wanabe
2020-08-16
Adjust sp for `case ... in v1 ... in v2 end`
wanabe
2020-08-16
Adjust sp for `case ... in v1, v2 ... end`
wanabe
2020-08-16
Adjust sp for `case ... in pat => var ... end`
wanabe
2020-08-16
Adjust sp for `case ... in pat1 | pat2 ... end`
wanabe
2020-08-16
Adjust sp for pattern matching implicit/explicit "else"
wanabe
2020-08-16
Warn sp overwriting on compile time
wanabe
2020-08-16
Show hidden object and TS_BUILTIN for halfbaked insn data
wanabe
2020-07-03
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-06-29
compile_redo: fix wrong condition
卜部昌平
2020-06-29
ibf_dump_object_object: do not goto into a branch
卜部昌平
2020-06-29
compile_call: do not goto into a branch
卜部昌平
2020-06-29
compile_redo: do not goto into a branch
卜部昌平
2020-06-29
compile_next: do not goto into a branch
卜部昌平
2020-06-29
compile_break: do not goto into a branch
卜部昌平
2020-06-29
compile_branch_condition: do not goto into a branch
卜部昌平
2020-06-29
optimize_checktype: do not goto into a branch
卜部昌平
2020-06-29
iseq_set_exception_table: do not goto into a branch
卜部昌平
2020-06-27
Removed non-ASCII code to suppress warnings by localized compilers
Nobuyoshi Nakada
2020-06-27
Cosmetic change
Kazuki Tsujimoto
2020-06-27
Add #deconstruct cache to find pattern
Vladimir Dementyev
2020-06-27
Optimize array pattern matching by caching #deconstruct value
Vladimir Dementyev
2020-06-27
Removed no longer used flags
Nobuyoshi Nakada
[next]