summaryrefslogtreecommitdiff
path: root/test/yarp
AgeCommit message (Expand)Author
2023-09-01[ruby/yarp] Add global variables to the constant poolKevin Newton
2023-09-01[YARP] Implement Compiling for And / Or / Operator Write Nodes (#8352)Jemma Issroff
2023-09-01[ruby/yarp] fix: report syntax error for invalid hex escapeMike Dalessio
2023-09-01[ruby/yarp] fix: double-counting of errors in parsing escaped stringsMike Dalessio
2023-09-01[ruby/yarp] Ensure node are present only once in the desugared ASTBenoit Daloze
2023-09-01[ruby/yarp] Move name_loc before value for LocalVariableWriteNodeBenoit Daloze
2023-09-01[ruby/yarp] Make operator_loc the last field for GlobalVariableWriteNodeBenoit Daloze
2023-09-01[ruby/yarp] Do not desugar Foo::Bar {||,&&,+}= baz as it is incorrect without...Benoit Daloze
2023-08-31[ruby/yarp] fix: octal, hex, and unicode strings at the end of aMike Dalessio
2023-08-30[ruby/yarp] Add a value to numbered referencesKevin Newton
2023-08-30[YARP] Compile ProgramNode as ScopeNode (#8327)Jemma Issroff
2023-08-30[YARP] Fix variables in compilation (#8326)Jemma Issroff
2023-08-30[ruby/yarp] fix: regular expression with start and end out of orderMike Dalessio
2023-08-30[ruby/yarp] fix: binary CallNode with out-of-order arg and receiverMike Dalessio
2023-08-30[ruby/yarp] fix: StatementsNode with out-of-order body nodesMike Dalessio
2023-08-30[ruby/yarp] Revisit lex.rake, make lex:rubygems more useableKevin Newton
2023-08-30[ruby/yarp] Nest all of the YARP tests under the YARP namespaceKevin Newton
2023-08-30[ruby/yarp] Add class variables to the constant poolKevin Newton
2023-08-30[ruby/yarp] Fix instance variable constant namesKevin Newton
2023-08-30[ruby/yarp] Fix unused variable in YARPRubyAPITestKevin Newton
2023-08-30[ruby/yarp] Fix test-unit API in fuzzer testKevin Newton
2023-08-30[ruby/yarp] fix: comment followed by whitespace at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: heredoc with incomplete escape at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: incomplete escape in regex at the end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: incomplete escape in list at the end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: trailing decimal, binary, octal, and hex numbers at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: trailing asterisk at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: trailing comment at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: string escape char "\" at the end of a fileMike Dalessio
2023-08-30[ruby/yarp] fix: ":" at the end of a fileMike Dalessio
2023-08-30[ruby/yarp] fix: "$" at the end of a fileMike Dalessio
2023-08-30[ruby/yarp] test: new test file for capturing interesting fuzzer snippetsMike Dalessio
2023-08-30[ruby/yarp] Desugar ||= more accuratelyKevin Newton
2023-08-30Fix merge error on ruby_api_test.rbKevin Newton
2023-08-30[ruby/yarp] Use assert_raiseKevin Newton
2023-08-30[ruby/yarp] use a more idiomatic form of `assert_raises`Nathan Froyd
2023-08-31use assert_raiseNobuyoshi Nakada
2023-08-30[ruby/yarp] add tests for `Location#join`Nathan Froyd
2023-08-29[ruby/yarp] Add instance variable names to the constant poolKevin Newton
2023-08-29Tests for the YARP compilerKevin Newton
2023-08-29[ruby/yarp] Statements inside ensure blocks can accept blocksKevin Newton
2023-08-28[ruby/yarp] fix: %I list spanning a heredocMike Dalessio
2023-08-28[ruby/yarp] fix: %i list spanning a heredocMike Dalessio
2023-08-28[ruby/yarp] fix: %W list spanning a heredocMike Dalessio
2023-08-28[ruby/yarp] fix: %w list spanning a heredocMike Dalessio
2023-08-28[ruby/yarp] test: backfill tests for %q/%Q spanning a heredocMike Dalessio
2023-08-28[ruby/yarp] Improve how we declare ripper exceptions in parse_test.rbMike Dalessio
2023-08-27[ruby/yarp] Fix paths in library_symbols_test.rbBenoit Daloze
2023-08-25Remove version templating in YARPKevin Newton
2023-08-25[ruby/yarp] Move tests from test/* to test/yarp/* to match CRubyKevin Newton