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
...
*
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
*
YJIT: implement calls to ivar getter methods
Alan Wu
2021-10-20
1
-0
/
+73
*
Polymorphic opt_send_without_block
Alan Wu
2021-10-20
1
-0
/
+57
*
YJIT: hash specialization for opt_aref
Alan Wu
2021-10-20
1
-0
/
+87
*
YJIT: lazy polymorphic getinstancevariable
Alan Wu
2021-10-20
1
-0
/
+60
*
Remove trailing whitespaces
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Make Blocks depend on BOPS
Aaron Patterson
2021-10-20
1
-0
/
+35
*
Machinery to implement deferred compilation
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+22
*
Rename test files
Maxime Chevalier-Boisvert
2021-10-20
3
-0
/
+0
*
Implement support for variadic C functions
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+11
*
Stop using UJIT.install_entry in btest
Alan Wu
2021-10-20
1
-6
/
+7
*
Mark and update object references in generated code
Alan Wu
2021-10-20
1
-0
/
+18
*
Check for ::Array, not T_ARRAY in opt_aref
Alan Wu
2021-10-20
1
-0
/
+17
*
Add regression test for extended table bounds check
Alan Wu
2021-10-20
1
-0
/
+20
*
Added more tests to `make btest`
Maxime Chevalier-Boisvert
2021-10-20
1
-30
/
+93
*
Add another torture test to `make btest`
Maxime Chevalier-Boisvert
2021-10-20
2
-0
/
+241023
*
Add failing test identified by Aaron Patterson
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+12
*
Added failing test to `make btest`
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+28
*
Added synthetic torture test with 30K tiny methods
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+121018
*
Fixed two bugs in JIT-to-JIT calls (thanks Alan!)
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+47
*
Moved ujit code invalidation test into bootstraptest
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+30
*
Fix Ractor.make_shareable changing locals for Procs
Alan Wu
2021-10-06
1
-0
/
+22
*
[Bug #18117] Fix Ractor race condition with GC
Peter Zhu
2021-08-24
1
-0
/
+15
*
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-07-01
1
-2
/
+2
*
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-29
2
-2
/
+2
*
Evacuate transient heap when enabling ractors
eileencodes
2021-06-23
1
-0
/
+13
*
bootstraptest/test_ractor.rb: Skip an assertion on Travis arm64.
Jun Aruga
2021-05-25
1
-1
/
+2
*
Make Ractor stdio belonging to the Ractor [Bug #17672]
Nobuyoshi Nakada
2021-03-07
1
-0
/
+12
*
Ractor.allocate should not be allowed
Koichi Sasada
2021-02-18
1
-0
/
+18
*
Fixed race in dtoa [Bug #17612]
Nobuyoshi Nakada
2021-02-10
1
-0
/
+11
*
Implement NameError::message#clone for Ractor
Nobuyoshi Nakada
2021-02-01
1
-0
/
+13
*
fix Ractor.yield(obj, move: true)
Koichi Sasada
2021-01-22
1
-0
/
+25
*
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
1
-1
/
+1
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-0
/
+12
*
add Ractor.main
Koichi Sasada
2020-12-22
1
-0
/
+7
*
add Ractor#[]/#[]= for ractor local storage
Koichi Sasada
2020-12-22
1
-0
/
+14
*
TracePoint.new(&block) should be ractor-local
Koichi Sasada
2020-12-22
1
-0
/
+13
*
fix Ractor.make_shareable() with Class/Module
Koichi Sasada
2020-12-21
1
-1
/
+8
*
add "copy: true" option for Ractor.make_shareable
Koichi Sasada
2020-12-19
1
-0
/
+16
[prev]
[next]