aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add tests to `String#byteslice` memory allocation behaviour. (#1909)Samuel Williams2023-06-131-0/+55
* [ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo2023-06-1311-17/+17
* [ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida2023-06-131-3/+5
* [ruby/uri] Fix RFC3986 regexpsNobuyoshi Nakada2023-06-131-0/+8
* When alloc size is too large, only allocate structMatt Valentine-House2023-06-121-0/+8
* [ruby/psych] Prefer `assert_include` for simple stringsNobuyoshi Nakada2023-06-122-12/+12
* Removed racc/cparse checkingHiroshi SHIBATA2023-06-081-1/+0
* Try to promote racc as bundled gemsHiroshi SHIBATA2023-06-0889-83132/+0
* Sample files of racc is not available in ruby/rubyHiroshi SHIBATA2023-06-081-80/+0
* Manually merge https://github.com/ruby/racc/pull/217Hiroshi SHIBATA2023-06-082-4/+85
* Fix wrong directory layout for racc testHiroshi SHIBATA2023-06-081-0/+0
* [ruby/racc] Embed racc/info.rb tooNobuyoshi Nakada2023-06-081-0/+10
* YJIT: Avoid identity-based known-class guards for IO objects (#7911)Alan Wu2023-06-061-0/+12
* Unify length field for embedded and heap strings (#7908)Peter Zhu2023-06-061-1/+1
* Revert debugging code in test_gc_compact.rbPeter Zhu2023-06-061-6/+2
* [ruby/irb] Fixed string escaping omissionsima1zumi2023-06-051-0/+1
* Revert "Revert "Fix cvar caching when class is cloned""eileencodes2023-06-051-0/+13
* [rubygems/rubygems] Try again with https://github.com/rubygems/rubygems/pull/...Hiroshi SHIBATA2023-06-051-0/+5
* [ruby/singleton] Simplify implementation of `Singleton#instance`.Daniel Pepper2023-06-051-0/+21
* [ruby/singleton] Revert "Simplify the implementationHiroshi SHIBATA2023-06-051-11/+0
* Attrset name is not allowed as an attributeNobuyoshi Nakada2023-06-031-0/+1
* Fix `Thread#join(timeout)` when running inside the fiber scheduler. (#7903)Samuel Williams2023-06-031-0/+22
* [ruby/rdoc] Auto-correct trailing new linesVinicius Stock2023-06-0335-35/+0
* [ruby/singleton] Simplify the implementationDaniel Pepper2023-06-031-0/+11
* Stabilize test_latest_gc_info_need_major_byJean Boussier2023-06-021-1/+1
* [ruby/irb] Require `test/lib` helpers from main test helperStan Lo2023-06-022-5/+1
* Revert "Fix cvar caching when class is cloned"Aaron Patterson2023-06-011-13/+0
* [ruby/irb] Improve debug command testsStan Lo2023-06-011-8/+2
* Fix cvar caching when class is clonedeileencodes2023-06-011-0/+13
* More debug code to GC compaction testPeter Zhu2023-05-311-1/+3
* Fix flaky test in test_objspace.rbPeter Zhu2023-05-311-0/+2
* Add debug code to GC compaction testPeter Zhu2023-05-311-2/+4
* Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA2023-05-303-8/+3
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-05-292-5/+5
* [ruby/cgi] Add TruffleRuby support and add it in CIBenoit Daloze2023-05-291-2/+2
* mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863)Jun Aruga2023-05-294-12/+69
* [ruby/reline] Fix scrolldown condition in dialog renderingtomoya ishida2023-05-271-0/+19
* [ruby/reline] Use appropriate dialog height and reduce screen pushuptomoya ishida2023-05-271-15/+21
* Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)Samuel Williams2023-05-271-2/+2
* Remvoe very high timeout on test_race_gets_and_closeKJ Tsanaktsidis2023-05-261-1/+1
* Remove excessive timeout on test_wait_exception for FreeBSDKJ Tsanaktsidis2023-05-261-1/+0
* [rubygems/rubygems] Load plugin immediatelySutou Kouhei2023-05-255-8/+63
* Don't immediately promote children of old objectsPeter Zhu2023-05-251-0/+26
* [ruby/csv] Support RJIT (https://github.com/ruby/csv/pull/281)Nobuyoshi Nakada2023-05-251-8/+15
* [ruby/csv] test: rename Helper to CSVHelperLuke Gruber2023-05-256-6/+6
* Add REMEMBERED_WB_UNPROTECTED_OBJECTS_LIMIT_RATIOPeter Zhu2023-05-241-0/+9
* [ruby/racc] Add a newline at EOF [ci skip]Nobuyoshi Nakada2023-05-242-2/+2
* Improvements to `IO::Buffer` `read`/`write`/`pread`/`pwrite`. (#7826)Samuel Williams2023-05-241-7/+28
* [flori/json] Call `super` in `included` hookUfuk Kayserilioglu2023-05-241-0/+23
* Fix crash when replacing ST hash with AR hashPeter Zhu2023-05-231-0/+10