summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-05-28[rubygems/rubygems] Bump COCs to latest Contributor Covenant versionDavid Rodríguez
2024-05-27[ruby/reline] Implement the redo commandverdy89
2024-05-27[rubygems/rubygems] Update SPDX license list as of 2024-05-22License Update
2024-05-26[rubygems/rubygems] Fix typo in description of build:checksum taskMarcus Stollsteimer
2024-05-26[ruby/reline] allow space in config valueGo
2024-05-25[rubygems/rubygems] Reorganize and refactor CompactIndexClientMartin Emde
2024-05-24[rubygems/rubygems] update cache checksums to decrease string allocationsJacklyn Ma
2024-05-24[ruby/prism] Fix up ruby_parser string concatKevin Newton
2024-05-24[ruby/prism] Remove Debug moduleKevin Newton
2024-05-24[ruby/prism] Remove dynamic Debug module methodsKevin Newton
2024-05-24[rubygems/rubygems] Neither `--force` flag or inline mode should mandate a re...David Rodríguez
2024-05-24[rubygems/rubygems] Fix error messages to not mention cached gems when they w...David Rodríguez
2024-05-24[rubygems/rubygems] Fix performance regression on applications with a local c...David Rodríguez
2024-05-24[rubygems/rubygems] Remove `@remote` instance variable from DefinitionDavid Rodríguez
2024-05-24[rubygems/rubygems] Give better message when resolving because there's no loc...David Rodríguez
2024-05-24[rubygems/rubygems] Use `Definition#no_resolve_needed?`David Rodríguez
2024-05-24[rubygems/rubygems] Make code more symmetricDavid Rodríguez
2024-05-24[rubygems/rubygems] Fiks speeling cott bye codespellMartin Emde
2024-05-23[rubygems/rubygems] Remove MD5 ETag generation from compact indexMartin Emde
2024-05-23[ruby/rdoc] Bump up 6.7.0Hiroshi SHIBATA
2024-05-22[ruby/prism] Fix support for 'it' implicit local variableKevin Newton
2024-05-22[rubygems/rubygems] move git clone depth error handling to else branchEllen Keal
2024-05-22[rubygems/rubygems] fix for gems not downloading from git via httpEllen Keal
2024-05-22[ruby/reline] Catches Errno::ENODEV and Errno::EBADF inVladimir Támara Patiño
2024-05-21[ruby/prism] Fix up ruby_parser interpolation concatenationKevin Newton
2024-05-21[ruby/prism] Provide deprecated numeric methodKevin Newton
2024-05-21[ruby/prism] Reconfigure rationalsKevin Newton
2024-05-17[ruby/irb] Reorder ruby lex clauses for unrecoverable firstKevin Newton
2024-05-17[ruby/find] find.gemspec: Drop executables dir configOlle Jonsson
2024-05-16[rubygems/rubygems] Fix binstubs sometimes not getting regenerated when `--de...David Rodriguez
2024-05-16[rubygems/rubygems] Refactor `Gem::Specification#find_all_by_name`David Rodriguez
2024-05-16[rubygems/rubygems] Fix `gem uninstall --user-install` for symlinked HOME'sDavid Rodriguez
2024-05-16[rubygems/rubygems] Fix error message calling method removed a long time agoDavid Rodriguez
2024-05-16[rubygems/rubygems] Fix regression when caching gems from secondary sourcesDavid Rodriguez
2024-05-16[rubygems/rubygems] Deprecate Bundler constantsDavid Rodriguez
2024-05-16[rubygems/rubygems] Use RubyGems freebsd helperDavid Rodriguez
2024-05-16[rubygems/rubygems] Add a FreeBSD platform helperDavid Rodriguez
2024-05-14[rubygems/rubygems] Fix issue when cleaning up plugin stubsDavid Rodriguez
2024-05-14[rubygems/rubygems] Extract a `Gem::SpecificationRecord` classDavid Rodriguez
2024-05-14[rubygems/rubygems] Fix typo in attribute documentationDavid Rodriguez
2024-05-14[rubygems/rubygems] Add missing docsDavid Rodriguez
2024-05-14[rubygems/rubygems] Simplify documentationDavid Rodriguez
2024-05-14[rubygems/rubygems] Remove redundant receiversDavid Rodriguez
2024-05-14[ruby/reline] Bump version to 0.5.7Mari Imaizumi
2024-05-14[ruby/reline] Implement the undo commandMari Imaizumi
2024-05-13[rubygems/rubygems] Restore previous way of loading monitorDavid Rodriguez
2024-05-13[rubygems/rubygems] Don't load `SharedHelpers` unnecessarilyDavid Rodriguez
2024-05-13[rubygems/rubygems] Don't depend on Pathname unnecessarilyDavid Rodriguez
2024-05-13[ruby/prism] Rescue LoadError for ruby_parser as wellKevin Newton
2024-05-13[ruby/prism] Add error handling for missing `parser` gem in `Prism::Translation`Koichi ITO