summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-23Ensure fiber scheduler re-acquires mutex when interrupted from sleep. (#12158)Samuel Williams
2024-11-24UBF is also required for synchronous name resolution (#12156)Misaki Shioi
2024-11-23Save the error that occurred during name resolution (#12155)Misaki Shioi
2024-11-23Ensure global variable traces are freed at exitJohn Hawthorn
2024-11-22Free parse result under -cJohn Hawthorn
2024-11-22[ruby/openssl] Support signing CRLs using Ed25519Josh Cooper
2024-11-22[ruby/openssl] Support signing requests using Ed25519Josh Cooper
2024-11-22[ruby/openssl] Check for compatible openssl versions earlierJosh Cooper
2024-11-22[rubygems/rubygems] fix bundle which commands on windowssodacris
2024-11-22[Feature #20563] Update required Windows versionNobuyoshi Nakada
2024-11-22[ruby/mmtk] Use extconf.rb for external GC compilationPeter Zhu
2024-11-22[ruby/mmtk] [Feature #20860] Implement Mark-Sweep with MMTKPeter Zhu
2024-11-22[ruby/mmtk] [Feature #20860] Implement NoGC with MMTkPeter Zhu
2024-11-22[DOC] Fix a link in NEWS.mdKazuhiro NISHIYAMA
2024-11-22Update bundled gems list as of 2024-11-21git
2024-11-22Add a temporal debugging codeYusuke Endoh
2024-11-22[Bug #20903] `rb_econv_str_append` arguments expected to be StringNobuyoshi Nakada
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