aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Skip some timeout tests on s390xYusuke Endoh2023-10-181-0/+2
* Use assert_separately to avoid defining `foo`Aaron Patterson2023-10-181-2/+24
* Temporarily removed location code on scope nodesJemma Issroff2023-10-181-1/+1
* Remove pm_compile_context_t, move the context onto ScopeNodeJemma Issroff2023-10-181-1/+10
* Add test for many ivarsKatherine Oelsner2023-10-181-0/+12
* [ruby/drb] Support :SSL{Min,Max}Version config optionsJeremy Evans2023-10-182-0/+8
* [ruby/prism] Fix lex compat when dedent should be 0Kevin Newton2023-10-183-160/+201
* [ruby/prism] Add * and & to methods with ...Kevin Newton2023-10-1811-28/+28
* [ruby/prism] Use the unescaped regexp to scan for capture groupsKevin Newton2023-10-182-31/+64
* [ruby/prism] Index{Operator,And,Or}WriteNodeKevin Newton2023-10-1821-171/+809
* [rubygems/rubygems] Allow uninstalling multiple versions of same gemKyle Stevens2023-10-181-0/+20
* Show backtraces when failedKoichi Sasada2023-10-181-1/+9
* Loosen assertion for flaky weak references testPeter Zhu2023-10-181-1/+2
* YJIT: Use RbConfig.ruby instead of EnvUtil.rubybin (#8689)Takashi Kokubun2023-10-181-4/+8
* [ruby/prism] Ensure last encoding flag winseileencodes2023-10-171-0/+12
* "+MN" in descriptionKoichi Sasada2023-10-171-1/+1
* [ruby/prism] Fix up super with a blockargKevin Newton2023-10-172-12/+100
* [ruby/prism] Additionally handle encoding comments in vim modeKevin Newton2023-10-162-1/+28
* [ruby/prism] Parse all magic commentsKevin Newton2023-10-161-0/+36
* [ruby/net-http] Force TLS version to 1.2 when using LibreSSLJeremy Evans2023-10-161-1/+1
* [PRISM] Compile AliasGlobalVariableNode (#8675)Jemma Issroff2023-10-161-0/+8
* [PRISM] Fix more bugs in the compiler (#8658)Jemma Issroff2023-10-161-1/+7
* [PRISM] prevent underflow on popped splatarray (#8657)Adam Hess2023-10-161-0/+4
* [ruby/irb] Suppress "Switch to inspect mode" messagesNobuyoshi Nakada2023-10-161-0/+1
* [rubygems/rubygems] Remove kludge that should be unnecessary.Ellen Marie Dash2023-10-161-1/+1
* Fix method coverage comparisonsNobuyoshi Nakada2023-10-161-15/+36
* [ruby/irb] Restore encoding in InputCompletor testtomoya ishida2023-10-141-0/+2
* [ruby/prism] Put names on back reference read nodesKevin Newton2023-10-147-0/+10
* [ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida2023-10-141-0/+25
* [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