index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise when loading unprovided builtin function [Bug #17192]
Nobuyoshi Nakada
2020-11-30
1
-4
/
+3
*
Add `GC.auto_compact= true/false` and `GC.auto_compact`
Aaron Patterson
2020-11-02
1
-0
/
+3
*
Revert "Use adjusted sp on `iseq_set_sequence()`" and "Delay `remove_unreacha...
wanabe
2020-10-31
1
-43
/
+18
*
Removed unused variable
Nobuyoshi Nakada
2020-10-31
1
-1
/
+0
*
Use adjusted sp on `iseq_set_sequence()`
wanabe
2020-10-31
1
-10
/
+8
*
Delay `remove_unreachable_chunk()` after `iseq_set_sequence()`
wanabe
2020-10-31
1
-8
/
+36
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-10-30
1
-1
/
+1
*
check isolated Proc more strictly
Koichi Sasada
2020-10-29
1
-7
/
+52
*
compile.c: separate compile_builtin_function_call (#3711)
Kenta Murata
2020-10-28
1
-80
/
+88
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-17
/
+15
*
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-17
1
-0
/
+2
*
Adjust sp for `if true or ...`/`if false and ...`
wanabe
2020-10-16
1
-2
/
+8
*
Adjust sp for `x = false; y = (return until x unless x)` [Bug #16695]
wanabe
2020-10-16
1
-5
/
+3
*
Add missing WB for iseq
Aaron Patterson
2020-10-07
1
-0
/
+1
*
Added the room for builtin inline prefix
Nobuyoshi Nakada
2020-10-03
1
-2
/
+3
*
Check builtin inline function index overflow
Nobuyoshi Nakada
2020-10-03
1
-2
/
+5
*
Put same frozen Range literal if possible
Koichi Sasada
2020-10-02
1
-2
/
+2
*
Unfreeze string-literal-only interpolated string-literal
Nobuyoshi Nakada
2020-09-30
1
-2
/
+10
*
Interpolated strings are no longer frozen with frozen-string-literal: true
Benoit Daloze
2020-09-15
1
-59
/
+1
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-1
/
+16
*
procnames-start-lines [ci skip]
Nobuyoshi Nakada
2020-08-17
1
-3
/
+6
*
Revisit "Refactor to reduce "swap" instruction of pattern matching"
Nobuyoshi Nakada
2020-08-17
1
-3
/
+3
*
Revert "Refactor to reduce "swap" instruction of pattern matching"
Kazuhiro NISHIYAMA
2020-08-17
1
-1
/
+2
*
Refactor to reduce "swap" instruction of pattern matching
wanabe
2020-08-16
1
-2
/
+1
*
Adjust sp for `case ... in a: 0 ... end`
wanabe
2020-08-16
1
-0
/
+2
*
Adjust sp for `case ... in *, a, * end`
wanabe
2020-08-16
1
-0
/
+3
*
Adjust sp for `case ... in *v end`/`case ... in v1, v2 end`
wanabe
2020-08-16
1
-0
/
+3
*
Adjust sp for `case ... in v1 ... in v2 end`
wanabe
2020-08-16
1
-0
/
+3
*
Adjust sp for `case ... in v1, v2 ... end`
wanabe
2020-08-16
1
-0
/
+2
*
Adjust sp for `case ... in pat => var ... end`
wanabe
2020-08-16
1
-0
/
+1
*
Adjust sp for `case ... in pat1 | pat2 ... end`
wanabe
2020-08-16
1
-0
/
+1
*
Adjust sp for pattern matching implicit/explicit "else"
wanabe
2020-08-16
1
-0
/
+8
*
Warn sp overwriting on compile time
wanabe
2020-08-16
1
-1
/
+20
*
Show hidden object and TS_BUILTIN for halfbaked insn data
wanabe
2020-08-16
1
-2
/
+6
*
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-07-03
1
-46
/
+4
*
compile_redo: fix wrong condition
卜部昌平
2020-06-29
1
-1
/
+1
*
ibf_dump_object_object: do not goto into a branch
卜部昌平
2020-06-29
1
-8
/
+4
*
compile_call: do not goto into a branch
卜部昌平
2020-06-29
1
-10
/
+9
*
compile_redo: do not goto into a branch
卜部昌平
2020-06-29
1
-7
/
+3
*
compile_next: do not goto into a branch
卜部昌平
2020-06-29
1
-6
/
+2
*
compile_break: do not goto into a branch
卜部昌平
2020-06-29
1
-19
/
+15
*
compile_branch_condition: do not goto into a branch
卜部昌平
2020-06-29
1
-10
/
+10
*
optimize_checktype: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+1
*
iseq_set_exception_table: do not goto into a branch
卜部昌平
2020-06-29
1
-5
/
+2
*
Removed non-ASCII code to suppress warnings by localized compilers
Nobuyoshi Nakada
2020-06-27
1
-2
/
+2
*
Cosmetic change
Kazuki Tsujimoto
2020-06-27
1
-1
/
+2
*
Add #deconstruct cache to find pattern
Vladimir Dementyev
2020-06-27
1
-59
/
+65
*
Optimize array pattern matching by caching #deconstruct value
Vladimir Dementyev
2020-06-27
1
-16
/
+64
*
Removed no longer used flags
Nobuyoshi Nakada
2020-06-27
1
-2
/
+0
*
Not to rewrite node while compiling
Nobuyoshi Nakada
2020-06-27
1
-9
/
+4
[next]