summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-10-02[ruby/fiddle] test: remove fragile memory leak testsSutou Kouhei
2024-10-02[rubygems/rubygems] Standarize "ins" test command tooDavid Rodríguez
2024-10-02[rubygems/rubygems] Fix weirdness of "interrupt" test commandDavid Rodríguez
2024-10-02[ruby/irb] Use correct binding in debug modetomoya ishida
2024-10-01[ruby/prism] Disallow dynamic patterns in labels at top level followed by pipesKevin Newton
2024-10-01[ruby/reline] Fix Reline crash with invalid encoding historytomoya ishida
2024-10-01Resync to latest PrismKevin Newton
2024-10-01[ruby/prism] Disallow &. after endless rangeKevin Newton
2024-10-01[Bug #20764] Refactor argument forwarding in lambdaNobuyoshi Nakada
2024-10-01[Bug #20755] Frozen string should not be writable via IO::BufferNobuyoshi Nakada
2024-10-01Remove no longer needed excludes filesNobuyoshi Nakada
2024-10-01Fix compile issue with a short-circuited if/unless condition and `defined?`Luke Gruber
2024-09-30Sync Prism with latest main branchKevin Newton
2024-09-30[ruby/prism] Require a delimiter for singleton classesKevin Newton
2024-09-30[Bug #20752] Slice of readonly `IO::Buffer` also should be readonlyNobuyoshi Nakada
2024-09-30Update test args with bundled gems. webrick has been removed that targetsHiroshi SHIBATA
2024-09-30Implement SPLAT NODE keyword locationsydah
2024-09-30[rubygems/rubygems] Don't add duplicated specs to unresolved specsDavid Rodríguez
2024-09-30[rubygems/rubygems] Don't list duplicated version in `Gem::Specification.rese...David Rodríguez
2024-09-28[rubygems/rubygems] Improve Gem::SpecFetcher tests.Ellen Marie Dash
2024-09-28[rubygems/rubygems] [tests] Don't expect suggestions that aren't actually hel...Ellen Marie Dash
2024-09-28Allow dot3 in defs singletontompng
2024-09-28Implement OP_ASGN2 NODE locationsydah
2024-09-28[Bug #20763] Add testsNobuyoshi Nakada
2024-09-27[rubygems/rubygems] Warning about PATH in `--user-install` mode is only neces...David Rodríguez
2024-09-27Implement OP_ASGN1 NODE locationsydah
2024-09-26[ruby/prism] Reject non-assoc ranges with subsequent operatorsKevin Newton
2024-09-25[ruby/prism] Fix up more error messages to more closely match parse.yKevin Newton
2024-09-25[ruby/prism] Fix up void value expression checking for rescueKevin Newton
2024-09-25[ruby/prism] Disallow label in parenthesesKevin Newton
2024-09-25TestProcess#test_daemon_noclose is only working with macOS 15.1 beta, we shou...Hiroshi SHIBATA
2024-09-25Implement BLOCK_PASS NODE keyword locationsydah
2024-09-25Implement RETURN NODE keyword locationsydah
2024-09-24[ruby/irb] Use proper locale in history encoding testtomoya ishida
2024-09-24[ruby/error_highlight] Fix error with prism when method given no argumentsLuke Gruber
2024-09-24[ruby/prism] Accept version shorthand like 3.4Kevin Newton
2024-09-24[ruby/prism] Accept all 3.3.x and 3.4.x Ruby versions for Prism.parseBenoit Daloze
2024-09-24Windows: Use Unicode aware WinAPI function for ENV[]=Lars Kanis
2024-09-23Implement CASE3 NODE keyword locationsydah
2024-09-23Implement CASE2 NODE keyword locationsydah
2024-09-23Implement CASE NODE keyword locationsydah
2024-09-21Make Complex#{inspect,to_s} work correctly if real part #inspect returns froz...Jeremy Evans
2024-09-20[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...Koichi ITO
2024-09-20[ruby/prism] Introduce partial_script optionKevin Newton
2024-09-20[rubygems/rubygems] Unconditionally set installed_by_versionSamuel Giddins
2024-09-20[ruby/irb] Fix debug command in nomultiline modetomoya ishida
2024-09-20[Bug #18651] Pass undefined region in CP51932 as is to CP50220Nobuyoshi Nakada
2024-09-19Fix method caching bug when including/prepend module A that prepends module BJeremy Evans
2024-09-18Raise a compile error for break/next/redo inside eval in cases where it is op...Jeremy Evans
2024-09-18Fix evaluation order issue in f(**h, &h.delete(key))Jeremy Evans