aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp
Commit message (Expand)AuthorAgeFilesLines
* [ruby/yarp] Move name_loc before value for LocalVariableWriteNodeBenoit Daloze2023-09-0156-105/+105
* [ruby/yarp] Make operator_loc the last field for GlobalVariableWriteNodeBenoit Daloze2023-09-015-9/+9
* [ruby/yarp] Do not desugar Foo::Bar {||,&&,+}= baz as it is incorrect without...Benoit Daloze2023-09-011-3/+8
* [ruby/yarp] fix: octal, hex, and unicode strings at the end of aMike Dalessio2023-08-312-0/+20
* [ruby/yarp] Add a value to numbered referencesKevin Newton2023-08-303-3/+3
* [YARP] Compile ProgramNode as ScopeNode (#8327)Jemma Issroff2023-08-301-0/+8
* [YARP] Fix variables in compilation (#8326)Jemma Issroff2023-08-301-10/+10
* [ruby/yarp] fix: regular expression with start and end out of orderMike Dalessio2023-08-301-0/+11
* [ruby/yarp] fix: binary CallNode with out-of-order arg and receiverMike Dalessio2023-08-301-0/+5
* [ruby/yarp] fix: StatementsNode with out-of-order body nodesMike Dalessio2023-08-301-0/+6
* [ruby/yarp] Revisit lex.rake, make lex:rubygems more useableKevin Newton2023-08-303-21/+4
* [ruby/yarp] Nest all of the YARP tests under the YARP namespaceKevin Newton2023-08-3019-1816/+1838
* [ruby/yarp] Add class variables to the constant poolKevin Newton2023-08-3015-17/+33
* [ruby/yarp] Fix instance variable constant namesKevin Newton2023-08-3027-43/+43
* [ruby/yarp] Fix unused variable in YARPRubyAPITestKevin Newton2023-08-301-2/+1
* [ruby/yarp] Fix test-unit API in fuzzer testKevin Newton2023-08-301-21/+19
* [ruby/yarp] fix: comment followed by whitespace at end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: heredoc with incomplete escape at end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: incomplete escape in regex at the end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: incomplete escape in list at the end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: trailing decimal, binary, octal, and hex numbers at end of fileMike Dalessio2023-08-301-0/+4
* [ruby/yarp] fix: trailing asterisk at end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: trailing comment at end of fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: string escape char "\" at the end of a fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: ":" at the end of a fileMike Dalessio2023-08-301-0/+1
* [ruby/yarp] fix: "$" at the end of a fileMike Dalessio2023-08-302-0/+8
* [ruby/yarp] test: new test file for capturing interesting fuzzer snippetsMike Dalessio2023-08-301-0/+14
* [ruby/yarp] Desugar ||= more accuratelyKevin Newton2023-08-301-4/+4
* Fix merge error on ruby_api_test.rbKevin Newton2023-08-301-24/+0
* [ruby/yarp] Use assert_raiseKevin Newton2023-08-301-0/+12
* [ruby/yarp] use a more idiomatic form of `assert_raises`Nathan Froyd2023-08-301-3/+12
* use assert_raiseNobuyoshi Nakada2023-08-311-3/+3
* [ruby/yarp] add tests for `Location#join`Nathan Froyd2023-08-301-0/+27
* [ruby/yarp] Add instance variable names to the constant poolKevin Newton2023-08-2927-37/+61
* Tests for the YARP compilerKevin Newton2023-08-291-0/+166
* [ruby/yarp] Statements inside ensure blocks can accept blocksKevin Newton2023-08-292-2/+102
* [ruby/yarp] fix: %I list spanning a heredocMike Dalessio2023-08-282-2/+36
* [ruby/yarp] fix: %i list spanning a heredocMike Dalessio2023-08-282-2/+31
* [ruby/yarp] fix: %W list spanning a heredocMike Dalessio2023-08-282-2/+36
* [ruby/yarp] fix: %w list spanning a heredocMike Dalessio2023-08-283-3/+32
* [ruby/yarp] test: backfill tests for %q/%Q spanning a heredocMike Dalessio2023-08-285-94/+141
* [ruby/yarp] Improve how we declare ripper exceptions in parse_test.rbMike Dalessio2023-08-281-20/+24
* [ruby/yarp] Fix paths in library_symbols_test.rbBenoit Daloze2023-08-271-3/+3
* Remove version templating in YARPKevin Newton2023-08-251-100/+0
* [ruby/yarp] Move tests from test/* to test/yarp/* to match CRubyKevin Newton2023-08-2519-17/+174
* [ruby/yarp] Introduce parse_lex instead of asking for a blockKevin Newton2023-08-252-0/+19
* [ruby/yarp] Fix nested multi assignment locationsKevin Newton2023-08-259-40/+44
* [ruby/yarp] Fix rational parsingKevin Newton2023-08-251-9/+15
* [ruby/yarp] Track block opening and closing locationsKevin Newton2023-08-2537-5/+139
* [ruby/yarp] Ensure interpolated symbols converted to regular symbols get open...Kevin Newton2023-08-256-18/+40