summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-10-13[ruby/prism] Use current_string to handle :" symbolsKevin Newton
2023-10-13[ruby/prism] Use current_string for :' symbolsKevin Newton
2023-10-13[ruby/prism] Use current_string for %s symbol literalsKevin Newton
2023-10-13[ruby/prism] Split up lines in tilde heredocsKevin Newton
2023-10-13[ruby/prism] Enable remaining heredoc unescape testsKevin Newton
2023-10-13[ruby/prism] Use current_string for escapes in heredocsKevin Newton
2023-10-13[ruby/prism] Use current_string for x string escape sequencesKevin Newton
2023-10-13[ruby/prism] Use current_string to handle escapes in string literalsKevin Newton
2023-10-13[ruby/prism] Use current_string to handle %IKevin Newton
2023-10-13[ruby/prism] Use current_string for handling %W listsKevin Newton
2023-10-13[ruby/prism] Use current_string to handle %i escapesKevin Newton
2023-10-13[ruby/prism] Use current_string to handle %w escapesKevin Newton
2023-10-13[ruby/prism] Strip out old char unescapingKevin Newton
2023-10-13[ruby/prism] Handle remaining escape sequences for character literalsKevin Newton
2023-10-13[ruby/prism] Skip tests that are currently failingKevin Newton
2023-10-13[ruby/prism] More thoroughly test unescapesKevin Newton
2023-10-13[PRISM] Compile fixes (#8644)Jemma Issroff
2023-10-13YJIT: Fallback opt_getconstant_path for const_missing (#8623)Takashi Kokubun
2023-10-13[Bug #19919] Warn class variable assignment and constant declaration in condi...yui-knk
2023-10-13[Bug #19924] Source code should be unsigned char streamNobuyoshi Nakada
2023-10-12[ruby/irb] Fix require path completion disturbing string methodtomoya ishida
2023-10-12[ruby/prism] Fix parsing symbols in strings after labelsHaldun Bayhantopcu
2023-10-12[ruby/prism] Increase the depth for the For node index variableMatt Valentine-House
2023-10-12[ruby/irb] Fix test runner exit bugtomoya ishida
2023-10-12[ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida
2023-10-12Add Range#reverse_each implementation for performanceKouhei Yanagita
2023-10-12Fix ObjectSpace.dump with super() callinfoJohn Hawthorn
2023-10-12[ruby/securerandom] Extract `assert_uuid_v7`Nobuyoshi Nakada
2023-10-12M:N thread scheduler for RactorsKoichi Sasada
2023-10-11[rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACC...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Update tests to match new implementation of falling back ...Ellen Marie Dash
2023-10-11[rubygems/rubygems] [test_gem_install_update_options.rb] Fix linter warnings.Ellen Marie Dash
2023-10-11[rubygems/rubygems] If GEM_HOME exists + isn't writable, use --user-install.Ellen Marie Dash
2023-10-11[ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida
2023-10-11[flori/json] skip TruffleRubyHiroshi SHIBATA
2023-10-11[flori/json] define_method is also private at Ruby 2.3 and 2.4Hiroshi SHIBATA
2023-10-11[flori/json] remove_method of Module is private at Ruby 2.3 and 2.4Hiroshi SHIBATA
2023-10-11Skip test_bug_13526 with High SierraHiroshi SHIBATA
2023-10-06[ruby/prism] Emit error when assigning to a numbered parameterHaldun Bayhantopcu
2023-10-06[ruby/prism] Introduce transparent scopes.Matt Valentine-House
2023-10-06[ruby/openssl] Exact checks with `assert_include`Nobuyoshi Nakada
2023-10-06[ruby/openssl] Exact checks with `assert_include`Nobuyoshi Nakada
2023-10-06Use size of `uintptr_t` for `j` and `J` testsNobuyoshi Nakada
2023-10-06Move rbconfig to the topNobuyoshi Nakada
2023-10-06[ruby/prism] Add full_name to ConstantPathNode and ConstantPathTargetNodeVinicius Stock
2023-10-05[ruby/prism] Check for duplicate parameter names in destructured paramsHaldun Bayhantopcu
2023-10-05[ruby/prism] Check for duplicate names in shadow argsHaldun Bayhantopcu
2023-10-05[ruby/prism] Fix parsing shadow args in lambda blocksHaldun Bayhantopcu
2023-10-05[ruby/stringio] StringIO#pread: handle 0 length like IO#preadJean byroot Boussier