summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-12-06[rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller
2023-12-06[ruby/prism] Provide flags for changing encodingsKevin Newton
2023-12-06[PRISM] Fix ReturnNodesJemma Issroff
2023-12-06Re-embed when removing Object instance variablesPeter Zhu
2023-12-06[PRISM] Account for nil parent in Call{Operator,And,Or}PathWriteNodesJemma Issroff
2023-12-06[ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff
2023-12-06[PRISM] Implement `PM_MATCH_PREDICATE_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Implement `PM_KEYWORD_HASH_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Implement `PM_SPLAT_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Implement `PM_SOURCE_LINE_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Implement `PM_SOURCE_FILE_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Implement `PM_SOURCE_ENCODING_NODE` for `defined?eileencodes
2023-12-06[PRISM] Implement `PM_IMAGINARY_NODE` for `defined?`eileencodes
2023-12-06[PRISM] Compile Rescue Modifier nodesMatt Valentine-House
2023-12-06[ruby/prism] Update snapshotHaldun Bayhantopcu
2023-12-06[ruby/rdoc] Only word-ending colon separates new definitionNobuyoshi Nakada
2023-12-06[ruby/rdoc] Use single quotes to keep backslash literallyNobuyoshi Nakada
2023-12-06[rubygems/rubygems] test_bundled_ca.rb: Add Net::OpenTimeout as a offline case.Jun Aruga
2023-12-05[ruby/prism] Fix defined with new lineeileencodes
2023-12-05[ruby/prism] Add test casesTSUYUSATO Kitsune
2023-12-05[ruby/prism] Fix some corner casesTSUYUSATO Kitsune
2023-12-05[ruby/prism] Fix to parse command-style method calls more correctlyTSUYUSATO Kitsune
2023-12-05[PRISM] Implement Retry node.Matt Valentine-House
2023-12-05[ruby/rdoc] Allow any single-word token upto 2 before C method implementationNobuyoshi Nakada
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