aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Fix closing loc for string literalsTSUYUSATO Kitsune2023-12-061-2/+14
* [rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller2023-12-061-1/+1
* [rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller2023-12-061-0/+44
* [ruby/prism] Provide flags for changing encodingsKevin Newton2023-12-0618-89/+176
* [PRISM] Fix ReturnNodesJemma Issroff2023-12-061-0/+8
* Re-embed when removing Object instance variablesPeter Zhu2023-12-061-0/+35
* [PRISM] Account for nil parent in Call{Operator,And,Or}PathWriteNodesJemma Issroff2023-12-061-0/+3
* [ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff2023-12-06289-0/+842
* [PRISM] Implement `PM_MATCH_PREDICATE_NODE` for `defined?`eileencodes2023-12-061-0/+1
* [PRISM] Implement `PM_KEYWORD_HASH_NODE` for `defined?`eileencodes2023-12-061-0/+1
* [PRISM] Implement `PM_SPLAT_NODE` for `defined?`eileencodes2023-12-061-0/+3
* [PRISM] Implement `PM_SOURCE_LINE_NODE` for `defined?`eileencodes2023-12-061-0/+1
* [PRISM] Implement `PM_SOURCE_FILE_NODE` for `defined?`eileencodes2023-12-061-0/+1
* [PRISM] Implement `PM_SOURCE_ENCODING_NODE` for `defined?eileencodes2023-12-061-0/+1
* [PRISM] Implement `PM_IMAGINARY_NODE` for `defined?`eileencodes2023-12-061-0/+1
* [PRISM] Compile Rescue Modifier nodesMatt Valentine-House2023-12-061-1/+8
* [ruby/prism] Update snapshotHaldun Bayhantopcu2023-12-061-0/+1
* [ruby/rdoc] Only word-ending colon separates new definitionNobuyoshi Nakada2023-12-061-0/+6
* [ruby/rdoc] Use single quotes to keep backslash literallyNobuyoshi Nakada2023-12-061-1/+1
* [rubygems/rubygems] test_bundled_ca.rb: Add Net::OpenTimeout as a offline case.Jun Aruga2023-12-061-1/+1
* [ruby/prism] Fix defined with new lineeileencodes2023-12-052-9/+23
* [ruby/prism] Add test casesTSUYUSATO Kitsune2023-12-053-121/+159
* [ruby/prism] Fix some corner casesTSUYUSATO Kitsune2023-12-053-26/+210
* [ruby/prism] Fix to parse command-style method calls more correctlyTSUYUSATO Kitsune2023-12-053-0/+575
* [PRISM] Implement Retry node.Matt Valentine-House2023-12-051-0/+32
* [ruby/rdoc] Allow any single-word token upto 2 before C method implementationNobuyoshi Nakada2023-12-051-0/+30
* [ruby/rdoc] fix: fix `NoMethodError` when `token_stream` is niltoshimaru2023-12-051-0/+7
* [rubygems/rubygems] Instead of checking writability, try to writeDavid Rodríguez2023-12-051-2/+4
* [rubygems/rubygems] Set specs as pending at the beginningDavid Rodríguez2023-12-051-13/+10
* [rubygems/rubygems] Simplify `--no-user-install` specDavid Rodríguez2023-12-051-14/+7
* [flori/json] cosmeticsHiroshi SHIBATA2023-12-051-1/+1
* [flori/json] The modern Ruby uses utf-8 encodings by defaultHiroshi SHIBATA2023-12-053-3/+0
* [flori/json] Fix JSON.dump overload combinationtompng2023-12-051-12/+20
* [flori/json] Overload kwargs in JSON.dumpTakashi Kokubun2023-12-051-0/+4
* [flori/json] JSON.dump: handle unenclosed hashes regressionJean Boussier2023-12-051-0/+4
* [PRISM] Fixed redo nodeJemma Issroff2023-12-041-12/+27
* [PRISM] Handle percent literals for `defined?`eileencodes2023-12-041-0/+11
* [PRISM] Implement `PM_INTERPOLATED_REGULAR_EXPRESSION_NODE`eileencodes2023-12-041-0/+1
* [PRISM] Implement `PM_INTERPOLATED_STRING_NODE`eileencodes2023-12-041-0/+1
* [PRISM] Fix `PM_PARENTHESES_NODE`eileencodes2023-12-041-0/+1
* [Prism] Implement backref and numbered reference for `defined?`eileencodes2023-12-041-0/+6
* [PRISM] Fix compilation for NextNodeJemma Issroff2023-12-041-2/+32
* [ruby/prism] Ripper compat docs updateKevin Newton2023-12-041-5/+3
* [ruby/prism] Check "void value expression" for array literalsTSUYUSATO Kitsune2023-12-041-0/+22
* Revert "Add missing GVL hooks for M:N threads and ractors"John Hawthorn2023-12-032-89/+46
* [ruby/irb] Disable pager in eval_history testtomoya ishida2023-12-031-0/+1
* Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn2023-12-022-46/+89
* [ruby/rdoc] Markup punctuations need to be separated with a spaceNobuyoshi Nakada2023-12-021-1/+13
* [ruby/irb] Implement `history` commandGary Tou2023-12-021-0/+64
* Implement paren node for `defined?`eileencodes2023-12-011-0/+2