aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Handle running out of shapes in `Object#dup`Jean Boussier2023-10-311-0/+26
* [PRISM] Implement compilation for PostExecutionNodeJemma Issroff2023-10-311-0/+6
* Add defined array nodeHParker2023-10-311-0/+1
* compile defined with nested constants and stovetopHParker2023-10-311-0/+3
* Keep unused literal nodesyui-knk2023-10-312-6/+5
* [Feature #10602] Add new API rb_profile_thread_frames()Daisuke Aritomo2023-10-311-0/+47
* [Prism] Add ForNode testsMatt Valentine-House2023-10-301-0/+9
* [ruby/irb] Use IRB's own doc for doc dialog testsStan Lo2023-10-301-16/+20
* [ruby/rdoc] test/rdoc/test_rdoc_generator_json_index.rb: Use assert_equal ins...Jun Aruga2023-10-301-1/+1
* [ruby/prism] parse_inline_comments -> parse_commentsKevin Newton2023-10-301-5/+5
* [ruby/prism] Remove newlines from magic comment testKevin Newton2023-10-301-2/+2
* [ruby/net-http] fix a false-negative testChristian van Rensen2023-10-301-2/+2
* Optimize regexp matching for look-around and atomic groups (#7931)Hiroya Fujinami2023-10-301-5/+59
* Extract transcoding assertionsNobuyoshi Nakada2023-10-281-239/+259
* test/fiber/test_queue.rb: Make the stuck test fail. (#8791)Jun Aruga2023-10-281-4/+16
* Make get_next_shape_internal idempotentJean Boussier2023-10-271-0/+19
* Revert "Add debug info for flaky test_warmup_frees_pages"Peter Zhu2023-10-271-1/+1
* [ruby/prism] Prism.parse_inline_commentsKevin Newton2023-10-271-2/+0
* [ruby/prism] Parse inline commentsKevin Newton2023-10-271-0/+23
* [ruby/prism] Use MatchWriteNode on split InterpolatedRENKevin Newton2023-10-272-42/+91
* [ruby/prism] Fix parsing lone assoc splat within hash patternsKevin Newton2023-10-2717-94/+86
* [Feature #19244] Windows: Prefer USERPROFILE over HOMEPATH on startup as wellLars Kanis2023-10-271-0/+34
* [ruby/prism] Fix up newline testKevin Newton2023-10-261-3/+5
* [ruby/prism] Regenerate snapshotsKevin Newton2023-10-26100-698/+737
* [ruby/prism] Rename to lefts/rightsKevin Newton2023-10-2670-282/+282
* [ruby/prism] Remove RequiredDestructuredParameterNode in favor of MultiTarget...Kevin Newton2023-10-2627-310/+401
* [ruby/prism] Ensure no extra multi-target nodes are created for splatsKevin Newton2023-10-267-97/+55
* [ruby/prism] Ensure no extra multi-target nodes are createdKevin Newton2023-10-262-40/+71
* [ruby/prism] Split up multi target/write targetsKevin Newton2023-10-2644-328/+517
* [ruby/prism] Add KeywordSplat flag to ArgumentsNodeJemma Issroff2023-10-26313-11085/+11960
* [PRISM] Implement regex encoding flagseileencodes2023-10-261-0/+8
* add more shapes testslukeg2023-10-261-2/+21
* teach prism define to compile basic typesHParker2023-10-261-2/+46
* [PRISM] Implement compilation for ConstantPathAndWriteNodeJemma Issroff2023-10-261-0/+5
* [PRISM] Implement compilation for ConstantPathOrWriteNodeJemma Issroff2023-10-261-0/+5
* [PRISM] Implemented ConstantPathOperatorWriteNodeJemma Issroff2023-10-261-0/+4
* [PRISM] Implement compilation for CaseNodeJemma Issroff2023-10-261-0/+12
* [PRISM] Rename new tests to use `assert_prism_eval`Jemma Issroff2023-10-261-9/+9
* [PRISM] Refactor tests to deconflict with existing testsJemma Issroff2023-10-261-13/+15
* [PRISM] Implement CallOperatorWriteNodeJemma Issroff2023-10-261-0/+13
* [PRISM] Implement compilation for CallOrWriteNodeJemma Issroff2023-10-261-0/+36
* [PRISM] Implemented compilation for CallAndWriteNodeJemma Issroff2023-10-261-0/+36
* Prevent a warning: assigned but unused variable - zYusuke Endoh2023-10-261-2/+2
* Revert "[ruby/prism] Use `cargo fmt`"Hiroshi SHIBATA2023-10-262-4/+0
* [Feature #19362] Call `#initialize_dup` hook at `Proc#dup`Nobuyoshi Nakada2023-10-261-0/+9
* [Bug #19973] Warn duplicated keyword arguments after keyword splatNobuyoshi Nakada2023-10-261-0/+6
* Make beginless Range#size return nil if it ends with non-numericfn ⌃ ⌥2023-10-261-0/+1
* [ruby/prism] Use `cargo fmt`Ian Ker-Seymer2023-10-262-0/+4
* Fix few test_prism_eval that snuck inHParker2023-10-251-4/+4
* [rubygems/rubygems] Raise exception on unexpected EOF in marshalSamuel Giddins2023-10-251-0/+17