summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-10-09[ruby/prism] Attempt to assume binary is UTF-8Kevin Newton
2024-10-09[rubygems/rubygems] Remove unused variableDavid Rodríguez
2024-10-09[Bug #20789] Fix an invalid syntax error when `->a=1...{}`ydah
2024-10-09[ruby/prism] Avoid breaking code units offset on binary encodingVinicius Stock
2024-10-09[rubygems/rubygems] Fix a `gem install` crash during "done installing" hooksDavid Rodríguez
2024-10-09[rubygems/rubygems] Allow `gem pristine` to reset default gems tooDavid Rodríguez
2024-10-09Sync from ruby/win32-registryHiroshi SHIBATA
2024-10-09mingw environment can't bind free port with 10 times. We should omit it inste...Hiroshi SHIBATA
2024-10-08Specify use_ipv6 option for ipv4 testHiroshi SHIBATA
2024-10-08Removed trailing spaceHiroshi SHIBATA
2024-10-08JSONPure: String#to_json should raise on invalid encodingJean Boussier
2024-10-08JSON::Pure fix strict modeJean Boussier
2024-10-07Update references to flori/jsonJean Boussier
2024-10-07[ruby/prism] Properly handle non-assoc operatorsKevin Newton
2024-10-07[ruby/prism] Handle invalid commas in arguments, parameters, and arraysKevin Newton
2024-10-07[ruby/prism] Set contains_keywords flag for implicit gets($/, chomp: true) me...Andrew Konchin
2024-10-07[Bug #20787] Check the separator in `IO#readline` as well as 3.2Nobuyoshi Nakada
2024-10-07[ruby/reline] Add cursor keys for application keypad mode to defaulttomoya ishida
2024-10-06[ruby/reline] Allow utf-8 safe meta key mapping in inputrctomoya ishida
2024-10-06[ruby/irb] Change default completor from regexp to auto, trytomoya ishida
2024-10-05[ruby/reline] Fix tempfile leaksNobuyoshi Nakada
2024-10-05[ruby/reline] Hash#inspect style has changed in ruby 3.4Nobuyoshi Nakada
2024-10-05[ruby/irb] Hash#inspect style has changed in ruby 3.4Nobuyoshi Nakada
2024-10-05[Bug #20705] Update `strtod` implementationNobuyoshi Nakada
2024-10-05[Bug #20784] Fix incomplete character syntax followed by EOFtompng
2024-10-04[ruby/reline] Concatenate some rendeing testtomoya ishida
2024-10-04Fix intermediate array off-by-one errorKevin Newton
2024-10-04[ruby/prism] Fix up multi target parsingKevin Newton
2024-10-04Allow method chaining with Pathname#mkpathschneems
2024-10-04Introduce Pathname.mktmpdirschneems
2024-10-03Rename size_pool -> heapMatt Valentine-House
2024-10-03[ruby/prism] Handle single global variable character nameKevin Newton
2024-10-03[ruby/prism] Pop lex mode for heredocs in the lexer, not the parserKevin Newton
2024-10-03Fix indentation in test_after_gc_start_hook_with_GC_stressPeter Zhu
2024-10-03[ruby/reline] Make rendering test faster using updated yamatanoorotitomoya ishida
2024-10-03Make Object#singleton_method return methods in modules included in or prepend...Jeremy Evans
2024-10-03Add `IO::Buffer` tests for read and write with length & offset. (#11779)Samuel Williams
2024-10-03[ruby/rdoc] Fix ToRdoc#accept_tabletomoya ishida
2024-10-03[ruby/reline] Rename `matches?` as `match?`Nobuyoshi Nakada
2024-10-03Update default gem test for colon-style hash inspecttompng
2024-10-03prettyprint hash with colon styletompng
2024-10-03Update ruby test for colon-style hash inspecttompng
2024-10-03Hash#inspect with colon styletompng
2024-10-03[ruby/reline] Fix FD leaks (https://github.com/ruby/reline/pull/752)Nobuyoshi Nakada
2024-10-02[ruby/reline] Fix incremental search cancel bugtomoya ishida
2024-10-02[ruby/reline] Add a timeout to cursor_postomoya ishida
2024-10-02[ruby/prism] Fix up doubled range in argumentsKevin Newton
2024-10-02[ruby/prism] Fix up beginless ranges in method definitionsKevin Newton
2024-10-02[rubygems/rubygems] Fix error in one source when fetching dependency APIs cle...David Rodríguez
2024-10-02[ruby/fiddle] test memory-view: ensure releasing in testSutou Kouhei