aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Check need_major_gc during GC stressPeter Zhu2023-12-071-10/+9
* [PRISM] Don't pop arguments on a return nodeJemma Issroff2023-12-072-3/+11
* Fix GC.verify_compaction_references not moving every objectKJ Tsanaktsidis2023-12-072-16/+86
* Add objspace_each_pages to gc.cKJ Tsanaktsidis2023-12-071-12/+38
* [ruby/prism] Remove warnings check from parse_success? methodKevin Newton2023-12-073-12/+8
* [PRISM] Ensure should set correct end_labelMatt Valentine-House2023-12-071-2/+13
* [PRISM] Rescue should set correct end_labelMatt Valentine-House2023-12-072-0/+10
* Lrama v0.5.12yui-knk2023-12-074-3/+187
* NEWS: Move "interruptible name resolution" to "Stdlib updates" sectionYusuke Endoh2023-12-071-1/+3
* [ruby/io-console] [DOC] Add documentation for IO#cursorMatheus Richard2023-12-071-0/+10
* Update bundled gems list at bc6a0ede4a05d19dc999d05c84b46a [ci skip]git2023-12-071-0/+1
* Bump up bundled net-ftp gem version to 0.3.0Hiroshi SHIBATA2023-12-071-1/+1
* Sort links [ci skip]Kazuhiro NISHIYAMA2023-12-071-2/+2
* always omit test_ai_addrconfig.Tanaka Akira2023-12-071-1/+1
* Set AI_ADDRCONFIG when making getaddrinfo(3) calls for outgoing conns (#7295)KJ Tsanaktsidis2023-12-074-3/+183
* Revert "Warn `it` only with -W:deprecated"Takashi Kokubun2023-12-071-3/+1
* Fallback rb_warn_deprecated for UNIVERSAL_PARSERTakashi Kokubun2023-12-071-0/+2
* Warn `it` only with -W:deprecatedTakashi Kokubun2023-12-061-1/+1
* Update default gems list at a41d6c825c4b1ed5699fd7880edeb8 [ci skip]git2023-12-071-1/+1
* [ruby/open-uri] Bump up 0.4.1Hiroshi SHIBATA2023-12-071-1/+1
* Warn `it` (#9152)Takashi Kokubun2023-12-073-0/+21
* [ruby/open-uri] Set default for max_redirects and add exception classAndrew Kane2023-12-072-3/+6
* [ruby/open-uri] Add :max_redirects optionAndrew Kane2023-12-072-0/+22
* [rubygems/rubygems] Make --build-root disable auto-user-install.Ellen Marie Dash2023-12-072-8/+30
* [rubygems/rubygems] Better approach to falling back to user installation when...David Rodríguez2023-12-076-128/+29
* [rubygems/rubygems] Add some early assertions to make sure the test is progre...David Rodríguez2023-12-071-0/+3
* [rubygems/rubygems] Use globals variables for standard input/outputVít Ondruch2023-12-072-4/+23
* Copy encoding flags when copying a regex [Bug #20039]Dustin Brown2023-12-062-0/+12
* Remove a note for `bundle exec ruby` not printing a warningYusuke Endoh2023-12-071-1/+0
* Move replace_require into bundled_gems.rbHiroshi SHIBATA2023-12-072-20/+20
* Fix SEGV caused by `GC::Profiler.raw_data` (#9122)Soutaro Matsumoto2023-12-072-1/+9
* Add NEWS for Range#overlap?hogelog2023-12-071-0/+2
* [ruby/prism] Emit error for constant assignments in defsHaldun Bayhantopcu2023-12-064-0/+12
* YJIT: Add some object validity assertionsAlan Wu2023-12-062-2/+9
* [ruby/prism] Simplify unterminated stringKevin Newton2023-12-062-4/+4
* [PRISM] Correct depth offset for block local varsMatt Valentine-House2023-12-062-0/+27
* [ruby/prism] Move flag position consistently to frontKevin Newton2023-12-06660-25544/+25533
* [ruby/prism] Fix closing loc for string literalsTSUYUSATO Kitsune2023-12-062-5/+17
* [ruby/prism] Fix one potential memory leak and silence one false positive rep...Haldun Bayhantopcu2023-12-061-0/+3
* YJIT: Avoid register allocation conflict with a higher stack_idx (#9143)Takashi Kokubun2023-12-062-5/+34
* [rubygems/rubygems] Bundler::Fetcher uses Bundler::CIDetectorEric Mueller2023-12-062-20/+10
* [rubygems/rubygems] Duplicate Gem::CIDetector into bundlerEric Mueller2023-12-063-0/+97
* [rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller2023-12-062-15/+2
* [rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller2023-12-063-0/+120
* [ruby/prism] Update documentation for encodingsKevin Newton2023-12-062-3/+3
* [prism] Handle string and xstring encodingsKevin Newton2023-12-061-9/+32
* [ruby/prism] Provide flags for changing encodingsKevin Newton2023-12-0631-226/+455
* [PRISM] Extract a PM_NOP helperJemma Issroff2023-12-061-5/+8
* [PRISM] Fix ReturnNodesJemma Issroff2023-12-062-10/+58
* Re-embed when removing Object instance variablesPeter Zhu2023-12-066-6/+55