aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-05-312-46/+65
* Fix use-after-free with interacting TracePointsAlan Wu2022-05-302-0/+31
* Skip failing test with freebsdHiroshi SHIBATA2022-05-301-0/+2
* [ruby/stringio] Accept external and internal encodings pairNobuyoshi Nakada2022-05-301-0/+6
* Also skip failing test with freebsd 12Hiroshi SHIBATA2022-05-301-0/+2
* [ruby/stringio] Fix handling of chomp with paragraph separatorJeremy Evans2022-05-301-12/+12
* [ruby/stringio] Ignore chomp keyword for nil separatorJeremy Evans2022-05-301-2/+5
* [ruby/stringio] Fix each with multiple character string and chompJeremy Evans2022-05-301-0/+7
* [ruby/stringio] Fix expanding size at ungetc/ungetbyteNobuyoshi Nakada2022-05-301-4/+21
* Skip failing test with freebsdHiroshi SHIBATA2022-05-301-0/+5
* [rubygems/rubygems] Fix rubygems update when non default `--install-dir` is c...David Rodríguez2022-05-281-0/+31
* Fix GC race condition in autoload.Samuel Williams2022-05-261-0/+1
* Retain reference to blocking fibers.Samuel Williams2022-05-252-18/+22
* Define unsupported GC compaction methods as rb_f_notimplementMike Dalessio2022-05-241-15/+43
* [rubygems/rubygems] Support the change of did_you_mean about Exception#detail...Yusuke Endoh2022-05-231-1/+7
* Prevent a warning: `*' interpreted as argument prefixYusuke Endoh2022-05-231-2/+2
* Make the test class naming consistentTakashi Kokubun2022-05-201-1/+1
* Rename test_jit to test_mjitTakashi Kokubun2022-05-205-15/+15
* Rewrite with assert_ractor for multiple ractor environmentHiroshi SHIBATA2022-05-201-71/+86
* Picked the missing test file from https://github.com/ruby/did_you_mean/commit...Hiroshi SHIBATA2022-05-201-0/+102
* [ruby/racc] Show diffsNobuyoshi Nakada2022-05-201-2/+1
* [flori/json] Fix parser bug for empty string allocationAndrew Bromwich2022-05-201-0/+1
* [flori/json] Remove unknown keyword arg from DateTime.parseCharles Oliver Nutter2022-05-201-1/+1
* Merge RubyGems and Bundler HEADHiroshi SHIBATA2022-05-2016-58/+58
* YJIT: Add opt_succ (#5919)Takashi Kokubun2022-05-191-0/+4
* [ruby/timeout] Handle Timeout + fork and add test for itBenoit Daloze2022-05-191-0/+20
* [ruby/timeout] Reimplement Timeout.timeout with a single thread and a QueueBenoit Daloze2022-05-191-0/+13
* Restore implicit relationship between `autoload_const` and `autoload_data` du...Samuel Williams2022-05-171-0/+20
* Delete autoload data from global features after autoload has completed. (#5910)Samuel Williams2022-05-171-0/+28
* YJIT: Implement getblockparamAaron Patterson2022-05-121-0/+26
* [ruby/uri] Improve URI.register_scheme tests and automatically upcase the giv...Benoit Daloze2022-05-121-3/+37
* [ruby/uri] Add URI::Generic#decoded_#{user,password}Jeremy Evans2022-05-122-0/+61
* Ruby shovel operator (<<) speedup. (#5896)Noah Gibbs2022-05-111-3/+34
* Fix the order of assert_eqaul and remove unused variablesNobuyoshi Nakada2022-05-101-10/+8
* Add basic binary operators (and, or, xor, not) to `IO::Buffer`. (#5893)Samuel Williams2022-05-091-0/+22
* test/fiber/test_scheduler.rb: Remove the test file from $LOADED_FEATURESYusuke Endoh2022-05-091-0/+1
* Explicit handling of frozen strings in `IO::Buffer#for`. (#5892)Samuel Williams2022-05-091-16/+20
* Use a proper mutex for autoloading features. (#5788)Samuel Williams2022-05-082-0/+22
* Add a regression test for opt_plus with unknown type (#5878)Maxime Chevalier-Boisvert2022-05-031-0/+25
* Prevent a "warning: `*' interpreted as argument prefix"Yusuke Endoh2022-04-291-2/+2
* Add missing write barriers to Array#replaceAlan Wu2022-04-281-0/+8
* Skip test for cargo builderHiroshi SHIBATA2022-04-281-0/+1
* Move testing_ruby_repo into test helperHiroshi SHIBATA2022-04-282-4/+8
* Merge https://github.com/rubygems/rubygems/commit/3f7d0352e84b29d4a2d4cd93b31...Hiroshi SHIBATA2022-04-287-34/+17
* [rubygems/rubygems] Original env is already set by common test setupDavid Rodríguez2022-04-281-3/+1
* [rubygems/rubygems] Fix test errors when `cargo` not presentDavid Rodríguez2022-04-281-2/+2
* Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA2022-04-2813-20/+20
* [rubygems/rubygems] Add missing `open3` requiresDavid Rodríguez2022-04-282-0/+3
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-04-2813-0/+1050
* Rust YJITAlan Wu2022-04-271-48/+23