summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-10-17[ruby/rdoc] Delay DidYouMean until NotFoundError#message is calledtompng
2023-10-16[ruby/prism] Attach magic comments to the parse resultKevin Newton
2023-10-16[ruby/prism] Avoid unnecessary delete_prefix in LibRubyParser.resolve_typeMau Magnaguagno
2023-10-16[rubygems/rubygems] Raise an error when top level dependency does not resolve...David Rodríguez
2023-10-16[rubygems/rubygems] Automatically remove invalid platforms before re-resolvingDavid Rodríguez
2023-10-16[rubygems/rubygems] Tweak platform mismatch resolution errorsDavid Rodríguez
2023-10-16[rubygems/rubygems] Consistent usage of `local_platform` in DefinitionDavid Rodríguez
2023-10-16[rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez
2023-10-16[rubygems/rubygems] Use instantiated definition directlyDavid Rodríguez
2023-10-16[rubygems/rubygems] [PathSupport] Simplify logic: If `Gem.default_dir` is wri...Ellen Marie Dash
2023-10-16[rubygems/rubygems] Remove outdated/incorrect comment.Ellen Marie Dash
2023-10-16[rubygems/rubygems] Rephrase "Defaulting to user installation" message.Ellen Marie Dash
2023-10-16Re-resolve when lockfile is invalidDavid Rodriguez
2023-10-15[rubygems/rubygems] Fix force_ruby_platform: when the lockfile only locks the...Samuel Giddins
2023-10-14[ruby/cgi] doc: fix method nameAlexandre ZANNI
2023-10-14[ruby/irb] Bump version to 1.8.3tomoya ishida
2023-10-14[ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida
2023-10-13[ruby/prism] Simplify DedentingHeredoc#to_aMau Magnaguagno
2023-10-13[ruby/prism] Bump version to 0.14.0Kevin Newton
2023-10-13[ruby/prism] Fix up PR failingsKevin Newton
2023-10-13Remove old unescaping codeKevin Newton
2023-10-13Ignore duplicated warning with native extensionHiroshi SHIBATA
2023-10-13Fix wrong gem nameHiroshi SHIBATA
2023-10-13Ignore warning on LoadError when running under BundlerHiroshi SHIBATA
2023-10-13Added recovery instructions for RubyGemsHiroshi SHIBATA
2023-10-13Surpressing double warningsHiroshi SHIBATA
2023-10-13Warn only LoadError without Bundler environmentHiroshi SHIBATA
2023-10-13Move additional warnings for Gem author under Gem::BUNDLED_GEMS.Hiroshi SHIBATA
2023-10-13Move path normalization into Gem from Bundler classHiroshi SHIBATA
2023-10-13Dont't handle inline GemfileHiroshi SHIBATA
2023-10-13Use Gem::BUNDLED_GEMS.warning? at Bundler.setupHiroshi SHIBATA
2023-10-12[ruby/irb] Bump version to 1.8.2Stan Lo
2023-10-12[ruby/irb] Fix require path completion disturbing string methodtomoya ishida
2023-10-12[ruby/irb] Fix test runner exit bugtomoya ishida
2023-10-12[ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida
2023-10-12Fix `dir_config` cache for -include and -lib optionsNobuyoshi Nakada
2023-10-12Include default values in `dir_config` cache keysNobuyoshi Nakada
2023-10-11Fix calling exit if irb_context is nilTakashi Kokubun
2023-10-11[rubygems/rubygems] Avoid excess Arrays when partitioning Gem::Version.canoni...Martin Emde
2023-10-11[lib/rubygems/path_support.rb] Rephrase commentEllen Marie Dash
2023-10-11[rubygems/rubygems] Move "Defaulting to user installation ..." message, so `-...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Update incorrect comments.Ellen Marie Dash
2023-10-11[rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Call check_that_user_bin_dir_is_in_path ANY time Gem.path...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Split out Gem::PathSupport#default_home_dir to fix "bundl...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Try a different approach for fallback to --user-install.Ellen Marie Dash
2023-10-11[rubygems/rubygems] If GEM_HOME exists + isn't writable, use --user-install.Ellen Marie Dash
2023-10-11[ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida
2023-10-11[rubygems/rubygems] Don't delete the release version from pre-release string ...Martin Emde
2023-10-11[ruby/irb] Avoid locking the debug UI to a single threadStan Lo