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
*
Add pattern matching pin support for instance/class/global variables
Jeremy Evans
2021-07-15
1
-0
/
+3
*
Store the dup'd CDHASH in the object list during IBF load
Aaron Patterson
2021-07-06
1
-0
/
+5
*
Check type of instruction - can be INSN or ADJUST
eileencodes
2021-06-23
1
-0
/
+1
*
Add a cache for class variables
eileencodes
2021-06-18
1
-4
/
+6
*
Enable USE_ISEQ_NODE_ID by default
Yusuke Endoh
2021-06-18
1
-5
/
+5
*
Make it possible to get AST::Node from Thread::Backtrace::Location
Yusuke Endoh
2021-06-18
1
-5
/
+23
*
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-18
1
-2
/
+1
*
ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`
Yusuke Endoh
2021-06-18
1
-0
/
+1
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-4
/
+6
*
Warn more duplicate literal hash keys
Nobuyoshi Nakada
2021-06-03
1
-0
/
+5
*
Warn more duplicate literal hash keys
Nobuyoshi Nakada
2021-06-03
1
-8
/
+8
*
Refactor rb_vm_insn_addr2insn calls
Takashi Kokubun
2021-06-02
1
-5
/
+1
*
compile.c: Emit send for === calls in when statements
Alan Wu
2021-05-28
1
-3
/
+3
*
Make range literal peephole optimization target "newrange"
Alan Wu
2021-05-28
1
-4
/
+3
*
Build CDHASH properly when loading iseq from binary
Alan Wu
2021-05-21
1
-1
/
+14
*
simple rescue+while+break should not use `throw`
Koichi Sasada
2021-05-21
1
-5
/
+7
*
compile.c: stop the jump-jump optimization if the second has any event
Yusuke Endoh
2021-05-20
1
-1
/
+2
*
Avoid improper optimization of case statements mixed integer/rational/complex
Jeremy Evans
2021-05-12
1
-0
/
+3
*
cdhash_cmp: should use ||
卜部昌平
2021-05-12
1
-2
/
+2
*
cdhash_cmp: recursively apply
卜部昌平
2021-05-12
1
-2
/
+2
*
cdhash_cmp: can also take complex
卜部昌平
2021-05-12
1
-4
/
+11
*
cdhash_cmp: rational literals with fractions
卜部昌平
2021-05-12
1
-2
/
+3
*
cdhash_cmp: can take rational literals
卜部昌平
2021-05-12
1
-0
/
+7
*
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
1
-6
/
+4
*
Filling cache values on cvar write
eileencodes
2021-05-11
1
-2
/
+3
*
Add a cache for class variables
eileencodes
2021-05-11
1
-2
/
+3
*
compile.c: Pass node instead of nd_line(node) to ADD_INSN* functions
Yusuke Endoh
2021-05-07
1
-818
/
+870
*
fix raise in exception with jump
Koichi Sasada
2021-04-22
1
-7
/
+27
*
Evaluate multiple assignment left hand side before right hand side
Jeremy Evans
2021-04-21
1
-105
/
+258
*
Make defined? cache the results of method calls
Jeremy Evans
2021-03-29
1
-33
/
+66
*
Pattern matching pin operator against expression [Feature #17411]
Kazuki Tsujimoto
2021-03-21
1
-0
/
+1
*
Store strings for `defined` in the iseqs
Aaron Patterson
2021-03-17
1
-15
/
+21
*
Simplify ibf_dump_object_symbol by delegating to ibf_dump_object_string
Jean Boussier
2021-03-10
1
-15
/
+1
*
Pre-freeze ISeq names to avoid useless duplication
Jean Boussier
2021-03-10
1
-2
/
+2
*
Use rb_enc_interned_str in ibf_load_object_string
Jean Boussier
2021-03-10
1
-5
/
+8
*
Specialize ibf_load_object_symbol and ibf_dump_object_symbol
Jean Boussier
2021-03-10
1
-5
/
+25
*
Eliminate useless catch tables and nops from lambdas
Aaron Patterson
2021-02-16
1
-0
/
+26
*
Mark pattern labels as unremoveable
Vladimir Dementyev
2021-01-19
1
-1
/
+1
*
Fix WB for callinfo
Aaron Patterson
2021-01-14
1
-0
/
+1
*
Guard callinfo
Aaron Patterson
2021-01-13
1
-2
/
+5
*
only add the trailing nop if the catch table is not break / next / redo
Aaron Patterson
2021-01-13
1
-5
/
+13
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-10
/
+4
*
Hoisted out compile_builtin_arg to refine messages
Nobuyoshi Nakada
2021-01-01
1
-12
/
+30
*
Access to reserved word parameter like as `__builtin.arg!(:if)`
Nobuyoshi Nakada
2020-12-31
1
-5
/
+24
*
Dup kwrest hash when merging other keyword arguments [Bug #17481]
Nobuyoshi Nakada
2020-12-28
1
-0
/
+4
*
Adjusted indents [ci skip]
Nobuyoshi Nakada
2020-12-25
1
-3
/
+3
*
Skip defined check in NODE_OP_ASGN_OR with ivar
John Hawthorn
2020-12-14
1
-1
/
+1
*
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
[next]