summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-12[rubygems/rubygems] Make RubyDsl a little easier to read; avoid a Hash sometimesMartin Emde
2023-12-12[PRISM] Do not hide syntactically required parentheses within macrosNobuyoshi Nakada
2023-12-12Make WeakKeyMap safe for compaction during allocationPeter Zhu
2023-12-12Make WeakMap safe for compaction during allocationPeter Zhu
2023-12-12[ruby/prism] Update tests and snapshotsUfuk Kayserilioglu
2023-12-12[ruby/prism] Start `KeywordHashNode`s with `STATIC_KEYS` set, until hit an el...Ufuk Kayserilioglu
2023-12-12[ruby/prism] Add `STATIC_KEYS` flag for `KeywordHashNode`Ufuk Kayserilioglu
2023-12-12[rubygems/rubygems] Resolve `ruby file: ".ruby-version"` relative to GemfileMartin Emde
2023-12-12[ruby/irb] Remove trailing spaceStan Lo
2023-12-12[ruby/irb] [DOC] RDoc for module IRBBurdette Lamar
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