summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-25[Misc #20810] Reenable Travis CI.Nobuyoshi Nakada
2024-10-24[DOC] Tweaks for Array#unionBurdetteLamar
2024-10-24[DOC] Tweaks for Array#transposeBurdetteLamar
2024-10-24[ruby/reline] nonprinting_start and nonprinting_end should betomoya ishida
2024-10-24Fix shared GC with -DRUBY_DEBUGMatt Valentine-House
2024-10-24Fix shared-gc build taskMatt Valentine-House
2024-10-24append completion_append_character only when continous completion is … (#764)Wu
2024-10-24Fix potential issue in wmap_cmp for dead entriesPeter Zhu
2024-10-24[ruby/zlib] Reduce `ensure` nestingNobuyoshi Nakada
2024-10-24[ruby/zlib] Tell gcc-14 that `Qnil` is not passed to `gzfile_calc_crc`Nobuyoshi Nakada
2024-10-24Bump actions/checkout in /.github/actions/setup/directoriesdependabot[bot]
2024-10-24[rubygems/rubygems] [SpecFetcher tests] Use >3 character long fake gem name.Ellen Marie Dash
2024-10-24[rubygems/rubygems] [SpecFetcher] Change < to <= like it should be.Ellen Marie Dash
2024-10-24[ruby/error_highlight] Rename the `ErrorHighlight::DefaultFormatter` setting ...Guilherme Carreiro
2024-10-23[ruby/rdoc] Red-based darkfish color schemeStan Lo
2024-10-23[rubygems/rubygems] [SpecFetcher] Avoid unneeded string allocation.Ellen Marie Dash
2024-10-23[rubygems/rubygems] [SpecFetcher] Bail before calling available_specs()Ellen Marie Dash
2024-10-23[rubygems/rubygems] Replace .map{...}.compact with .filter_map {...}Ellen Marie Dash
2024-10-23[rubygems/rubygems] Add another bail-early condition to suggest_gems_from_nam...Ellen Marie Dash
2024-10-23[rubygems/rubygems] Optimize when suggest_gems_from_name finds an exact match.Ellen Marie Dash
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