summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-11-13[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez
2023-11-13[rubygems/rubygems] Report possible error prior checking output of gem uninstallVít Ondruch
2023-11-12Fix crash caused by concurrent ObjectSpace.dump_all callsKJ Tsanaktsidis
2023-11-12[ruby/prism] Reject invalid rational literals like `1e1r` on lexingTSUYUSATO Kitsune
2023-11-11[ruby/prism] Introduce non-associativility to `in` and `=>`TSUYUSATO Kitsune
2023-11-11[Bug #19969] Compact st_table after deleted if possibleNobuyoshi Nakada
2023-11-10[ruby/prism] Remove extra locals added by ...Kevin Newton
2023-11-10[ruby/prism] Disallow forwarding in blocksKevin Newton
2023-11-10Tests of irb is still broken.Hiroshi SHIBATA
2023-11-10[ruby/irb] Revert "Skip TypeCompletion test in ruby ciHiroshi SHIBATA
2023-11-09[ruby/irb] Add command line option to select which completor to usetomoya ishida
2023-11-09[PRISM] Implement compilation for ForwardingArgumentssNodeJemma Issroff
2023-11-09String#force_encoding don't clear coderange if encoding is unchangedJean Boussier
2023-11-09[ruby/prism] Reset do_loop_stack around a body of a endless method definitionTSUYUSATO Kitsune
2023-11-09Do not allow test-all to load the bundled gemsYusuke Endoh
2023-11-09[rubygems/rubygems] Make the `test_build_extensions` more predictableVít Ondruch
2023-11-09[rubygems/rubygems] Use `extension_in_lib` helper instead of custom codeVít Ondruch
2023-11-08[ruby/prism] Provide Parameters#signature for mirroring Method#parametersKevin Newton
2023-11-08[PRISM] Add tests for OptionalKeywordParameterNodeJemma Issroff
2023-11-08[PRISM] Added tests for ForwardingParameterNode, KeywordRestParameterNodeJemma Issroff
2023-11-08[PRISM] Add tests for several parameters nodesJemma Issroff
2023-11-08[ruby/tempfile] Make Tempfile#open return the underlying FileJeremy Evans
2023-11-08YJIT: Disable code GC (#8865)Takashi Kokubun
2023-11-08[ruby/tempfile] Fix Tempfile#{dup,clone}Jeremy Evans
2023-11-08Improve error and memory handlingAdam Hess
2023-11-08[ruby/irb] Skip TypeCompletion test in ruby citomoya ishida
2023-11-08Prevent a warning: assigned but unused variable - raised_exceptionYusuke Endoh
2023-11-08[ruby/irb] Type based completion using Prism and RBStomoya ishida
2023-11-08[ruby/stringio] Add missing row separator encoding conversionSutou Kouhei
2023-11-08[ruby/fiddle] Use Ruby's true/false for C boolSutou Kouhei
2023-11-08CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.Jun Aruga
2023-11-08[rubygems/rubygems] Allow `--install-dir` to be specified together with `--us...Vít Ondruch
2023-11-08[rubygems/rubygems] Don't use `util_installer` for user installVít Ondruch
2023-11-08[rubygems/rubygems] Check for `:install_dir` precedence over `:user_install`Vít Ondruch
2023-11-08[rubygems/rubygems] Make the user installation less exceptionalVít Ondruch
2023-11-08[rubygems/rubygems] Remove kludge that should be unnecessary.Ellen Marie Dash
2023-11-08[rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACC...Ellen Marie Dash
2023-11-07Use embedded TypedData for Time objectsPeter Zhu
2023-11-07[PRISM] Implement compilation for different parametersJemma Issroff
2023-11-08String for string literal is not resizableNobuyoshi Nakada
2023-11-07[PRISM] CompileEnsureNodeMatt Valentine-House
2023-11-07[ruby/cgi] Add snake case aliases for escapeURIComponentJean Boussier
2023-11-07[ruby/timeout] tests for blank secondsJohn Bachir
2023-11-07[ruby/timeout] nested exception tests for discussionJohn Bachir
2023-11-06[ruby/reline] Test Reline::Face without mockingStan Lo
2023-11-06[ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi
2023-11-06[PRISM] Implement compilation for MultiWriteNodes, fix MultiTargetNodesJemma Issroff
2023-11-06generic_ivar_set: properly check for TOO_COMPLEX on capacity transitionJean Boussier
2023-11-06[Bug #19985] Raise LoadError with the converted feature nameNobuyoshi Nakada
2023-11-05ast.rb: Fix bug for source of multibyte charactersalpaca-tc