summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-12-15Update error message in test_rubyoptionsKevin Newton
2023-12-15Introduce --parser runtime flagHParker
2023-12-16[Bug #20062] Fixed numbered parameter syntax errorNobuyoshi Nakada
2023-12-15[PRISM] Fix `compile_prism` when src is a fileeileencodes
2023-12-15[ruby/prism] Fix eval parsing depthKevin Newton
2023-12-15[ruby/prism] Invalid pinned locals in pattern matchingKevin Newton
2023-12-15[ruby/prism] Add an error for `in` keyword in argumentsTSUYUSATO Kitsune
2023-12-15loading/testing in different processes for multiple runsSatoshi Tagomori
2023-12-15add a testKoichi Sasada
2023-12-14Remove unused variables in test_call_op_asgn_keywords_mutableJeremy Evans
2023-12-14[PRISM] Implement safe navigation in CallNodesJemma Issroff
2023-12-14[PRISM] Fix keyword hash handling in method callsUfuk Kayserilioglu
2023-12-14Pattern matchingKevin Newton
2023-12-14[ruby/prism] Fix parse result for nesting pattern matchingKevin Newton
2023-12-14[PRISM] Account for multiple anonymous localsJemma Issroff
2023-12-14[ruby/prism] Fix the implementation of the flag on keyword hash nodesUfuk Kayserilioglu
2023-12-14[PRISM] Fix bugs in compiling optional keyword parametersJemma Issroff
2023-12-14[ruby/prism] Make equality operators non-associativeTSUYUSATO Kitsune
2023-12-14[PRISM] Use frozen flag on StringNodeJemma Issroff
2023-12-14Fix op asgn method calls passing mutable keyword splatsJeremy Evans
2023-12-14[PRISM] Add anon KW args to the block local tableMatt Valentine-House
2023-12-14rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...Satoshi Tagomori
2023-12-14[ruby/prism] Fix hash pattern restKevin Newton
2023-12-14[rubygems/rubygems] Warn for duplicate meta data linksDrew Stevenson
2023-12-13[rubygems/rubygems] Use match? when regexp match data is unusedSamuel Giddins
2023-12-13[PRISM] Add a test with a non-static-literal hash keyUfuk Kayserilioglu
2023-12-13[Prism] Fix InterpolatedMatchLastLine Instructionseileencodes
2023-12-13Fix memory leak in Hash#compare_by_identityAlan Wu
2023-12-13Skip an unstable test on MinGWTakashi Kokubun
2023-12-13[ruby/irb] Remove unused lvar in mesure command testtomoya ishida
2023-12-13Make String#chomp! raise ArgumentError for 2+ arguments if string is emptyJeremy Evans
2023-12-13[PRISM] Generate instruction for when redo_label is setMatt Valentine-House
2023-12-13[PRISM] If receiver on CallNode is SelfNode, use FCALL flagsJemma Issroff
2023-12-13[PRISM] Fix attrset edge caseseileencodes
2023-12-13[ruby/irb] Warn and do nothing if block is passed to measure commandtomoya ishida
2023-12-12Skip a GC test for RJITTakashi Kokubun
2023-12-13[rubygems/rubygems] Test if the user dir is used for auto user installationVít Ondruch
2023-12-13[rubygems/rubygems] Make sure `--no-user-install` is respected for auto user ...Vít Ondruch
2023-12-13[rubygems/rubygems] Vendor timeout in RubyGems tooDavid Rodríguez
2023-12-13[rubygems/rubygems] Vendor net-http and net-protocol in RubyGemsDavid Rodríguez
2023-12-12[PRISM] Correctly parse non-base 10 integers in PrismJemma Issroff
2023-12-13Add a test case for preregistering with different dataKJ Tsanaktsidis
2023-12-12[PRISM] Fix segv with regex once flageileencodes
2023-12-12[PRISM] Compile NextNode argumentsMatt Valentine-House
2023-12-12[PRISM] Implementing forwarding of args for ForwardingSuperNodeJemma Issroff
2023-12-12[Bug #19114] Fix for multiple calls of TracePoint#enableKouhei Yanagita
2023-12-12[ruby/prism] Flag for attribute write on callsKevin Newton
2023-12-12Fix op asgn calls with keywordsJeremy Evans
2023-12-12Make WeakKeyMap safe for compaction during allocationPeter Zhu
2023-12-12Make WeakMap safe for compaction during allocationPeter Zhu