summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-12-05[ruby/rdoc] fix: fix `NoMethodError` when `token_stream` is niltoshimaru
2023-12-05[rubygems/rubygems] Instead of checking writability, try to writeDavid Rodríguez
2023-12-05[rubygems/rubygems] Set specs as pending at the beginningDavid Rodríguez
2023-12-05[rubygems/rubygems] Simplify `--no-user-install` specDavid Rodríguez
2023-12-05[flori/json] cosmeticsHiroshi SHIBATA
2023-12-05[flori/json] The modern Ruby uses utf-8 encodings by defaultHiroshi SHIBATA
2023-12-05[flori/json] Fix JSON.dump overload combinationtompng
2023-12-05[flori/json] Overload kwargs in JSON.dumpTakashi Kokubun
2023-12-05[flori/json] JSON.dump: handle unenclosed hashes regressionJean Boussier
2023-12-04[PRISM] Fixed redo nodeJemma Issroff
2023-12-04[PRISM] Handle percent literals for `defined?`eileencodes
2023-12-04[PRISM] Implement `PM_INTERPOLATED_REGULAR_EXPRESSION_NODE`eileencodes
2023-12-04[PRISM] Implement `PM_INTERPOLATED_STRING_NODE`eileencodes
2023-12-04[PRISM] Fix `PM_PARENTHESES_NODE`eileencodes
2023-12-04[Prism] Implement backref and numbered reference for `defined?`eileencodes
2023-12-04[PRISM] Fix compilation for NextNodeJemma Issroff
2023-12-04[ruby/prism] Ripper compat docs updateKevin Newton
2023-12-04[ruby/prism] Check "void value expression" for array literalsTSUYUSATO Kitsune
2023-12-03Revert "Add missing GVL hooks for M:N threads and ractors"John Hawthorn
2023-12-03[ruby/irb] Disable pager in eval_history testtomoya ishida
2023-12-02Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn
2023-12-02[ruby/rdoc] Markup punctuations need to be separated with a spaceNobuyoshi Nakada
2023-12-02[ruby/irb] Implement `history` commandGary Tou
2023-12-01Implement paren node for `defined?`eileencodes
2023-12-01[ruby/prism] Prism.parse_success?(source)Kevin Newton
2023-12-01[ruby/prism] Fix parsing heredoc endsHaldun Bayhantopcu
2023-12-01Implements missing literals for `defined?`eileencodes
2023-12-01Make String#undump compaction safePeter Zhu
2023-12-02[Bug #20033] Dynamic regexp should not assign capturesNobuyoshi Nakada
2023-12-01[ruby/prism] Provide heredoc? queriesKevin Newton
2023-12-01[PRISM] Account for RescueNodes with no statementsJemma Issroff
2023-12-01[PRISM] Fix behavior of BlockParameters with only one parameterJemma Issroff
2023-12-01[ruby/irb] Scrub past history input before splithogelog
2023-12-02[Bug #19838] Flush delayed token nonconsecutive with the next tokenNobuyoshi Nakada
2023-12-01[PRISM] Restructure parametersJemma Issroff
2023-12-01[ruby/prism] Change numbered parametersKevin Newton
2023-12-01[PRISM] Compile RescueNodeMatt Valentine-House
2023-12-01[ruby/prism] Update snapshotsKevin Newton
2023-12-01[ruby/prism] Fix comments after HEREDOCs again.Martin Emde
2023-12-01[ruby/prism] Improve to handle unterminated stringsTSUYUSATO Kitsune
2023-12-01[PRISM] Remove transparent scope nodesMatt Valentine-House
2023-12-01[ruby/prism] Add test/prism/snapshots/heredoc_with_comment.txtHiroshi SHIBATA
2023-12-01lib/helper only needs on flori/json repoHiroshi SHIBATA
2023-12-01Manually merged from flori/jsonHiroshi SHIBATA
2023-12-01Rename escape_slash in script_safe and also escape E+2028 and E+2029Jean Boussier
2023-12-01[flori/json] Fix "unexpected token" offset for InfinityJohn Hawthorn
2023-12-01[flori/json] tests/ractor_test.rb: make assert_separately availableLucas Kanashiro
2023-12-01Dispatch invalid hex escape content tooNobuyoshi Nakada
2023-12-01[Bug #20030] dispatch invalid escaped character without ignoring itNobuyoshi Nakada
2023-12-01Fixup with review commentMisaki Shioi