aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Emacs MULE encodingsKevin Newton2023-11-301-13/+23
* [PRISM] Big5 encodingsKevin Newton2023-11-301-1/+1
* [ruby/prism] EUC-KR encodingsKevin Newton2023-11-301-0/+3
* [ruby/prism] Support other EUC-JP encodingsKevin Newton2023-11-301-78/+87
* [PRISM] Alias CP51932 to EUC-JPKevin Newton2023-11-301-3/+3
* [PRISM] Consolidate SJIS encodingsKevin Newton2023-11-301-69/+72
* [ruby/prism] Add other UTF8 encodingsKevin Newton2023-11-301-3/+7
* YJIT: Cancel on-stack jit_return on invalidation (#9086)Takashi Kokubun2023-11-301-0/+30
* YJIT: Use `stats[:live_page_count]`, renamed from :compiled_page_countAlan Wu2023-11-301-2/+2
* [Prism] Fix local variable access for POST_EXECUTION_NODEMatt Valentine-House2023-11-301-0/+2
* Store depth offset inside the scope node.Matt Valentine-House2023-11-301-0/+10
* [rubygems/rubygems] Only show "Defaulting to user installation" message when ...Ellen Marie Dash2023-11-301-0/+62
* [ruby/irb] Page evaluation result's outputStan Lo2023-11-305-11/+50
* [ruby/rdoc] Get rid of `Kernel#open`Nobuyoshi Nakada2023-11-301-12/+2
* Add a rescue for `defined?(A::B::C)`Aaron Patterson2023-11-301-0/+3
* [ruby/prism] Fix lex_compat for `<<HEREDOC # comment` at EOFMartin Emde2023-11-302-0/+13
* [Bug #19877] Assign captures for direct regexp literal onlyNobuyoshi Nakada2023-11-301-6/+5
* Add some test cases to Data testOKURA Masafumi2023-11-301-0/+17
* Skip test_resolurion_error_error_code with FreeBSD environmentHiroshi SHIBATA2023-11-301-0/+3
* [ruby/cgi] Add failing test cases for CGI::Escape.unescapeHTMLflosacca2023-11-301-0/+18
* Fix the argument orderNobuyoshi Nakada2023-11-301-1/+1
* Replace SocketError with Socket::ResolutionError in rsock_raise_socket_errorMisaki Shioi2023-11-303-6/+14
* Guard match from GC in String#gsubPeter Zhu2023-11-291-0/+12
* [PRISM] Implement CallNodes with splat followed by argsJemma Issroff2023-11-291-3/+10
* [PRISM] Account for ImplicitRestNodeJemma Issroff2023-11-291-2/+6
* [PRISM] Fix EnsureNode, pass depth to get localsJemma Issroff2023-11-291-0/+32
* [ruby/prism] Add MacJapanese encodingMatt Boldt2023-11-291-0/+1
* [ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida2023-11-296-1086/+84
* [ruby/prism] added CP950 encodingDhaval2023-11-291-0/+1
* Add missing assertion in test_use_all_shapes_then_freezePeter Zhu2023-11-291-1/+2
* [ruby/prism] Convert start line to signed integersJean Boussier2023-11-291-0/+16
* [Bug #17037] Improve accuracy of division near precision limitsNobuyoshi Nakada2023-11-291-0/+8
* [Bug #20025] Check if upper/lower before fallback to case-foldingNobuyoshi Nakada2023-11-291-0/+5
* [ruby/prism] Reject class/module defs in method params/rescue/ensure/elseTSUYUSATO Kitsune2023-11-293-56/+133
* Array#rassoc should try to convert to array implicitly. Fixes #20003Tema Bolshakov2023-11-291-2/+11
* Fix Ractor sharing for too complex ObjectsPeter Zhu2023-11-281-0/+18
* Fix Ractor sharing for too complex generic ivarsPeter Zhu2023-11-281-0/+18
* [ruby/prism] Implicit rest nodesKevin Newton2023-11-2811-41/+31
* [PRISM] Don't calculate params size based on localsJemma Issroff2023-11-281-0/+1
* [ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff2023-11-28191-851/+1310
* Further fix the GVL instrumentation APIJean Boussier2023-11-281-10/+73
* [PRISM] Implement more compilation of SplatNodesJemma Issroff2023-11-281-1/+11
* [PRISM] Compile YieldNode with different argumentsJemma Issroff2023-11-281-0/+1
* Fix cache incoherency for ME resolved through VM_METHOD_TYPE_REFINEDAlan Wu2023-11-281-0/+22
* [PRISM] Run test setting global constant separatelyAlan Wu2023-11-281-18/+14
* [ruby/prism] Fix testsTSUYUSATO Kitsune2023-11-281-1/+1
* [ruby/prism] Reset `current_param_name` around closed scopesTSUYUSATO Kitsune2023-11-282-29/+97
* [ruby/prism] Use `0` for the default valie of `current_param_name`TSUYUSATO Kitsune2023-11-281-1/+1
* [ruby/prism] Check circular references in default values of paramsTSUYUSATO Kitsune2023-11-281-0/+16
* [ruby/irb] Change show_source tests into integration testsPeter Zhu2023-11-282-228/+263