summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-07-30[rubygems/rubygems] Simplify logic to add current platform a bitDavid Rodríguez
2024-07-30[rubygems/rubygems] Fix `gem list` regression when a regular gem shadows a de...David Rodríguez
2024-07-30[rubygems/rubygems] Always leave default gem executables aroundDavid Rodríguez
2024-07-29[ruby/reline] Fix memory leak in setuptermPeter Zhu
2024-07-29[ruby/rdoc] [DOC] Mods about markup formatsBurdette Lamar
2024-07-26[rubygems/rubygems] Remove inconsistent whitespace from CLI flagsDavid Rodríguez
2024-07-26[rubygems/rubygems] Fix bundle check exit code when git gem is missingJerome Dalbert
2024-07-25[rubygems/rubygems] bundle-gem learns to find Gemfile template correctlyJason Karns
2024-07-24[rubygems/rubygems] Remove `to_yaml_properties`David Rodríguez
2024-07-23[rubygems/rubygems] Keep only the bare clone in the per app cacheDavid Rodríguez
2024-07-23[rubygems/rubygems] Don't serialize gemspec in the cache locationDavid Rodríguez
2024-07-23[rubygems/rubygems] Stop using the cache path as the install locationDavid Rodríguez
2024-07-23[rubygems/rubygems] Stop removing the `.git` folder from cached git gemsDavid Rodríguez
2024-07-23[rubygems/rubygems] Refactor `set_paths!`David Rodríguez
2024-07-23[rubygems/rubygems] Restrict local behaviour of git gems to local overridesDavid Rodríguez
2024-07-23[rubygems/rubygems] Prefer `install_path` aliasDavid Rodríguez
2024-07-23[rubygems/rubygems] Move duplicated code to a methodDavid Rodríguez
2024-07-23[rubygems/rubygems] Add debugging message to `Bundler::Source::Git#specs`David Rodríguez
2024-07-23[rubygems/rubygems] Explicitly encode Gem::Dependency to yamlSamuel Giddins
2024-07-23[rubygems/rubygems] Fix `bundle exec gem uninstall`David Rodríguez
2024-07-23[rubygems/rubygems] Enable checksums on Bundler 3 for fresh lockfilesDavid Rodríguez
2024-07-23[DOC] Allow linking to File#path in Tempfile.createPeter Zhu
2024-07-23[DOC] Fix code formatting for Tempfile.createPeter Zhu
2024-07-22Document the reasoning behind the fix for [Bug #20641]Jean Boussier
2024-07-22bundled_gems.rb: Add a fast pathJean Boussier
2024-07-21[ruby/uri] Restrict constant checks to current namespace to avoid conflicts w...Randy Stauner
2024-07-19[rubygems/rubygems] Fix line comment issue for mapalpha0x00
2024-07-19[ruby/uri] Also support URI::PATTERN with switch-backHiroshi SHIBATA
2024-07-19[ruby/uri] Added test for constant definition and remove URI::REGEXP when usi...Hiroshi SHIBATA
2024-07-19[ruby/uri] URI.extract needs to pass blockHiroshi SHIBATA
2024-07-19[ruby/uri] Added compatibility methods for RFC2396 parserHiroshi SHIBATA
2024-07-19[ruby/uri] Added URI.parser= method for switch back to RFC2396_ParserHiroshi SHIBATA
2024-07-18[rubygems/rubygems] Small tweak to avoid making the same mistake againDavid Rodríguez
2024-07-18[rubygems/rubygems] Fix another removal issueDavid Rodríguez
2024-07-18[rubygems/rubygems] Fix incorrect standalone script when default gems with ex...David Rodríguez
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Warn non flattened require paths in old RubyGems versions...David Rodríguez
2024-07-18[rubygems/rubygems] Use `caller_locations` instead of splitting `caller`Nobuyoshi Nakada
2024-07-18Require space between hash/content in ATX heading (#1140)Hartley McGuire
2024-07-17[ruby/rdoc] Improve rubocop setupStan Lo
2024-07-17[rubygems/rubygems] Fix another case of `bundle lock --add-platform` doing no...David Rodríguez
2024-07-16[ruby/irb] Group class methods under `class << self`Stan Lo
2024-07-16[ruby/rdoc] Drop reimplementation of Ripper lex statenicholas a. evans
2024-07-12[ruby/reline] Fix rendering bug of nomultiline prompttomoya ishida
2024-07-11[ruby/prism] (ruby_parser) Handle bare string in implicit concatKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Match match3 nodes for regular expressionsKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Reverse associativity of and and or nodesKevin Newton
2024-07-11[PRISM] Use node ids for error highlightKevin Newton
2024-07-11[ruby/prism] Various cleanup for initializers and typechecksKevin Newton
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton