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
/
bootstraptest
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Extract yjit_force_iv_index and make it work when object is frozen
Alan Wu
2021-10-20
1
-0
/
+15
*
More simple bootstrap tests for kwargs
Kevin Newton
2021-10-20
1
-0
/
+29
*
Feedback, tests, and rebase for kwargs
Kevin Newton
2021-10-20
1
-27
/
+50
*
Get kwargs reordering working
Kevin Newton
2021-10-20
1
-0
/
+35
*
Add specialization for String#to_s on plain strings
Alan Wu
2021-10-20
1
-0
/
+35
*
Reconstruct interpreter state before calling rb_ivar_get()
Alan Wu
2021-10-20
1
-0
/
+20
*
Implement invokebuiltin
John Hawthorn
2021-10-20
1
-0
/
+12
*
Fix opt_aset comptime_key check
John Hawthorn
2021-10-20
1
-0
/
+10
*
Fix opt_eq for overridden equality
John Hawthorn
2021-10-20
1
-3
/
+23
*
String and fixnum equality
John Hawthorn
2021-10-20
1
-0
/
+26
*
Exit when the object is frozen
Aaron Patterson
2021-10-20
1
-0
/
+22
*
Additional invokesuper tests
John Hawthorn
2021-10-20
1
-0
/
+79
*
Add a small test for the code GC
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+23
*
fix typo
Alan Wu
2021-10-20
1
-1
/
+1
*
TracePoint support
Alan Wu
2021-10-20
1
-0
/
+214
*
Detach mapping to local in ctx_set_local_type
John Hawthorn
2021-10-20
1
-0
/
+13
*
Save PC and SP before accessing globals
Alan Wu
2021-10-20
1
-0
/
+32
*
Add setglobal to yjit
eileencodes
2021-10-20
1
-1
/
+9
*
Add getglobal to yjit
eileencodes
2021-10-20
1
-0
/
+12
*
Clear JIT code when tracepoints get enabled
Aaron Patterson
2021-10-20
1
-0
/
+42
*
Add a guard that we start executing on the first PC
Aaron Patterson
2021-10-20
1
-0
/
+11
*
Ensure we guard the value before we return
Kevin Newton
2021-10-20
1
-0
/
+15
*
Code review for expandarray and tests
Kevin Newton
2021-10-20
1
-0
/
+84
*
Implement splatarray
Kevin Newton
2021-10-20
1
-0
/
+9
*
Implement opt_div
Kevin Deisz
2021-10-20
1
-0
/
+10
*
Implement opt_mult
Kevin Deisz
2021-10-20
1
-0
/
+10
*
Add FLONUM detection
John Hawthorn
2021-10-20
1
-0
/
+19
*
Support guards against symbols and integers
John Hawthorn
2021-10-20
1
-0
/
+52
*
Add tests, comments, and an assert for invokesuper
Alan Wu
2021-10-20
1
-0
/
+57
*
Handle non-material empty singleton class properly
Alan Wu
2021-10-20
1
-0
/
+14
*
Disable invokesuper codegen for now. Add test
Alan Wu
2021-10-20
1
-0
/
+20
*
Fix bug in generic case for gen_checktype
Alan Wu
2021-10-20
1
-0
/
+20
*
Simplify known class check for singletons
John Hawthorn
2021-10-20
1
-0
/
+31
*
Improve opt_not by expanding cfunc codegen
Alan Wu
2021-10-20
1
-0
/
+70
*
Implement invokebuiltin_delegate
John Hawthorn
2021-10-20
1
-0
/
+30
*
Implement topn instruction
Aaron Patterson
2021-10-20
1
-0
/
+18
*
Implement gen_getlocal
John Hawthorn
2021-10-20
1
-0
/
+14
*
Add concatstrings to yjit codegen (#58)
John Hawthorn
2021-10-20
1
-0
/
+44
*
Add newhash and newarray instructions to yjit codegen (#48)
John Hawthorn
2021-10-20
1
-0
/
+50
*
Implement getblockparamproxy
Alan Wu
2021-10-20
1
-13
/
+37
*
Implement opt_mod as call to interpreter function (#29)
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+10
*
Check for easy-to-handle cases of block param (#24)
Alan Wu
2021-10-20
1
-0
/
+24
*
Implement send with alias method (#23)
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+46
*
Implement send with blocks
Alan Wu
2021-10-20
1
-0
/
+24
*
Use rb_ivar_get() for general case of getivar (#17)
Alan Wu
2021-10-20
1
-0
/
+27
*
Implement calls to methods with simple optional params
Alan Wu
2021-10-20
1
-0
/
+36
*
Fix assertions in `invalidate_block_version()`, add small repro (#14)
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+22
*
Improve set instance variable
Aaron Patterson
2021-10-20
1
-0
/
+85
*
Fix local type tracking in getlocal, setlocal. Add test.
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+14
*
add a couple of getivar tests for symbols
Alan Wu
2021-10-20
1
-0
/
+37
[prev]
[next]