aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate array allocation for f(1, *a, &arg), f(*a, **kw, &arg), and f(*a, k...Jeremy Evans2023-12-071-7/+34
* Add benchmark for recent optimization to avoid implicit allocationsJeremy Evans2023-12-071-0/+13
* Prevent modification of splat array inside setup_parameters_complexJeremy Evans2023-12-072-0/+8
* Eliminate array allocation for f(*a, kw: 1, &lvar) and f(*a, kw: 1, &@iv)Jeremy Evans2023-12-071-0/+26
* Eliminate array allocation for f(*a, kw: 1)Jeremy Evans2023-12-071-0/+23
* Eliminate array allocation for f(*a, **lvar, &lvar) and f(*a, **@iv, &@iv)Jeremy Evans2023-12-071-0/+24
* Eliminate array allocation for f(*a, **lvar) and f(*a, **@iv)Jeremy Evans2023-12-071-0/+15
* Eliminate array allocation for f(1, *a, &lvar) and f(1, *a, &@iv)Jeremy Evans2023-12-071-0/+24
* Eliminate array allocation for f(1, *a)Jeremy Evans2023-12-071-0/+21
* [PRISM] Stop catch table entries being deleted by the optimiserMatt Valentine-House2023-12-072-9/+5
* Support tracing of struct member accessor methodsJeremy Evans2023-12-075-22/+118
* Skip a flaky objspace test on Visual StudioTakashi Kokubun2023-12-071-0/+1
* Support eval "return" at toplevelJeremy Evans2023-12-072-1/+58
* Use free with ruby_dtoaJohn Hawthorn2023-12-073-3/+3
* Use xfree in hash_st_freeJohn Hawthorn2023-12-071-2/+2
* Fix keyword splat passing as regular argumentJeremy Evans2023-12-075-21/+43
* Fix typo in a comment [ci skip]Nobuyoshi Nakada2023-12-081-1/+1
* Fix potential compaction issue in env_copy()Alan Wu2023-12-071-4/+5
* Add missing write barrier to env_copy()Alan Wu2023-12-071-3/+1
* [ruby/irb] Debugging command warning should not be specific to theStan Lo2023-12-071-1/+1
* [ruby/prism] Update ordering of integer base flagsKevin Newton2023-12-072-2/+25
* 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