summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2024-05-13[ruby/prism] Autoload newlines and comment visitorsKevin Newton
2024-05-13[rubygems/rubygems] Use a constant empty tar header to avoid extra allocationsSamuel Giddins
2024-05-13[rubygems/rubygems] Use spec.base_dir to remove pluginsVít Ondruch
2024-05-13[rubygems/rubygems] Fix error when Bundler installation is corruptedDavid Rodriguez
2024-05-13[rubygems/rubygems] Avoid standard requires while loading shared helpersDavid Rodriguez
2024-05-13[rubygems/rubygems] Require things right before they're neededDavid Rodriguez
2024-05-10[ruby/reline] Avoid STDIN.winsize called in `require "reline"`tomoya ishida
2024-05-10[PRISM] Bump to version 0.29.0Kevin Newton
2024-05-10[ruby/prism] operator renameKevin Newton
2024-05-10[ruby/prism] Fix tapioca require orderKevin Newton
2024-05-10[ruby/prism] Fix RBS outside of prismKevin Newton
2024-05-10[ruby/prism] Prism::CallNode#full_message_locKevin Newton
2024-05-10[ruby/irb] Add a new initialization step to validate IRB.conf'sStan Lo
2024-05-10[ruby/irb] Simplify regexp to account for prism error messagesKevin Newton
2024-05-09[ruby/reline] Bump version to 0.5.6Mari Imaizumi
2024-05-09Mark rdoc as bundled gems at Ruby 3.5Hiroshi SHIBATA
2024-05-08[rubygems/rubygems] Monthly man update for May 2024.Josef Šimánek
2024-05-08[ruby/reline] Implement bracketed paste inserttomoya ishida
2024-05-08[PRISM] Sync prism version bumpKevin Newton
2024-05-07[rubygems/rubygems] Accept WASI as an OS name in Gem::PlatformYuta Saito
2024-05-06[rubygems/rubygems] Remove unnecessary compatibility codeDavid Rodriguez
2024-05-05[ruby/did_you_mean] Move development dependencies to GemfileNobuyoshi Nakada
2024-05-05[ruby/irb] Bump version to v1.13.1Stan Lo
2024-05-05[ruby/irb] Clarify that the context is IRB contextStan Lo
2024-05-05[ruby/reline] Remove not implemented variablesMari Imaizumi
2024-05-05[ruby/reline] Add name defined in readline to completion keytomoya ishida
2024-05-04[ruby/prism] Use `version: 3.3.1` against `Translation::Parser`Koichi ITO