aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* BasicSocket#recv* return `nil` rather than an empty packetJean Boussier2023-08-301-2/+66
* [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/irb] Improve help/show_cmds message during debuggerStan Lo2023-08-291-0/+33
* [ruby/irb] Add --nomultiline indent and prompt testtomoya ishida2023-08-291-0/+29
* [ruby/irb] Fix test warnings (https://github.com/ruby/irb/pull/698)Stan Lo2023-08-292-2/+2
* jruby: Add StringIO::VERSION (#59)Sutou Kouhei2023-08-291-0/+4
* [ruby/irb] Print deprecation message for prompt_n methodsStan Lo2023-08-291-0/+12
* [ruby/irb] Remove unused `PROMPT_N`Summer ☀️2023-08-293-15/+6
* Fix Array#bsearch when block returns a non-integer numeric valueKouhei Yanagita2023-08-291-0/+4
* Validate the typed data before dereferencing the internal struct. (#8315)Samuel Williams2023-08-291-0/+21
* [Feature #18183] Add `chars:` option to `Random#alphanumeric`Nobuyoshi Nakada2023-08-291-0/+14
* Fix growth in minor GC when we have initial slotsPeter Zhu2023-08-281-0/+39
* Remove --disable-gems in assert_in_out_errPeter Zhu2023-08-287-57/+55
* [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/openssl] Remove the pending logics by the pend_on_openssl_issue_21493.Jun Aruga2023-08-282-22/+0
* [ruby/yarp] Fix paths in library_symbols_test.rbBenoit Daloze2023-08-271-3/+3
* Free all empty heap pages in Process.warmupPeter Zhu2023-08-271-0/+22
* [ruby/irb] Fix deprecation test when ran multiple timesPeter Zhu2023-08-261-4/+3
* [Feature #19785] Deprecate RUBY_GC_HEAP_INIT_SLOTSPeter Zhu2023-08-251-29/+6
* [Bug #19784] Fix behaviors against prefix with broken encodingNobuyoshi Nakada2023-08-261-0/+6
* Split string testsNobuyoshi Nakada2023-08-261-16/+48
* Use require_relative in JSON testsTakashi Kokubun2023-08-2510-10/+10
* 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-18/+118
* [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
* [ruby/yarp] Add closing_loc to WhileNodeKevin Newton2023-08-2514-1/+50
* [ruby/yarp] Add closing_loc to UntilNodeKevin Newton2023-08-2510-1/+29
* [ruby/yarp] Call shorthand should not result in a message locationKevin Newton2023-08-256-10/+10
* [ruby/yarp] Mark local variable targets in pattern matchingKevin Newton2023-08-2519-381/+93
* [ruby/yarp] Provide target node versionsKevin Newton2023-08-2547-269/+245
* [ruby/yarp] Provide a desugar visitorKevin Newton2023-08-251-0/+57
* [ruby/yarp] Split up AndWriteNode, OrWriteNode, OperatorWriteNodeKevin Newton2023-08-2527-303/+342
* [ruby/yarp] Lambda params should not accept blocksKevin Newton2023-08-252-2/+72