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
/
test
Age
Commit message (
Expand
)
Author
76 min.
Add tests
Max Bernstein
26 hours
Support Marshal.{dump,load} for core Set
Jeremy Evans
35 hours
Fix nondeterministic failure in test_latest_gc_info_weak_references_count
Jeremy Evans
3 days
[ruby/ipaddr] Added IPAddr#+/-
Taketo Takashima
4 days
Implement Set as a core class
Jeremy Evans
4 days
Deopt if iseq trace events are enabled
Aaron Patterson
4 days
Inline Class#new.
Aaron Patterson
5 days
Fix a flaky test by making sure that a test thread stops
Yusuke Endoh
5 days
objspace_dump: Include `shareable` flag
Jean Boussier
7 days
Increase fiber sleep test tolerance. (#13152)
Samuel Williams
9 days
[ruby/openssl] asn1: check for missing EOC in indefinite length encoding
Kazuki Yamaguchi
11 days
Add codegen for NewArray instruction (https://github.com/Shopify/zjit/pull/110)
Aiden Fox Ivey
11 days
Implement JIT-to-JIT calls (https://github.com/Shopify/zjit/pull/109)
Takashi Kokubun
11 days
Add codegen support for ArrayDup
Aiden Fox Ivey
11 days
Strength reduce to `CCall` for sends landing in simple C methods
Alan Wu
11 days
Split LHS of CMP if it's an immediate (https://github.com/Shopify/zjit/pull/94)
Takashi Kokubun
11 days
Fix opt_neq HIR codegen
Max Bernstein
11 days
Compile Param into VReg and ParallelMov (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
11 days
Add recursive factorial and fibonacci functions to test_zjit.rb
Maxime Chevalier-Boisvert
11 days
Compile IfFalse, IfTrue, and Jump instructions (https://github.com/Shopify/zj...
Takashi Kokubun
11 days
Implement dynamic dispatch for opt_send_without_block (https://github.com/Sho...
Takashi Kokubun
11 days
Implement codegen for Test insn (https://github.com/Shopify/zjit/pull/57)
Maxime Chevalier-Boisvert
11 days
Reorder two tests, update comment
Maxime Chevalier-Boisvert
11 days
Add a skipped test case for opt_mult overflow
Takashi Kokubun
11 days
Implement all basic Fixnum instructions (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
11 days
Compile FixnumLt (https://github.com/Shopify/zjit/pull/48)
Max Bernstein
11 days
Add comments to tests
Maxime Chevalier-Boisvert
11 days
Add commented out if-else test to test_zjit.rb
Maxime Chevalier-Boisvert
11 days
Add while loop test to test_zjit.rb
Maxime Chevalier-Boisvert
11 days
Add small test for setlocal
Maxime Chevalier-Boisvert
11 days
Set a return value before popping registers (https://github.com/Shopify/zjit/...
Takashi Kokubun
11 days
Implement Insn::FixnumSub (https://github.com/Shopify/zjit/pull/42)
Takashi Kokubun
11 days
Pass test results using #inspect
Takashi Kokubun
11 days
Assert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...
Takashi Kokubun
11 days
[Feature #20724] Bump Unicode version to 16.0.0
Mari Imaizumi
12 days
Only test on known good platforms. (#13123)
Samuel Williams
12 days
Prefer `th->ec` for stack base/size. (#13101)
Samuel Williams
13 days
[ruby/openssl] ssl: fix SSLSocket#syswrite with String-convertible objects
Kazuki Yamaguchi
14 days
[rubygems/rubygems] Fixed rubocop issue: Layout/SpaceInsideBlockBraces
Hiroshi SHIBATA
14 days
Run the proper version of `rake`
Nobuyoshi Nakada
2025-04-15
`IO.select` accepts +Float::INFINITY+ as a timeout argument.
Tanaka Akira
2025-04-15
Lazily create `objspace->id_to_obj_tbl`
Jean Boussier
2025-04-12
[ruby/prism] Fix parsing rescued exception via indexed assignment
viralpraxis
2025-04-10
Restore the original order of const_added and inherited callbacks
Xavier Noria
2025-04-09
Fix coverage measurement for negative line numbers
Yusuke Endoh
2025-04-09
Refine dirname test on Windows
Nobuyoshi Nakada
2025-04-09
Restore assertion that is not related mswin platform
Hiroshi SHIBATA
2025-04-08
[ruby/openssl] Fix the tests using SHA-1 Probabilistic Signature Scheme (PSS)...
Jun Aruga
2025-04-08
Windows 11 24H2 with VS 2019 16.11.45 couldn't handle long name test
Hiroshi SHIBATA
2025-04-08
Skip some assertions of TestFileExhaustive#test_dirname with Windows platform.
Hiroshi SHIBATA
[next]