summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-25[rubygems/rubygems] Remove unnecessary and out of date ruby version checkDavid Rodríguez
2024-11-25[rubygems/rubygems] Remove now dead codeDavid Rodríguez
2024-11-25define rb_current_ec_set in all casesMatt Valentine-House
2024-11-25Place all non-default GC API behind USE_SHARED_GCMatt Valentine-House
2024-11-25Use extconf to build external GC modulesMatt Valentine-House
2024-11-25Prevent memory leakYusuke Endoh
2024-11-25[rubygems/rubygems] Prevent a warning: net/http: Content-Type did not setYusuke Endoh
2024-11-25Fix initialization of `struct wait_fast_fallback_arg::cancelled`Nobuyoshi Nakada
2024-11-25[ruby/open-uri] Use `ENV.update`Nobuyoshi Nakada
2024-11-25[ruby/uri] Prevent a warning: URI::REGEXP is obsoleteYusuke Endoh
2024-11-25Skip flaky tests of rbs in macOS 15.xHiroshi SHIBATA
2024-11-25Prevent a warning: setting Encoding.default_externalYusuke Endoh
2024-11-25Do not save the last error without sockets in the connection attempt (#12153)Misaki Shioi
2024-11-25Skip sync failure when we specified old versionHiroshi SHIBATA
2024-11-25Removed redundant argument at Reline::LineEditor::CompletionBlockTestHiroshi SHIBATA
2024-11-24[ruby/reline] Fix completion quote, preposing and target calculationtomoya ishida
2024-11-24Fix `--empty` option of `ifchange`Nobuyoshi Nakada
2024-11-24Fix a build failure with muslEarlopain
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