aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Reset do_loop_stack around a body of a endless method definitionTSUYUSATO Kitsune2023-11-092-42/+81
* Do not allow test-all to load the bundled gemsYusuke Endoh2023-11-091-8/+1
* [rubygems/rubygems] Make the `test_build_extensions` more predictableVít Ondruch2023-11-091-24/+27
* [rubygems/rubygems] Use `extension_in_lib` helper instead of custom codeVít Ondruch2023-11-092-38/+33
* [ruby/prism] Provide Parameters#signature for mirroring Method#parametersKevin Newton2023-11-081-0/+91
* [PRISM] Add tests for OptionalKeywordParameterNodeJemma Issroff2023-11-081-0/+4
* [PRISM] Added tests for ForwardingParameterNode, KeywordRestParameterNodeJemma Issroff2023-11-081-0/+8
* [PRISM] Add tests for several parameters nodesJemma Issroff2023-11-081-1/+25
* [ruby/tempfile] Make Tempfile#open return the underlying FileJeremy Evans2023-11-081-0/+8
* YJIT: Disable code GC (#8865)Takashi Kokubun2023-11-081-4/+27
* [ruby/tempfile] Fix Tempfile#{dup,clone}Jeremy Evans2023-11-081-0/+16
* Improve error and memory handlingAdam Hess2023-11-081-0/+6
* [ruby/irb] Skip TypeCompletion test in ruby citomoya ishida2023-11-085-0/+9
* Prevent a warning: assigned but unused variable - raised_exceptionYusuke Endoh2023-11-081-1/+1
* [ruby/irb] Type based completion using Prism and RBStomoya ishida2023-11-087-5/+1107
* [ruby/stringio] Add missing row separator encoding conversionSutou Kouhei2023-11-081-0/+8
* [ruby/fiddle] Use Ruby's true/false for C boolSutou Kouhei2023-11-083-1/+36
* CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.Jun Aruga2023-11-081-19/+0
* [rubygems/rubygems] Allow `--install-dir` to be specified together with `--us...Vít Ondruch2023-11-081-15/+0
* [rubygems/rubygems] Don't use `util_installer` for user installVít Ondruch2023-11-081-6/+4
* [rubygems/rubygems] Check for `:install_dir` precedence over `:user_install`Vít Ondruch2023-11-081-0/+13
* [rubygems/rubygems] Make the user installation less exceptionalVít Ondruch2023-11-081-1/+1
* [rubygems/rubygems] Remove kludge that should be unnecessary.Ellen Marie Dash2023-11-081-1/+1
* [rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACC...Ellen Marie Dash2023-11-081-1/+1
* Use embedded TypedData for Time objectsPeter Zhu2023-11-071-2/+5
* [PRISM] Implement compilation for different parametersJemma Issroff2023-11-071-1/+41
* String for string literal is not resizableNobuyoshi Nakada2023-11-081-0/+4
* [PRISM] CompileEnsureNodeMatt Valentine-House2023-11-071-0/+5
* [ruby/cgi] Add snake case aliases for escapeURIComponentJean Boussier2023-11-071-0/+9
* [ruby/timeout] tests for blank secondsJohn Bachir2023-11-071-0/+12
* [ruby/timeout] nested exception tests for discussionJohn Bachir2023-11-071-0/+36
* [ruby/reline] Test Reline::Face without mockingStan Lo2023-11-062-13/+6
* [ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi2023-11-064-61/+301
* [PRISM] Implement compilation for MultiWriteNodes, fix MultiTargetNodesJemma Issroff2023-11-061-1/+26
* generic_ivar_set: properly check for TOO_COMPLEX on capacity transitionJean Boussier2023-11-061-1/+31
* [Bug #19985] Raise LoadError with the converted feature nameNobuyoshi Nakada2023-11-061-5/+21
* ast.rb: Fix bug for source of multibyte charactersalpaca-tc2023-11-051-0/+8
* Skip a test that is flaky with RJITTakashi Kokubun2023-11-032-5/+10
* [PRISM] Fix stack consistency with Popped beginMatt Valentine-House2023-11-031-0/+1
* [ruby/prism] Split commentKevin Newton2023-11-031-7/+7
* [ruby/prism] Properly support the start line optionKevin Newton2023-11-032-1/+4
* [ruby/prism] Wire up options through the FFI APIKevin Newton2023-11-032-38/+13
* [ruby/prism] Wire up options through the Ruby APIKevin Newton2023-11-032-9/+9
* rb_ivar_defined: handle complex modulesJean Boussier2023-11-031-0/+39
* [ruby/rdoc] test/rdoc/test_rdoc_generator_json_index.rb: pend in test_generat...Jun Aruga2023-11-031-0/+12
* [PRISM] Fix CallNode with arguments when poppedMatt Valentine-House2023-11-031-0/+6
* Fix thread leakageNobuyoshi Nakada2023-11-031-0/+2
* Make String.new size pools aware.Jean Boussier2023-11-021-1/+1
* [PRISM] Fix popped for ForNodeJemma Issroff2023-11-021-2/+0
* [PRISM] Fix popped for CallOperatorWriteNodeJemma Issroff2023-11-021-2/+1