summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-05-16[PRISM] Enable TestParse#test_stringKevin Newton
2024-05-16[ruby/prism] Truncate source lines in errors messages when too longKevin Newton
2024-05-16[ruby/prism] Update more escape error messages to match CRubyKevin Newton
2024-05-16[PRISM] Enable TestISeq#test_syntax_error_messageKevin Newton
2024-05-16[PRISM] Enable TestM17N#test_string_mixed_unicodeKevin Newton
2024-05-16[PRISM] Enable TestParse#test_questionKevin Newton
2024-05-16[PRISM] Enable TestParse#test_invalid_charKevin Newton
2024-05-16[PRISM] Enable TestParse#test_percentKevin Newton
2024-05-16[PRISM] Enable TestSyntax#test_syntax_error_at_newlineKevin Newton
2024-05-16[PRISM] Enable TestSyntax#test__END___crKevin Newton
2024-05-16[ruby/prism] Update error message for invalid % at EOFKevin Newton
2024-05-16[ruby/prism] Match CRuby error message for unknown % stringKevin Newton
2024-05-16[ruby/prism] Always go to string lex mode even if EOFKevin Newton
2024-05-16[rubygems/rubygems] Fix binstubs sometimes not getting regenerated when `--de...David Rodriguez
2024-05-16[rubygems/rubygems] Fix `gem uninstall --user-install` for symlinked HOME'sDavid Rodriguez
2024-05-16[rubygems/rubygems] Improve uninstaller testsDavid Rodriguez
2024-05-16[Bug #20468] Fix safe navigation in `for` variableNobuyoshi Nakada
2024-05-16[rubygems/rubygems] Clean up generated and copied filesv3_4_0_preview1Nobuyoshi Nakada
2024-05-15[PRISM] Enable TestParse#test_global_variableKevin Newton
2024-05-15[PRISM] Enable test_location_of_invalid_tokenKevin Newton
2024-05-15[PRISM] Enable TestParse#test_unexpected_eofKevin Newton
2024-05-15[PRISM] Enable TestParse#test_unexpected_token_after_numericKevin Newton
2024-05-15[PRISM] Temporarily exclude IRB testKevin Newton
2024-05-15[ruby/prism] Replace end of file with end-of-inputKevin Newton
2024-05-15[rubygems/rubygems] Do not override `@orig_env`Nobuyoshi Nakada
2024-05-14[ruby/zlib] Avoid allocating intermediary strings when read/readpartial are p...Samuel Giddins
2024-05-14[rubygems/rubygems] Fix issue when cleaning up plugin stubsDavid Rodriguez
2024-05-14[rubygems/rubygems] Extract a `Gem::SpecificationRecord` classDavid Rodriguez
2024-05-14[rubygems/rubygems] Make `Gem.clear_paths` test less implementation dependentDavid Rodriguez
2024-05-14[rubygems/rubygems] Simplify test teardownDavid Rodriguez
2024-05-14Fix TestPatternMatching#test_deconstruct_keys testAndrew Konchin
2024-05-14[ruby/reline] Implement the undo commandMari Imaizumi
2024-05-13[rubygems/rubygems] Use a constant empty tar header to avoid extra allocationsSamuel Giddins
2024-05-13[rubygems/rubygems] Use spec.base_dir to remove pluginsVít Ondruch
2024-05-13[rubygems/rubygems] Improve plugin removal testDavid Rodriguez
2024-05-12ripper: Fix opassign when assignment to backref variablesNobuyoshi Nakada
2024-05-12ripper: Use `$&` instead of quoting charaters in testsNobuyoshi Nakada
2024-05-12[Bug #20481] Check for unmarshaling ivarNobuyoshi Nakada
2024-05-12[Bug #7759] Fix instance variable names to be checkedNobuyoshi Nakada
2024-05-12[ruby/irb] Clean up tmpdirNobuyoshi Nakada
2024-05-11Fix SEGV when ripper hits `backref_error` on `command_asgn` or `arg`yui-knk
2024-05-10[ruby/reline] Avoid STDIN.winsize called in `require "reline"`tomoya ishida
2024-05-10[PRISM] Enable passing argument forwarding testsKevin Newton
2024-05-10[ruby/prism] Enhance parameter forwarding error messagesKevin Newton
2024-05-10[PRISM] Enable passing IRB testsKevin Newton
2024-05-10[ruby/prism] operator renameKevin Newton
2024-05-10[ruby/irb] Add a new initialization step to validate IRB.conf'sStan Lo
2024-05-10[PRISM] Enable passing test_stringKevin Newton
2024-05-09[PRISM] Enable passing testsKevin Newton
2024-05-09Stabilize TestObjSpace#test_dump_special_constsJean Boussier