aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] A couple of small dot enhancementsHEADmasterKevin Newton2023-12-081-5/+9
* [ruby/prism] Hashes need to deoptimize based on their contentsAaron Patterson2023-12-081-1/+1
* [ruby/prism] More closely match CRuby error messagesKevin Newton2023-12-082-16/+16
* Improve Fiber#kill docs and simplify the NEWS entry to let the documentation ...Benoit Daloze2023-12-082-3/+11
* Update default gems list at 49cdf063d6275151075ffd94c3d013 [ci skip]git2023-12-081-0/+1
* [ruby/set] Bump version to 1.0.4Akinori MUSHA2023-12-081-2/+2
* Revert "Skip to warn like 'bigdecimal/util' feature."Hiroshi SHIBATA2023-12-081-3/+0
* Pick commit from https://github.com/rubygems/rubygems/pull/7085Hiroshi SHIBATA2023-12-081-1/+2
* Pick commit from https://github.com/rubygems/rubygems/pull/7227Hiroshi SHIBATA2023-12-081-1/+1
* [rubygems/rubygems] Migrate documentation to be generated with nronnDavid Rodríguez2023-12-0830-1379/+199
* [rubygems/rubygems] Add extra blank line to `bundle outdated` docsDavid Rodríguez2023-12-0830-29/+30
* [rubygems/rubygems] Revert "Merge pull request #7148 from Paul-Bob/improvemen...David Rodríguez2023-12-081-1/+1
* Skip to warn like 'bigdecimal/util' feature.Hiroshi SHIBATA2023-12-081-0/+3
* Improve bundled gems warnings for subfeaturesDavid Rodríguez2023-12-081-6/+6
* Improve bundled gem warningsDavid Rodríguez2023-12-081-2/+3
* The SINCE and WARNED hashes take gem names, not featuresDavid Rodríguez2023-12-081-2/+5
* [rubygems/rubygems] Extract generate_index command to rubygems-generate_index...Samuel Giddins2023-12-0810-979/+60
* [rubygems/rubygems] Don't memoize in NameTuple lock_nameMartin Emde2023-12-081-6/+5
* [ci skip] comment for commit be1bbd5b7d40ad863ab35097765d3754726bbd54卜部昌平2023-12-081-5/+105
* Thread specific storage APIsKoichi Sasada2023-12-085-0/+114
* [Bug #19877] Flip-flop needs to be direct conditionNobuyoshi Nakada2023-12-082-19/+24
* [rubygems/rubygems] Use `Minitest::TestTask` in a template file for `minitest`Yuji Yaginuma2023-12-083-13/+5
* YJIT: Fix on-stack ISEQ comparison for auto_compact (#9164)Takashi Kokubun2023-12-072-6/+38
* [rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez2023-12-07262-3114/+3028
* Support method calls inside `defined?`Aaron Patterson2023-12-072-63/+181
* RDoc for ComplexBurdetteLamar2023-12-071-28/+44
* Free everything at shutdownAdam Hess2023-12-0727-6/+285
* Added commentJemma Issroff2023-12-071-0/+3
* [PRISM] Account for multiple arguments when compiling ArgumentsNodeJemma Issroff2023-12-072-3/+29
* 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