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-05-11
namespace on read
Satoshi Tagomori
2025-05-09
[ruby/psych] exception tests
OrenGitHub
2025-05-09
[ruby/psych] more special cases
OrenGitHub
2025-05-09
[ruby/psych] duplicate more tests
OrenGitHub
2025-05-09
[ruby/psych] add first test for safe load stream
OrenGitHub
2025-05-09
Fix warnings in tests for ObjectSpace._id2ref
Peter Zhu
2025-05-09
ZJIT: Fix a splitting condition for LHS
Takashi Kokubun
2025-05-09
Removed CGI library without CGI::Escape features
Hiroshi SHIBATA
2025-05-09
Reduce loading class/module on CGIUtilTest and CGIEscapeTest
Hiroshi SHIBATA
2025-05-09
Extract CGIEscapeTest from CGIUtilTest
Hiroshi SHIBATA
2025-05-09
Support `require 'cgi/escape'` with extracting CGI::Escape from CGI::Util
Hiroshi SHIBATA
2025-05-08
Fix `remove_instance_variable` on complex objects
Jean Boussier
2025-05-08
[rubygems/rubygems] Update `TarWriter` test to store mtime in a variable
Ellen Marie Dash
2025-05-08
[rubygems/rubygems] Add mtime to Gem::Package::TarWriter#add_file argument
Yusuke Nakamura
2025-05-08
[ruby/strscan] jruby: Check if len++ walked off the end
Charles Oliver Nutter
2025-05-08
[ruby/strscan] jruby: Pass end index to byteListToInum
Charles Oliver Nutter
2025-05-08
Make test/ruby/test_env.rb#test_delete_if_in_ractor easier to debug
Jean Boussier
2025-05-08
Move `object_id` in object fields.
Jean Boussier
2025-05-08
Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`
Jean Boussier
2025-05-05
YJIT: End the block after OPTIMIZE_METHOD_TYPE_CALL (#13245)
Takashi Kokubun
2025-05-04
Handle mutating of array passed to Set.new during iteration
Jeremy Evans
2025-05-04
Handle mutation of array being merged into set
Jeremy Evans
2025-05-02
[ruby/psych] Ensure to remove the test constants
Nobuyoshi Nakada
2025-05-02
[ruby/strscan] named_captures: fix incompatibility with
Sutou Kouhei
2025-05-02
[rubygems/rubygems] Smoother authentication experience
Mike Perham
2025-05-01
Add support for Data objects with ivars
nick evans
2025-05-01
[ruby/psych] Add support for ruby 3.2 Data objects
nick evans
2025-05-01
[ruby/psych] Fix loading/parsing regular expressions
Martin Meyerhoff
2025-05-01
Skip test affected by TracePoint-dependent allocation_class_path
Yusuke Endoh
2025-05-01
Omit tests using ISeq#to_binary under coverage measurement
Yusuke Endoh
2025-04-30
[ruby/psych] Handle Ruby 3.5 new Set class
Jean Boussier
2025-04-30
[ruby/mmtk] Exclude the test_ractor_parallel test with MMTk
Matt Valentine-House
2025-04-30
[ruby/mmtk] test_finalize is in TestObjectSpace not TestObjSpace
Matt Valentine-House
2025-04-30
Use EnvUtil.apply_timeout_scale for test_io_wait.rb
Hiroshi SHIBATA
2025-04-30
[ruby/json] Introduce ARM Neon and SSE2 SIMD.
Scott Myron
2025-04-30
[ruby/json] Handle non-string keys returning immediate values via `to_s`
Jean Boussier
2025-04-30
[ruby/json] Stop caching the generator state pointer
Jean Boussier
2025-04-29
test/ruby/test_set.rb: mmtk doesn't have GC.compact
Jean Boussier
2025-04-29
opt_new needs to happen after safe navigation
Aaron Patterson
2025-04-29
Don't call hash tombstone compaction from GC compaction
Aaron Patterson
2025-04-29
ZJIT: Disable ZJIT instructions when USE_ZJIT is 0 (#13199)
Takashi Kokubun
2025-04-29
Add tests
Max Bernstein
2025-04-28
Support Marshal.{dump,load} for core Set
Jeremy Evans
2025-04-28
Fix nondeterministic failure in test_latest_gc_info_weak_references_count
Jeremy Evans
2025-04-26
[ruby/ipaddr] Added IPAddr#+/-
Taketo Takashima
2025-04-26
Implement Set as a core class
Jeremy Evans
2025-04-25
Deopt if iseq trace events are enabled
Aaron Patterson
2025-04-25
Inline Class#new.
Aaron Patterson
2025-04-24
Fix a flaky test by making sure that a test thread stops
Yusuke Endoh
2025-04-24
objspace_dump: Include `shareable` flag
Jean Boussier
[next]