summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-21Sync ruby/mmtk into the gc/mmtk directoryMatt Valentine-House
2024-11-21[rubygems/rubygems] Set $0 to exe when running `gem exec` to fix name in CLI ...Adam Daniels
2024-11-21Ensure that all Bundler commands have a man pageJerome Dalbert
2024-11-21Annotate anonymous mmapKunshan Wang
2024-11-21Fix typo in parse.y GH Actions workflowMatt Valentine-House
2024-11-21[prism/compiler] end_cursor should never be NULLMatt Valentine-House
2024-11-21[rubygems/rubygems] Fix `bundle remove` sometimes not removing gemsJerome Dalbert
2024-11-21[rubygems/rubygems] Fix locking of incorrect version of git gem in an edge caseDavid Rodríguez
2024-11-21[rubygems/rubygems] RefactorDavid Rodríguez
2024-11-21[rubygems/rubygems] Extract a `source` localDavid Rodríguez
2024-11-21[rubygems/rubygems] Reuse `name` localDavid Rodríguez
2024-11-21[rubygems/rubygems] Remove no longer necessary codeDavid Rodríguez
2024-11-21[rubygems/rubygems] Remove override of worker jobs for `bundle install --local`Lars Kanis
2024-11-21[rubygems/rubygems] move system_gems let commandssodacris
2024-11-21Extend the timeout of fork-exit bootstraptestYusuke Endoh
2024-11-21Omit flaky example with Windows platformHiroshi SHIBATA
2024-11-21Skip make install with gmp buildHiroshi SHIBATA
2024-11-21Fix error "fatal: detected dubious ownership in repository at '/github/worksp...Naoto Ono
2024-11-21Removed needless require for build_metadataHiroshi SHIBATA
2024-11-21Fix the usage of reallocYusuke Endoh
2024-11-21[rubygems/rubygems] Explicitly load build_metadata.rb because Spec::BuildMeta...Hiroshi SHIBATA
2024-11-21Bump github/codeql-action from 3.27.4 to 3.27.5dependabot[bot]
2024-11-21[rubygems/rubygems] Silent verbose stdout for dependency of test gemsHiroshi SHIBATA
2024-11-21bignum nogvl is offload safe. (#12132)Samuel Williams
2024-11-20Update `scheduler.c` to use `RUBY_ASSERT`. (#12129)Samuel Williams
2024-11-20YJIT: Make compilation_failure a default stat (#12128)Alan Wu
2024-11-20[ruby/zlib] Add support for safe offload of nogvl code.Samuel Williams
2024-11-20[ruby/zlib] Don't call `rb_str_set_len` while released the GVL.Samuel Williams
2024-11-20[rubygems/rubygems] Add --attestation option to gem pushSamuel Giddins
2024-11-20[rubygems/rubygems] Add man page for 'bundle issue' commandAndrew Nesbitt
2024-11-20[ruby/irb] Store method objects in constantsStan Lo
2024-11-20[ruby/psych] Eagerly require `date`.Thierry Deo
2024-11-20[ruby/etc] Prefer `rb_intern_const` over `rb_intern` for literal stringsNobuyoshi Nakada
2024-11-20[DOC] Fix typo in comment for STR_PRECOMPUTED_HASHPeter Zhu
2024-11-20Fix a bug in rb_include_module that stops nested inclusion into module subcla...Jeremy Evans
2024-11-20[DOC] Tweaks for ArrayBurdetteLamar
2024-11-20[ruby/digest] Remove obsolete test runner [ci skip]Nobuyoshi Nakada
2024-11-20YJIT: Refactor to forward jump_to_next_insn() return valueAlan Wu
2024-11-20YJIT: Abandon block when gen_outlined_exit() failsAlan Wu
2024-11-20[ruby/irb] Move main object's safe call logic to ContextStan Lo
2024-11-20[ruby/date] [DOC] Make document coverage 100%Nobuyoshi Nakada
2024-11-20Allow `io_buffer_memmove` to release the GVL for large buffers. (#12021)Samuel Williams
2024-11-20Update bundled gems list as of 2024-11-20git
2024-11-20Introduce `Fiber::Scheduler#blocking_operation_wait`. (#12016)Samuel Williams
2024-11-20Fix typos and grammar errors in kernel.rbStan Lo
2024-11-20Use webrick 1.9 in Bundler specsDavid Rodríguez
2024-11-20webrick is no longer needed in `dev_gems.rb` gemfileDavid Rodríguez
2024-11-19[rubygems/rubygems] Define a few `inspect` methods to help debuggingDavid Rodríguez
2024-11-19[rubygems/rubygems] Add man page for 'bundle fund' commandAndrew Nesbitt
2024-11-19[ruby/pp] Simplify range nil checktomoya ishida