summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-07[PRISM] Rescue should set correct end_labelMatt Valentine-House
2023-12-07Lrama v0.5.12yui-knk
2023-12-07NEWS: Move "interruptible name resolution" to "Stdlib updates" sectionYusuke Endoh
2023-12-07[ruby/io-console] [DOC] Add documentation for IO#cursorMatheus Richard
2023-12-07Update bundled gems list at bc6a0ede4a05d19dc999d05c84b46a [ci skip]git
2023-12-07Bump up bundled net-ftp gem version to 0.3.0Hiroshi SHIBATA
2023-12-07Sort links [ci skip]Kazuhiro NISHIYAMA
2023-12-07always omit test_ai_addrconfig.Tanaka Akira
2023-12-07Set AI_ADDRCONFIG when making getaddrinfo(3) calls for outgoing conns (#7295)KJ Tsanaktsidis
2023-12-07Revert "Warn `it` only with -W:deprecated"Takashi Kokubun
2023-12-07Fallback rb_warn_deprecated for UNIVERSAL_PARSERTakashi Kokubun
2023-12-06Warn `it` only with -W:deprecatedTakashi Kokubun
2023-12-07Update default gems list at a41d6c825c4b1ed5699fd7880edeb8 [ci skip]git
2023-12-07[ruby/open-uri] Bump up 0.4.1Hiroshi SHIBATA
2023-12-07Warn `it` (#9152)Takashi Kokubun
2023-12-07[ruby/open-uri] Set default for max_redirects and add exception classAndrew Kane
2023-12-07[ruby/open-uri] Add :max_redirects optionAndrew Kane
2023-12-07[rubygems/rubygems] Make --build-root disable auto-user-install.Ellen Marie Dash
2023-12-07[rubygems/rubygems] Better approach to falling back to user installation when...David Rodríguez
2023-12-07[rubygems/rubygems] Add some early assertions to make sure the test is progre...David Rodríguez
2023-12-07[rubygems/rubygems] Use globals variables for standard input/outputVít Ondruch
2023-12-06Copy encoding flags when copying a regex [Bug #20039]Dustin Brown
2023-12-07Remove a note for `bundle exec ruby` not printing a warningYusuke Endoh
2023-12-07Move replace_require into bundled_gems.rbHiroshi SHIBATA
2023-12-07Fix SEGV caused by `GC::Profiler.raw_data` (#9122)Soutaro Matsumoto
2023-12-07Add NEWS for Range#overlap?hogelog
2023-12-06[ruby/prism] Emit error for constant assignments in defsHaldun Bayhantopcu
2023-12-06YJIT: Add some object validity assertionsAlan Wu
2023-12-06[ruby/prism] Simplify unterminated stringKevin Newton
2023-12-06[PRISM] Correct depth offset for block local varsMatt Valentine-House
2023-12-06[ruby/prism] Move flag position consistently to frontKevin Newton
2023-12-06[ruby/prism] Fix closing loc for string literalsTSUYUSATO Kitsune
2023-12-06[ruby/prism] Fix one potential memory leak and silence one false positive rep...Haldun Bayhantopcu
2023-12-06YJIT: Avoid register allocation conflict with a higher stack_idx (#9143)Takashi Kokubun
2023-12-06[rubygems/rubygems] Bundler::Fetcher uses Bundler::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Duplicate Gem::CIDetector into bundlerEric Mueller
2023-12-06[rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller
2023-12-06[ruby/prism] Update documentation for encodingsKevin Newton
2023-12-06[prism] Handle string and xstring encodingsKevin Newton
2023-12-06[ruby/prism] Provide flags for changing encodingsKevin Newton
2023-12-06[PRISM] Extract a PM_NOP helperJemma Issroff
2023-12-06[PRISM] Fix ReturnNodesJemma Issroff
2023-12-06Re-embed when removing Object instance variablesPeter Zhu
2023-12-06[PRISM] Account for nil parent in Call{Operator,And,Or}PathWriteNodesJemma Issroff
2023-12-06[ruby/bigdecimal] Clarify that JSON methods come from the JSON gemPeter Zhu
2023-12-06Deduplicate assertions in redblack_balancePeter Zhu
2023-12-06[ruby/bigdecimal] [DOC] Add section Methods for Working with JSONBurdetteLamar
2023-12-06[ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff
2023-12-06[PRISM] Implement `PM_MATCH_PREDICATE_NODE` for `defined?`eileencodes