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
ruby_4_0
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
2025-09-03
[ruby/json] Added testing for JSON.unsafe_load. Fixes NoMethodError
Robin Miller
2025-09-03
[ruby/json] Ensure the SWAR encoder in the java extension checks every byte.
Scott Myron
2025-09-03
[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 update
dependabot[bot]
2025-09-03
[rubygems/rubygems] Warn when trying to remove a default source that's the on...
David Rodríguez
2025-09-03
[rubygems/rubygems] Improve error output when removing a source through `gem ...
David Rodríguez
2025-09-03
[rubygems/rubygems] Change more source tests to act on configured sources
David Rodríguez
2025-09-03
[rubygems/rubygems] Fix trailing slashes not considered when removing sources
David Rodríguez
2025-09-03
[rubygems/rubygems] Change trailing slash test to not work on default sources
David Rodríguez
2025-09-03
[rubygems/rubygems] Refactor duplicated test logic
David Rodríguez
2025-09-03
[rubygems/rubygems] Simplify test for trailing slash handling when adding sou...
David Rodríguez
2025-09-03
[rubygems/rubygems] Add missing `gem sources --remove` test
David Rodríguez
2025-09-03
[rubygems/rubygems] Let `gem sources` be more clear about which sources it's ...
David Rodríguez
2025-09-03
[rubygems/rubygems] Improve source list management testing
David Rodríguez
2025-09-02
test_io_wait.rb: Increase a timeout for a flaky test
Takashi Kokubun
2025-09-02
ext/-test-/tracepoint/gc_hook.c: Fix GC safety issue
Alan Wu
2025-09-02
ZJIT: Remove unneeded test exclusions (#14430)
Stan Lo
2025-09-02
test_gc.rb: Attempt to stabilize test_interrupt_in_finalizer
Takashi Kokubun
2025-09-02
test_settracefunc.rb: Increase a timeout
Takashi Kokubun
2025-09-02
ZJIT: Clear jit entry from iseqs after TracePoint activation (#14407)
Stan Lo
2025-09-02
ZJIT: NewRangeFixnum instruction (#14409)
André Luiz Tiago Soares
2025-09-02
test_socket.rb: Permit ProxyError for Windows
Takashi Kokubun
2025-09-02
test_thread_cv.rb: Increase a timeout for a thread test
Takashi Kokubun
2025-09-02
test_transcode.rb: Increase a timeout for Ractor tests
Takashi Kokubun
2025-08-30
Initialize class dup/clone before calling initialize_dup/initialize_clone
Jeremy Evans
2025-08-30
Add NODE SCLASS locations
S-H-GAMELINKS
2025-08-29
ZJIT: Specialize monomorphic GetIvar (#14388)
Max Bernstein
2025-08-29
ZJIT: Remove special case for defined?(method call) (#14401)
Max Bernstein
2025-08-29
`Module#attr` family accepts strings as well as symbols
Nobuyoshi Nakada
2025-08-29
Relax thresholds for array, object, and string compaction verification
Hiroshi SHIBATA
2025-08-28
ZJIT: Add missing rb_zjit_cme_invalidate
Takashi Kokubun
2025-08-28
ZJIT: Compile Insn::Send
Takashi Kokubun
2025-08-28
ZJIT: Prepare getglobal for non-leaf call (#14387)
Stan Lo
2025-08-28
ZJIT: Generate code for ArrayExtend
Max Bernstein
2025-08-28
ZJIT: Generate code for DefinedIvar
Max Bernstein
2025-08-28
ZJIT: Generate code for ToArray, ToNewArray
Max Bernstein
2025-08-28
ZJIT: Generate code for ArrayPush
Max Bernstein
2025-08-28
ZJIT: Generate code for HashDup
Max Bernstein
2025-08-28
ZJIT: Add Ractor mode PatchPoint for ivar get/set (#14375)
Stan Lo
2025-08-28
ZJIT: Refactor stats implementations (#14378)
Takashi Kokubun
2025-08-28
rb_ivar_delete: allow complex transition
Jean Boussier
2025-08-28
Populate ivar caches for types other than T_OBJECT
Jean Boussier
2025-08-28
[ruby/error_highlight] Remove a branch for Ruby 3.1
Yusuke Endoh
2025-08-28
[ruby/error_highlight] Show a dedicated snippet for "wrong number of argument...
Yusuke Endoh
2025-08-28
Allow to get a NODE_SCOPE node of dummy stack frame of ArgumentError
Yusuke Endoh
2025-08-28
Make `RubyVM::AST.of` return a parent node of NODE_SCOPE
Yusuke Endoh
2025-08-27
Fix bad NameError raised using sendforward instruction through vcall
Luke Gruber
2025-08-27
ZJIT: Implement side exit stats (#14357)
Takashi Kokubun
2025-08-27
Add more `File.path` tests
Nobuyoshi Nakada
2025-08-27
JSON.generate: warn or raise on duplicated key
Jean Boussier
2025-08-27
Fix `JSON::Coder` to cast non-string keys.
Jean Boussier
[next]