summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-03-25[rubygems/rubygems] Remove specs with bad sources when converging dependenciesDavid Rodríguez
2025-03-25[rubygems/rubygems] Tweak to check specs size just onceDavid Rodríguez
2025-03-24[rubygems/rubygems] Raise an error in frozen mode if CHECKSUMS entries are mi...David Rodríguez
2025-03-24[rubygems/rubygems] Rename block variableDavid Rodríguez
2025-03-24[rubygems/rubygems] Add `Specification#lock_name` and use that when dealing w...David Rodríguez
2025-03-24[rubygems/rubygems] Refactor replacing locked specification path sourcesDavid Rodríguez
2025-03-24[rubygems/rubygems] Refactor replacement of locked path sourcesDavid Rodríguez
2025-03-24[rubygems/rubygems] Remove unnecessary replacement of locked dependencies sou...David Rodríguez
2025-03-24[rubygems/rubygems] Refactor Path vs Gemspec source comparisonDavid Rodríguez
2025-03-24[rubygems/rubygems] Refactor replacing sourcesDavid Rodríguez
2025-03-24[rubygems/rubygems] Remove `spec.source` duplicationDavid Rodríguez
2025-03-24[rubygems/rubygems] Simplify passing "gemspec" option to path sourcesDavid Rodríguez
2025-03-24[rubygems/rubygems] Remove unused default valueDavid Rodríguez
2025-03-24[rubygems/rubygems] Change behavior when gemfile and gemspec dep deps conflictDavid Rodríguez
2025-03-24[rubygems/rubygems] Use `name` argument consistentlyDavid Rodríguez
2025-03-24[rubygems/rubygems] Support git 2.49David Rodríguez
2025-03-24[rubygems/rubygems] Default to a SOURCE_DATE_EPOCH of 315619200, to simplify ...Ellen Marie Dash
2025-03-24[rubygems/rubygems] Let `gem exec` raise an error in ambiguous casesDavid Rodríguez
2025-03-24[rubygems/rubygems] Update vendored pub_grubHartley McGuire
2025-03-24[rubygems/rubygems] Reword log message about current platform being missingDavid Rodríguez
2025-03-24[rubygems/rubygems] Improve grammar of some error messagesDavid Rodríguez
2025-03-24[rubygems/rubygems] Consistently use "lockfile" over "lock file"David Rodríguez
2025-03-24[rubygems/rubygems] Fix frozen error message incorrectly mentioning the GemfileDavid Rodríguez
2025-03-23[ruby/prism] Update Ruby depsKevin Newton
2025-03-22[ruby/prism] Enforce a minimum `parser` version for the parser translatorEarlopain
2025-03-21[ruby/prism] Don't use `RUBY_VERSION.to_f`Earlopain
2025-03-20[ruby/prism] Add `Prism::Translation::ParserCurrent`Earlopain
2025-03-19[ruby/prism] Mark Prism as ractor-safeKevin Newton
2025-03-19[ruby/prism] Polyfill Kernel#warn category parameterKevin Newton
2025-03-19[ruby/prism] Remove `category` keyword from `warn` callEarlopain
2025-03-19[ruby/prism] Warn when the parser translator receives an incompatible builder...Earlopain
2025-03-19[ruby/optparse] bump up to 0.7.0.dev.2Nobuyoshi Nakada
2025-03-18[ruby/prism] Bump to v1.4.0Kevin Newton
2025-03-18Fix up merge conflicts for prism syncKevin Newton
2025-03-18[ruby/prism] Fix merge mishapEarlopain
2025-03-18[ruby/prism] Only unnest parser mlhs nodes when no rest argument is providedEarlopain
2025-03-18[ruby/prism] Fix parser translator multiline interpolated symbolsEarlopain
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Use Set.new over to_setKevin Newton
2025-03-18[ruby/prism] Optimize array inclusion checks in the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator crash for certain octal escapesEarlopain
2025-03-18[ruby/prism] Handle control and meta escapes in parser translationKevin Newton
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Better handle regexp in the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator tokens for %-arrays with whitespace escapesEarlopain
2025-03-18[ruby/prism] Fix parser translator edge-case when multiline string ends with \nEarlopain
2025-03-18[ruby/prism] Better handle all kinds of multiline strings in the parser trans...Earlopain
2025-03-18[ruby/prism] Fix an incompatibility with the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator rescue location with semicolon bodyEarlopain
2025-03-18[ruby/prism] Fix parser translator crash for certain octal escapesEarlopain