summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-01-22Reapply "[rubygems/rubygems] Fix activation conflicts when circularly requiri...Hiroshi SHIBATA
2024-01-22Reapply "[rubygems/rubygems] Fix `require` of a default gem when unresolved g...Hiroshi SHIBATA
2024-01-22[ruby/uri] Removed commented-out codeHiroshi SHIBATA
2024-01-22[ruby/nkf] Add JRuby extension to the gemCharles Oliver Nutter
2024-01-19[ruby/prism] switch unless to ifAdam Hess
2024-01-19[ruby/prism] Handle stovetop start in constant path fullnameAdam Hess
2024-01-19[ruby/prism] Parsing rules documentKevin Newton
2024-01-19[ruby/prism] Extract identifier lexing documentation to separate fileMatthew Healy
2024-01-19Extract rindaHiroshi SHIBATA
2024-01-19Extract resolv-replaceHiroshi SHIBATA
2024-01-19Extract abbrev as bundled gemsHiroshi SHIBATA
2024-01-19Extract observer as bundled gemsHiroshi SHIBATA
2024-01-19Revert "[rubygems/rubygems] Fix `require` of a default gem when unresolved ge...Hiroshi SHIBATA
2024-01-19Revert "[rubygems/rubygems] Fix activation conflicts when circularly requirin...Hiroshi SHIBATA
2024-01-19[rubygems/rubygems] Fix activation conflicts when circularly requiring a gemDavid Rodríguez
2024-01-19[rubygems/rubygems] Fix `require` of a default gem when unresolved gems depen...David Rodríguez
2024-01-19[rubygems/rubygems] Add a comment to explain default gem activationDavid Rodríguez
2024-01-19[ruby/irb] Bump version to v1.11.1Stan Lo
2024-01-18RJIT: Properly reject keyword splat with `yield`Alan Wu
2024-01-18[rubygems/rubygems] Drop two TODOs from specification.rbOlle Jonsson
2024-01-16Drop obsoleted BUILTIN_ATTR_NO_GC attributeTakashi Kokubun
2024-01-17Extract base64 as bundled gemsHiroshi SHIBATA
2024-01-16[ruby/prism] Add parse options to JavaScript's parsePrism functionCameron Dutro
2024-01-16[ruby/prism] Fix up gemspecKevin Newton
2024-01-16[ruby/prism] First pass at documenting information about the CRuby compilerJemma Issroff
2024-01-16Extract getoptlong as bundled gemsHiroshi SHIBATA
2024-01-15[ruby/pp] Print beginless ranges properlySamuel Giddins
2024-01-11[ruby/pp] Fix pretty printing a Data subclass instance when the subclass is a...Benoit Daloze
2024-01-11[ruby/pp] Use .class.members for pretty printing DataBenoit Daloze
2024-01-11[ruby/pp] Use a proper feature check to check if Data is definedBenoit Daloze
2024-01-11[ruby/rdoc] Respect modeline to detect parserNobuyoshi Nakada
2024-01-11[rubygems/rubygems] Always avoid "Updating rubygems-update" messageDavid Rodríguez
2024-01-11[rubygems/rubygems] Make `gem update --system` respect ruby version constraintsDavid Rodríguez
2024-01-11[rubygems/rubygems] Remove old condition no longer necessaryDavid Rodríguez
2024-01-11[rubygems/rubygems] Fix development dependency not being added if introduced ...David Rodríguez
2024-01-11Complete missing specs for platforms after resolutionDavid Rodríguez
2024-01-11[rubygems/rubygems] Move resetting the spec set to where it becomes necessaryDavid Rodríguez
2024-01-11[rubygems/rubygems] Extract a couple of helper methodsDavid Rodríguez
2024-01-11[rubygems/rubygems] Remove methods to clarify what they doDavid Rodríguez
2024-01-11[rubygems/rubygems] Make private helper privateDavid Rodríguez
2024-01-11[rubygems/rubygems] Extract `SpecSet#reset!` helperDavid Rodríguez
2024-01-11[rubygems/rubygems] Disable false positive correctionHiroshi SHIBATA
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Style/RedundantReturnHiroshi SHIBATA
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Layout/ExtraSpacingHiroshi SHIBATA
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Style/StringLiteralsInInterpolationHiroshi SHIBATA
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Style/StringLiteralsHiroshi SHIBATA
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Style/RedundantParenthesesHiroshi SHIBATA
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Performance/StringIncludeHiroshi SHIBATA
2024-01-11[rubygems/rubygems] Use cache_home instead of data_home in default_spec_cache...Kenta Murata
2024-01-11[rubygems/rubygems] include MatchMetadata in Bundler::LazySpecificationCody Cutrer