summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-07-23Implement UNLESS NODE keyword locationsyui-knk
2024-07-23[Feature #20624] Enhance `RubyVM::AbstractSyntaxTree::Node#locations`yui-knk
2024-07-22[ruby/prism] Implement mismatched indentation warningKevin Newton
2024-07-22bundled_gems.rb: Add a fast pathJean Boussier
2024-07-21Fix a typo in setup of block-after-blockcall testsNobuyoshi Nakada
2024-07-21Fix SEGV on method call with empty args and brace block for do block command ...yui-knk
2024-07-20Do not set Enumerator::Lazy#zip to use packed formatJeremy Evans
2024-07-18Avoid array allocation for f(*r2k_ary) when def f(x)Jeremy Evans
2024-07-18Avoid hash allocation for f(*r2k_ary) when def f(kw: 1)Jeremy Evans
2024-07-18Check for and remove duplicate checks in test_allocationJeremy Evans
2024-07-18Avoid array allocation for f(*empty_ary, **hash) when def f(x)Jeremy Evans
2024-07-18Avoid unnecessary array allocations for f(arg, *arg, **arg, **arg), f(*arg, a...Jeremy Evans
2024-07-19[rubygems/rubygems] Fix line comment issue for mapalpha0x00
2024-07-18[PRISM] Refactor parser support into its own moduleKevin Newton
2024-07-19[ruby/uri] Also support URI::PATTERN with switch-backHiroshi SHIBATA
2024-07-19[ruby/uri] Added test for constant definition and remove URI::REGEXP when usi...Hiroshi SHIBATA
2024-07-19[ruby/uri] Rename and switch RFC2396_PARSER testHiroshi SHIBATA
2024-07-19[ruby/uri] Switch to inspect with default parserHiroshi SHIBATA
2024-07-18[rubygems/rubygems] Fix unused variable warning when running RubyGems testsDavid Rodríguez
2024-07-18Refactor RUBY_DESCRIPTION assertions in test_rubyoptionsKevin Newton
2024-07-18[ruby/irb] Clear ENV["XDG_CONFIG_HOME"] to avoid loadingtomoya ishida
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Remove unnecessary Windows test skipDavid Rodríguez
2024-07-18Require space between hash/content in ATX heading (#1140)Hartley McGuire
2024-07-17[ruby/prism] Have parse_stream handle NUL bytesKevin Newton
2024-07-17Revert pending `EVENT_RETURN` testsNobuyoshi Nakada
2024-07-17[Bug #20457] [Prism] Remove redundant return flagNobuyoshi Nakada
2024-07-17[rubygems/rubygems] Applied rubocopHiroshi SHIBATA
2024-07-17Report a TracePoint log when the TracePoint tests failYusuke Endoh
2024-07-17Removed needless block argumentsHiroshi SHIBATA
2024-07-17To avoid fd leak with fetch request for SSL serverHiroshi SHIBATA
2024-07-17Close leaked TCPServer socketHiroshi SHIBATA
2024-07-17Close leaked SSLServer socketHiroshi SHIBATA
2024-07-17Fixed fd leak from TCPServerHiroshi SHIBATA
2024-07-16[PRISM] Omit two more ast tests that will not work without RubyVM::AstKevin Newton
2024-07-16[ruby/irb] Group class methods under `class << self`Stan Lo
2024-07-16Add MatchData#bytebegin and MatchData#byteendShugo Maeda
2024-07-15[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-07-15[ruby/prism] Fix up implicit flagsKevin Newton
2024-07-12[ruby/prism] When parsing an invalid write, still add to the local tableKevin Newton
2024-07-12Rename full_mark -> rgengc_allow_full_markMatt Valentine-House
2024-07-12Provide GC.config to disable major GC collectionsMatt Valentine-House
2024-07-12[ruby/reline] Fix rendering bug of nomultiline prompttomoya ishida
2024-07-12[ruby/error_highlight] Make test_COLON2_5 conditional againYusuke Endoh
2024-07-12Pend some tests because these are not working with macOS 15 beta and Xcode 16...Hiroshi SHIBATA
2024-07-12Use fixture certificates to fix test failure with RHEL9.Hiroshi SHIBATA
2024-07-11[PRISM] Use node ids for error highlightKevin Newton
2024-07-11[ruby/prism] Various cleanup for initializers and typechecksKevin Newton
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton
2024-07-11[ruby/prism] Move Node#type and Node::type documentationKevin Newton