summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-09-03[ruby/json] Added testing for JSON.unsafe_load. Fixes NoMethodErrorRobin 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 updatedependabot[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 sourcesDavid Rodríguez
2025-09-03[rubygems/rubygems] Fix trailing slashes not considered when removing sourcesDavid Rodríguez
2025-09-03[rubygems/rubygems] Change trailing slash test to not work on default sourcesDavid Rodríguez
2025-09-03[rubygems/rubygems] Refactor duplicated test logicDavid 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` testDavid 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 testingDavid Rodríguez
2025-09-02test_io_wait.rb: Increase a timeout for a flaky testTakashi Kokubun
2025-09-02ext/-test-/tracepoint/gc_hook.c: Fix GC safety issueAlan Wu
2025-09-02ZJIT: Remove unneeded test exclusions (#14430)Stan Lo
2025-09-02test_gc.rb: Attempt to stabilize test_interrupt_in_finalizerTakashi Kokubun
2025-09-02test_settracefunc.rb: Increase a timeoutTakashi Kokubun
2025-09-02ZJIT: Clear jit entry from iseqs after TracePoint activation (#14407)Stan Lo
2025-09-02ZJIT: NewRangeFixnum instruction (#14409)André Luiz Tiago Soares
2025-09-02test_socket.rb: Permit ProxyError for WindowsTakashi Kokubun
2025-09-02test_thread_cv.rb: Increase a timeout for a thread testTakashi Kokubun
2025-09-02test_transcode.rb: Increase a timeout for Ractor testsTakashi Kokubun
2025-08-30Initialize class dup/clone before calling initialize_dup/initialize_cloneJeremy Evans
2025-08-30Add NODE SCLASS locationsS-H-GAMELINKS
2025-08-29ZJIT: Specialize monomorphic GetIvar (#14388)Max Bernstein
2025-08-29ZJIT: Remove special case for defined?(method call) (#14401)Max Bernstein
2025-08-29`Module#attr` family accepts strings as well as symbolsNobuyoshi Nakada
2025-08-29Relax thresholds for array, object, and string compaction verificationHiroshi SHIBATA
2025-08-28ZJIT: Add missing rb_zjit_cme_invalidateTakashi Kokubun
2025-08-28ZJIT: Compile Insn::SendTakashi Kokubun
2025-08-28ZJIT: Prepare getglobal for non-leaf call (#14387)Stan Lo
2025-08-28ZJIT: Generate code for ArrayExtendMax Bernstein
2025-08-28ZJIT: Generate code for DefinedIvarMax Bernstein
2025-08-28ZJIT: Generate code for ToArray, ToNewArrayMax Bernstein
2025-08-28ZJIT: Generate code for ArrayPushMax Bernstein
2025-08-28ZJIT: Generate code for HashDupMax Bernstein
2025-08-28ZJIT: Add Ractor mode PatchPoint for ivar get/set (#14375)Stan Lo
2025-08-28ZJIT: Refactor stats implementations (#14378)Takashi Kokubun
2025-08-28rb_ivar_delete: allow complex transitionJean Boussier
2025-08-28Populate ivar caches for types other than T_OBJECTJean Boussier
2025-08-28[ruby/error_highlight] Remove a branch for Ruby 3.1Yusuke Endoh
2025-08-28[ruby/error_highlight] Show a dedicated snippet for "wrong number of argument...Yusuke Endoh
2025-08-28Allow to get a NODE_SCOPE node of dummy stack frame of ArgumentErrorYusuke Endoh
2025-08-28Make `RubyVM::AST.of` return a parent node of NODE_SCOPEYusuke Endoh
2025-08-27Fix bad NameError raised using sendforward instruction through vcallLuke Gruber
2025-08-27ZJIT: Implement side exit stats (#14357)Takashi Kokubun
2025-08-27Add more `File.path` testsNobuyoshi Nakada
2025-08-27JSON.generate: warn or raise on duplicated keyJean Boussier
2025-08-27Fix `JSON::Coder` to cast non-string keys.Jean Boussier