aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [Bug #19926] Fix Range#size for ranges with a Rational endpointKouhei Yanagita2023-10-141-0/+4
* [ruby/prism] Fix up PR failingsKevin Newton2023-10-132-11/+34
* [ruby/prism] Remove now-defunct semantic_field from nodesKevin Newton2023-10-131-4/+8
* [ruby/prism] Refactor unescape test to simplifyKevin Newton2023-10-131-69/+98
* Remove old unescaping codeKevin Newton2023-10-131-1/+1
* [ruby/prism] Properly handle unescaping in regexpKevin Newton2023-10-1312-53/+63
* [ruby/prism] Use current_string to handle :" symbolsKevin Newton2023-10-131-1/+1
* [ruby/prism] Use current_string for :' symbolsKevin Newton2023-10-131-1/+1
* [ruby/prism] Use current_string for %s symbol literalsKevin Newton2023-10-132-3/+3
* [ruby/prism] Split up lines in tilde heredocsKevin Newton2023-10-1319-209/+655
* [ruby/prism] Enable remaining heredoc unescape testsKevin Newton2023-10-132-1/+9
* [ruby/prism] Use current_string for escapes in heredocsKevin Newton2023-10-132-2/+2
* [ruby/prism] Use current_string for x string escape sequencesKevin Newton2023-10-131-1/+2
* [ruby/prism] Use current_string to handle escapes in string literalsKevin Newton2023-10-134-20/+20
* [ruby/prism] Use current_string to handle %IKevin Newton2023-10-134-5/+7
* [ruby/prism] Use current_string for handling %W listsKevin Newton2023-10-134-4/+4
* [ruby/prism] Use current_string to handle %i escapesKevin Newton2023-10-133-14/+14
* [ruby/prism] Use current_string to handle %w escapesKevin Newton2023-10-131-1/+1
* [ruby/prism] Strip out old char unescapingKevin Newton2023-10-131-22/+20
* [ruby/prism] Handle remaining escape sequences for character literalsKevin Newton2023-10-131-7/+10
* [ruby/prism] Skip tests that are currently failingKevin Newton2023-10-131-26/+35
* [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