summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-23[rubygems/rubygems] Document suggest_gems_from_name()Ellen Marie Dash
2024-10-23[rubygems/rubygems] [suggest_gems_from_name] Bail early if the value is guara...Ellen Marie Dash
2024-10-23Move error handling for GC.stat_heap to gc.cPeter Zhu
2024-10-23Make rb_gc_impl_stat_heap return a VALUE instead of size_tPeter Zhu
2024-10-23Move error handling for GC.stat to gc.cPeter Zhu
2024-10-23Make rb_gc_impl_stat return a VALUE instead of size_tPeter Zhu
2024-10-23Move error handling for GC.latest_gc_info to gc.cPeter Zhu
2024-10-23YJIT: Make PendingBranch::set_target `must_use` [ci skip]Alan Wu
2024-10-23YJIT: Check when gen_branch() failsAlan Wu
2024-10-23Harden the ObjectSpace.memsize_of specJean Boussier
2024-10-23CI: Test with gcc-14 on macOSNobuyoshi Nakada
2024-10-23Extract common code as a functionNobuyoshi Nakada
2024-10-23Fix false warning by gcc 14 for aarch64Nobuyoshi Nakada
2024-10-23Check if -pipe option worksNobuyoshi Nakada
2024-10-23YJIT: Count compiled_branch_count when branch is finalized [ci skip]Alan Wu
2024-10-23[rubygems/rubygems] Print a proper error when there's a previous empty instal...David Rodríguez
2024-10-23[rubygems/rubygems] Improve Bundler errors when trying to install to a protec...David Rodríguez
2024-10-23[rubygems/rubygems] Improve `Bundler::GenericSystemCall` error messageDavid Rodríguez
2024-10-23[rubygems/rubygems] Consistently use `:create` action when creating directoriesDavid Rodríguez
2024-10-23[rubygems/rubygems] Fix out of date spec descriptionDavid Rodríguez
2024-10-23[rubygems/rubygems] Fix running `bundler` (with a final `r`) in a `bundle exe...David Rodríguez
2024-10-23[rubygems/rubygems] Do what the comment says, it's simplerDavid Rodríguez
2024-10-23[rubygems/rubygems] Remove the need for some bundler monkeypatchesDavid Rodríguez
2024-10-23Clarify bundler inline’s `install` parameterJerome Dalbert
2024-10-23[ruby/ipaddr] Drop support for Ruby 2.3Taketo Takashima
2024-10-23Bump github/codeql-action from 3.26.13 to 3.27.0dependabot[bot]
2024-10-23Bump actions/cache in /.github/actions/setup/directoriesdependabot[bot]
2024-10-23[ruby/error_highlight] Adjust truncation, add opt-out mechanism, rename metho...Guilherme Carreiro
2024-10-23[ruby/error_highlight] Handle very long lines with errors in the middle of th...Guilherme Carreiro
2024-10-23[ruby/error_highlight] Handle very long linesGuilherme Carreiro
2024-10-22[rubygems/rubygems] Remove patches for old TruffleRuby versionsDavid Rodríguez
2024-10-22[DOC] Tweaks for Array#inspect (#11935)Burdette Lamar
2024-10-22[DOC] Tweaks for Array#to_hBurdetteLamar
2024-10-22Rewrite Numeric#dup and Numeric#+@ in Ruby (#11933)Takashi Kokubun
2024-10-22[DOC] Tweaks for Array#take_while (#11930)Burdette Lamar
2024-10-22[DOC] Tweaks for Array#take (#11929)Burdette Lamar
2024-10-22YJIT: Implement specialization for no-op `{Kernel,Numeric}#dup`Alan Wu
2024-10-22[DOC] Tweaks for Array#to_aBurdetteLamar
2024-10-22[ruby/reline] Use IO's encoding instead of Encoding.default_externalWu
2024-10-22[rubygems/rubygems] Cleanup some specs after recent support dropDavid Rodríguez
2024-10-22[rubygems/rubygems] Change one `bundle check` spec to not touch the networkDavid Rodríguez
2024-10-22Delete reserve_stack codeKJ Tsanaktsidis
2024-10-22Perform an actual access check in Dir.tmpdir for writabilityKJ Tsanaktsidis
2024-10-21Don't clear out flags in rb_gc_obj_freePeter Zhu
2024-10-21YJIT: Rename method substitution functions and improve docs (+1) (#11919)Alan Wu
2024-10-21Fix wmap_compact from potentially corrupting ST tablePeter Zhu
2024-10-21[DOC] Fix indentation of comment in wmap_compact_table_iPeter Zhu
2024-10-21Fix an off-by-one error of own memrchr implementationYusuke Endoh
2024-10-21Show where mutated chilled strings were allocatedÉtienne Barrié
2024-10-20Remove unused or wrong conversionsNobuyoshi Nakada