aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/prism] More thoroughly test unescapesKevin Newton2023-10-131-143/+112
* [PRISM] Compile fixes (#8644)Jemma Issroff2023-10-131-0/+43
* YJIT: Fallback opt_getconstant_path for const_missing (#8623)Takashi Kokubun2023-10-132-18/+30
* [Bug #19919] Warn class variable assignment and constant declaration in condi...yui-knk2023-10-131-0/+67
* [Bug #19924] Source code should be unsigned char streamNobuyoshi Nakada2023-10-131-0/+2
* [ruby/irb] Fix require path completion disturbing string methodtomoya ishida2023-10-121-0/+3
* [ruby/prism] Fix parsing symbols in strings after labelsHaldun Bayhantopcu2023-10-121-0/+14
* [ruby/prism] Increase the depth for the For node index variableMatt Valentine-House2023-10-124-19/+19
* [ruby/irb] Fix test runner exit bugtomoya ishida2023-10-122-10/+5
* [ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida2023-10-122-23/+23
* Add Range#reverse_each implementation for performanceKouhei Yanagita2023-10-121-0/+137
* Fix ObjectSpace.dump with super() callinfoJohn Hawthorn2023-10-121-0/+21
* [ruby/securerandom] Extract `assert_uuid_v7`Nobuyoshi Nakada2023-10-121-15/+8
* M:N thread scheduler for RactorsKoichi Sasada2023-10-122-1/+6
* [rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash2023-10-111-1/+5
* [rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACC...Ellen Marie Dash2023-10-111-1/+1
* [rubygems/rubygems] Update tests to match new implementation of falling back ...Ellen Marie Dash2023-10-111-4/+4
* [rubygems/rubygems] [test_gem_install_update_options.rb] Fix linter warnings.Ellen Marie Dash2023-10-111-3/+3
* [rubygems/rubygems] If GEM_HOME exists + isn't writable, use --user-install.Ellen Marie Dash2023-10-111-0/+27
* [ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida2023-10-112-156/+170
* [flori/json] skip TruffleRubyHiroshi SHIBATA2023-10-111-0/+3
* [flori/json] define_method is also private at Ruby 2.3 and 2.4Hiroshi SHIBATA2023-10-111-1/+1
* [flori/json] remove_method of Module is private at Ruby 2.3 and 2.4Hiroshi SHIBATA2023-10-111-3/+3
* Skip test_bug_13526 with High SierraHiroshi SHIBATA2023-10-111-0/+5
* [ruby/prism] Emit error when assigning to a numbered parameterHaldun Bayhantopcu2023-10-061-0/+15
* [ruby/prism] Introduce transparent scopes.Matt Valentine-House2023-10-063-10/+10
* [ruby/openssl] Exact checks with `assert_include`Nobuyoshi Nakada2023-10-061-8/+6
* [ruby/openssl] Exact checks with `assert_include`Nobuyoshi Nakada2023-10-061-2/+2
* Use size of `uintptr_t` for `j` and `J` testsNobuyoshi Nakada2023-10-061-17/+21
* Move rbconfig to the topNobuyoshi Nakada2023-10-061-1/+1
* [ruby/prism] Add full_name to ConstantPathNode and ConstantPathTargetNodeVinicius Stock2023-10-061-0/+30
* [ruby/prism] Check for duplicate parameter names in destructured paramsHaldun Bayhantopcu2023-10-051-0/+9
* [ruby/prism] Check for duplicate names in shadow argsHaldun Bayhantopcu2023-10-051-0/+7
* [ruby/prism] Fix parsing shadow args in lambda blocksHaldun Bayhantopcu2023-10-051-0/+10
* [ruby/stringio] StringIO#pread: handle 0 length like IO#preadJean byroot Boussier2023-10-051-0/+7
* [ruby/net-http] Net::HTTPResponse nil checkingBrian Hawley2023-10-051-0/+35
* [Prism] Fix IfNode and ElseNodeMatt Valentine-House2023-10-041-0/+12
* Optimize `Range#count` by using `range_size` if possibleKouhei Yanagita2023-10-051-0/+10
* [ruby/irb] Clear all context usages in RubyLexStan Lo2023-10-042-28/+10
* [rubygems/rubygems] Fix typo: eglible -> eligible.Josef Šimánek2023-10-032-49/+49
* [ruby/csv] Add CSV::InvalidEncodingErrorKosuke Shibata2023-10-032-6/+6
* YJIT: Fix assert_no_exits (#8579)Takashi Kokubun2023-10-021-7/+7
* `yield` cannot be placed outside methods even in blocksNobuyoshi Nakada2023-10-022-1/+9
* Sync with prism CallNode#name changesBenoit Daloze2023-10-02579-2803/+2803
* [ruby/psych] Add test for code_point_limitCharles Oliver Nutter2023-10-021-0/+19
* [Bug #19906] Add the testNobuyoshi Nakada2023-10-011-0/+10
* Move repeating `matches` and `unmatches` to keyword argumentsNobuyoshi Nakada2023-10-011-46/+48
* Add tests for Unicode age property 15.0Nobuyoshi Nakada2023-10-011-24/+101
* [ruby/irb] Fix Reline's test failure running with `make test-alltomoya ishida2023-09-304-3/+5
* [rubygems/rubygems] Update SPDX list and warn on deprecated identifiers.Josef Šimánek2023-09-302-19/+38