summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-10Change the semantics of rb_postponed_job_registerKJ Tsanaktsidis
2023-12-10Add RUBY_ATOMIC_{PTR_,}FETCH macros for atomic loadsKJ Tsanaktsidis
2023-12-10Move `DOT_WAIT` before including Makefile that is using it [ci skip]Nobuyoshi Nakada
2023-12-10[ruby/irb] Simplify show_source's super calculationStan Lo
2023-12-10[ruby/prism] fix: escape newlineAlex Koval
2023-12-09Ensure super(**kw, &block) calls kw.to_hash before block.to_procJeremy Evans
2023-12-09Ensure f(**kw, &block) calls kw.to_hash before block.to_procJeremy Evans
2023-12-09Add a fudge factor to the GC compaction move up/down testsKJ Tsanaktsidis
2023-12-09Fix test of GVL instrumentation on Ractor sleepingJohn Hawthorn
2023-12-09Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn
2023-12-09Update default gems list at edb8fc24d4a51e58f283a6e7fd1b18 [ci skip]git
2023-12-09[ruby/error_highlight] Bump versionYusuke Endoh
2023-12-09[DOC] Small fixes for documentation renderingVictor Shepelev
2023-12-08[PRISM] Fix `PM_CALL_NODE` assignmenteileencodes
2023-12-08RDoc for ComplexBurdetteLamar
2023-12-08[ruby/prism] Add necessary encoding flags for symbols and regexKevin Newton
2023-12-08[rubygems/rubygems] Upstream RubyGems changes from TruffleRubyBenoit Daloze
2023-12-08Update default gems list at f2c13ff9e8646ea1f05498707c8e97 [ci skip]git
2023-12-08[ruby/syntax_suggest] v2.0.0Schneems
2023-12-08[ruby/prism] A couple of small dot enhancementsKevin Newton
2023-12-08[ruby/prism] Hashes need to deoptimize based on their contentsAaron Patterson
2023-12-08[ruby/prism] More closely match CRuby error messagesKevin Newton
2023-12-08Improve Fiber#kill docs and simplify the NEWS entry to let the documentation ...Benoit Daloze
2023-12-08Update default gems list at 49cdf063d6275151075ffd94c3d013 [ci skip]git
2023-12-08[ruby/set] Bump version to 1.0.4Akinori MUSHA
2023-12-08Revert "Skip to warn like 'bigdecimal/util' feature."Hiroshi SHIBATA
2023-12-08Pick commit from https://github.com/rubygems/rubygems/pull/7085Hiroshi SHIBATA
2023-12-08Pick commit from https://github.com/rubygems/rubygems/pull/7227Hiroshi SHIBATA
2023-12-08[rubygems/rubygems] Migrate documentation to be generated with nronnDavid Rodríguez
2023-12-08[rubygems/rubygems] Add extra blank line to `bundle outdated` docsDavid Rodríguez
2023-12-08[rubygems/rubygems] Revert "Merge pull request #7148 from Paul-Bob/improvemen...David Rodríguez
2023-12-08Skip to warn like 'bigdecimal/util' feature.Hiroshi SHIBATA
2023-12-08Improve bundled gems warnings for subfeaturesDavid Rodríguez
2023-12-08Improve bundled gem warningsDavid Rodríguez
2023-12-08The SINCE and WARNED hashes take gem names, not featuresDavid Rodríguez
2023-12-08[rubygems/rubygems] Extract generate_index command to rubygems-generate_index...Samuel Giddins
2023-12-08[rubygems/rubygems] Don't memoize in NameTuple lock_nameMartin Emde
2023-12-08[ci skip] comment for commit be1bbd5b7d40ad863ab35097765d3754726bbd54卜部昌平
2023-12-08Thread specific storage APIsKoichi Sasada
2023-12-08[Bug #19877] Flip-flop needs to be direct conditionNobuyoshi Nakada
2023-12-08[rubygems/rubygems] Use `Minitest::TestTask` in a template file for `minitest`Yuji Yaginuma
2023-12-07YJIT: Fix on-stack ISEQ comparison for auto_compact (#9164)Takashi Kokubun
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-07Support method calls inside `defined?`Aaron Patterson
2023-12-07RDoc for ComplexBurdetteLamar
2023-12-07Free everything at shutdownAdam Hess
2023-12-07Added commentJemma Issroff
2023-12-07[PRISM] Account for multiple arguments when compiling ArgumentsNodeJemma Issroff
2023-12-07Eliminate array allocation for f(1, *a, &arg), f(*a, **kw, &arg), and f(*a, k...Jeremy Evans
2023-12-07Add benchmark for recent optimization to avoid implicit allocationsJeremy Evans