summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-12Partially revert "Set AI_ADDRCONFIG when making getaddrinfo(3) calls"KJ Tsanaktsidis
2023-12-12Update bundled gems list as of 2023-12-12git
2023-12-12[ruby/securerandom] [DOC] Satisfy RDoc coverageNobuyoshi Nakada
2023-12-12[ruby/securerandom] [DOC] Add documents of methods and constantsNobuyoshi Nakada
2023-12-12[ruby/securerandom] [DOC] Improve the document about reproducibility of uuid_v7Yusuke Endoh
2023-12-11Make Dir#chdir never yield args, and return block return valueJeremy Evans
2023-12-11Initialize interrupt queue before signal handlers (#9196)Takashi Kokubun
2023-12-12[rubygems/rubygems] Ensure that the lockfile mtime is not altered on frozen i...Martin Emde
2023-12-12fix regexp pattern of diffNARUSE, Yui
2023-12-12[rubygems/rubygems] Allow bundle pristine to run in parallelSamuel Giddins
2023-12-12Save $VERBOSE properlyNobuyoshi Nakada
2023-12-12Prevent a warning: assigned but unused variable - statusYusuke Endoh
2023-12-12Prevent a warning: method redefinedYusuke Endoh
2023-12-12Prevent warning: possibly useless use of a literal in void contextYusuke Endoh
2023-12-12Prevent a warning: setting Encoding.default_externalYusuke Endoh
2023-12-12Remove unused statementYusuke Endoh
2023-12-12[rubygems/rubygems] Refactor: Wrap filesystem accessFranz Liedke
2023-12-12[rubygems/rubygems] Refactor: Move filesystem access into Definition classFranz Liedke
2023-12-12[rubygems/rubygems] bundle lock: Always touch the lockfileFranz Liedke
2023-12-12Unlock tilt since we no longer support Ruby 2.6David Rodríguez
2023-12-12[rubygems/rubygems] Remove doc not adding much valueDavid Rodríguez
2023-12-12[rubygems/rubygems] Make tests compatible with paths that contain a + charMartin Emde
2023-12-12[rubygems/rubygems] Use StringIO 3.1.0 in tests to work with ruby 3.3.0Martin Emde
2023-12-12[rubygems/rubygems] Improve enabling bundled gems warningsDavid Rodríguez
2023-12-12[rubygems/rubygems] Remove non-transparent requirement added to prerelease gemsDavid Rodríguez
2023-12-12[rubygems/rubygems] Make the "auto-user-install" logic easier to followVít Ondruch
2023-12-12[rubygems/rubygems] Fix installing from source when same bundler version alre...David Rodríguez
2023-12-12[rubygems/rubygems] Extract some common strings to variablesDavid Rodríguez
2023-12-12[rubygems/rubygems] Revert missing extensions patchDavid Rodríguez
2023-12-12[DOC] Update description about shared library suffixNobuyoshi Nakada
2023-12-11Skip a YJIT test on RJITAlan Wu
2023-12-11YJIT: Fix missing arity check for splat calls to methods with optionalsAlan Wu
2023-12-11YJIT: Rename helper function and correct counter nameAlan Wu
2023-12-12Fix NoMethodError on failKazuhiro NISHIYAMA
2023-12-11[rubygems/rubygems] Fewer allocations in gem installationSamuel Giddins
2023-12-12[DOC] Fix RDoc to match actual Kenrel.require behavior (#9180)hogelog
2023-12-11[PRISM] Properly compile MultiTargetNodes within parametersJemma Issroff
2023-12-11[PRISM] Fixed rest in MultiTargetNodesJemma Issroff
2023-12-11[PRISM] Correctly implemented forwarding parameters in methodsJemma Issroff
2023-12-11[PRISM] Restructure parameters on ScopeNodesJemma Issroff
2023-12-11[DOC] Complex doc (#9185)Burdette Lamar
2023-12-12try modified tests.Koichi Sasada
2023-12-11[PRISM] Define and use a pm_add_ensure_iseqJemma Issroff
2023-12-11YJIT: implement call fuzzer script (#9129)Maxime Chevalier-Boisvert
2023-12-11[ruby/prism] Regexp terminator escapesKevin Newton
2023-12-11[ruby/prism] Handle a non-interpolated dsym spanning a heredocKevin Newton
2023-12-11[ruby/prism] Correct escapes when ctrl+meta+escapeKevin Newton
2023-12-11[rubygems/rubygems] Override initialize in bundle rubygems_ext for NameTupleMartin Emde
2023-12-11[ruby/prism] Split up CallNode in target positionKevin Newton
2023-12-11[PRISM] Fix ElseNode within CaseNodeJemma Issroff