summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-06-08Removed racc/cparse checkingHiroshi SHIBATA
2023-06-08Try to promote racc as bundled gemsHiroshi SHIBATA
2023-06-08Sample files of racc is not available in ruby/rubyHiroshi SHIBATA
2023-06-08Manually merge https://github.com/ruby/racc/pull/217Hiroshi SHIBATA
2023-06-08Fix wrong directory layout for racc testHiroshi SHIBATA
2023-06-08[ruby/racc] Embed racc/info.rb tooNobuyoshi Nakada
2023-06-06YJIT: Avoid identity-based known-class guards for IO objects (#7911)Alan Wu
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-06-06Revert debugging code in test_gc_compact.rbPeter Zhu
2023-06-05[ruby/irb] Fixed string escaping omissionsima1zumi
2023-06-05Revert "Revert "Fix cvar caching when class is cloned""eileencodes
2023-06-05[rubygems/rubygems] Try again with https://github.com/rubygems/rubygems/pull/...Hiroshi SHIBATA
2023-06-05[ruby/singleton] Simplify implementation of `Singleton#instance`.Daniel Pepper
2023-06-05[ruby/singleton] Revert "Simplify the implementationHiroshi SHIBATA
2023-06-03Attrset name is not allowed as an attributeNobuyoshi Nakada
2023-06-03Fix `Thread#join(timeout)` when running inside the fiber scheduler. (#7903)Samuel Williams
2023-06-03[ruby/rdoc] Auto-correct trailing new linesVinicius Stock
2023-06-03[ruby/singleton] Simplify the implementationDaniel Pepper
2023-06-02Stabilize test_latest_gc_info_need_major_byJean Boussier
2023-06-02[ruby/irb] Require `test/lib` helpers from main test helperStan Lo
2023-06-01Revert "Fix cvar caching when class is cloned"Aaron Patterson
2023-06-01[ruby/irb] Improve debug command testsStan Lo
2023-06-01Fix cvar caching when class is clonedeileencodes
2023-05-31More debug code to GC compaction testPeter Zhu
2023-05-31Fix flaky test in test_objspace.rbPeter Zhu
2023-05-31Add debug code to GC compaction testPeter Zhu
2023-05-30Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA
2023-05-29[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-05-29[ruby/cgi] Add TruffleRuby support and add it in CIBenoit Daloze
2023-05-29mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863)Jun Aruga
2023-05-27[ruby/reline] Fix scrolldown condition in dialog renderingtomoya ishida
2023-05-27[ruby/reline] Use appropriate dialog height and reduce screen pushuptomoya ishida
2023-05-27Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)Samuel Williams
2023-05-26Remvoe very high timeout on test_race_gets_and_closeKJ Tsanaktsidis
2023-05-26Remove excessive timeout on test_wait_exception for FreeBSDKJ Tsanaktsidis
2023-05-25[rubygems/rubygems] Load plugin immediatelySutou Kouhei
2023-05-25Don't immediately promote children of old objectsPeter Zhu
2023-05-25[ruby/csv] Support RJIT (https://github.com/ruby/csv/pull/281)Nobuyoshi Nakada
2023-05-25[ruby/csv] test: rename Helper to CSVHelperLuke Gruber
2023-05-24Add REMEMBERED_WB_UNPROTECTED_OBJECTS_LIMIT_RATIOPeter Zhu
2023-05-24[ruby/racc] Add a newline at EOF [ci skip]Nobuyoshi Nakada
2023-05-24Improvements to `IO::Buffer` `read`/`write`/`pread`/`pwrite`. (#7826)Samuel Williams
2023-05-24[flori/json] Call `super` in `included` hookUfuk Kayserilioglu
2023-05-23Fix crash when replacing ST hash with AR hashPeter Zhu
2023-05-23[rubygems/rubygems] Remove forward slash in key regardless if it contains __Jenny Shen
2023-05-23[ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune
2023-05-22Ensure producer threads do not start running earlyCharles Oliver Nutter
2023-05-22Revert "Apply timeout-scale to test_thr_kill." (#7838)Jun Aruga
2023-05-22Fix mutation on shared strings. (#7837)Samuel Williams
2023-05-22Allow the match cache optimization for atomic groups (#7804)TSUYUSATO Kitsune