summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-06-25[ruby/reline] Rerender and enter raw mode again by SIGCONTtomoya ishida
2024-06-21[rubygems/rubygems] Update contents of gem.bat on Windowsccmywish
2024-06-20[ruby/securerandom] Update UUID documentation with RFC9562 linksnick evans
2024-06-20[rubygems/rubygems] Fix credentials being readded when re-resolving without a...David Rodríguez
2024-06-20[rubygems/rubygems] Fix `bundle update <gem_name>` edge caseDavid Rodríguez
2024-06-20[rubygems/rubygems] Don't expire git specs unnecessarily when remote! or cach...David Rodríguez
2024-06-20[rubygems/rubygems] Don't validate local gemspec twiceDavid Rodríguez
2024-06-20[rubygems/rubygems] Make sure to not re-resolve when a not fully specific loc...David Rodríguez
2024-06-20[rubygems/rubygems] Always resolve against the local platformDavid Rodríguez
2024-06-20[rubygems/rubygems] Remove no longer needed conditionDavid Rodríguez
2024-06-20[rubygems/rubygems] Revert to splitting parser due to performance regressionMartin Emde
2024-06-20[rubygems/rubygems] Make "bundler? update --bundler" behave identicallyYuri Kanivetsky
2024-06-18[ruby/prism] (parser) Fix up tokens for empty symbolKevin Newton
2024-06-18[rubygems/rubygems] Fix `bundle fund` when the gemfile contains optional groupsEarlopain
2024-06-18Optimized forwarding callers and calleesAaron Patterson
2024-06-18[ruby/irb] Improve how command calls' return value is handledStan Lo
2024-06-18[ruby/reline] Fix vi_yank or vi_delete_meta copies nil bugtomoya ishida
2024-06-18[rubygems/rubygems] Delete extra spaces left after rubocop autofixAlexey Schepin
2024-06-18[rubygems/rubygems] Use symbol for option key in Bundler::CLI::InstallYuta Saito
2024-06-18[rubygems/rubygems] Disable `install_extension_in_lib` when cross-compilingYuta Saito
2024-06-18[rubygems/rubygems] Bundler integration for --target-rbconfig optionYuta Saito
2024-06-18[rubygems/rubygems] Add `--target-rbconfig` option to `gem install` and `gem ...Yuta Saito
2024-06-15[ruby/irb] Bump version to v1.13.2Stan Lo
2024-06-14[rubygems/rubygems] Fix funding metadata not being printed in some situationsDavid Rodríguez
2024-06-14[rubygems/rubygems] Don't print bug report template when bin dir is not writableDavid Rodríguez
2024-06-14[rubygems/rubygems] Never remove executables that may belong to a default gemDavid Rodríguez
2024-06-14Fixed indents in recently RJIT patch (#11001)Dmitry Ukolov
2024-06-13RJIT: Fixed and/or reg+disp32 operations (#10856)Dmitry Ukolov
2024-06-13[rubygems/rubygems] Also disambiguate gems not in the first Gem.path positionDavid Rodríguez
2024-06-13[rubygems/rubygems] Fix default gem priority when sorting specsDavid Rodríguez
2024-06-12[ruby/reline] Bump version to 0.5.9Mari Imaizumi
2024-06-12[rubygems/rubygems] Fix typoDavid Rodríguez
2024-06-11[rubygems/rubygems] Keep credentials in lockfile if they are already thereDavid Rodríguez
2024-06-11[rubygems/rubygems] Auto switch to locked bundler version even when using bin...David Rodríguez
2024-06-10[ruby/prism] Provide ability to lock encoding while parsingKevin Newton
2024-06-10[ruby/reline] Add more fallbacks when terminfo is not availabletomoya ishida
2024-06-10[ruby/reline] Suppress warning(Ruby 3.4) requiring fiddle fromtomoya ishida
2024-06-07Sync prism version to latestKevin Newton
2024-06-07[ruby/prism] Handle chomped bytesize with lines without newlinesKevin Newton
2024-06-07[ruby/prism] Ensure inner heredoc nodes have the correct locationKevin Newton
2024-06-07[ruby/prism] Use correct newlines for heredoc inner linesKevin Newton
2024-06-07[ruby/error_highlight] Trim trailing spaces in base.rbKevin Newton
2024-06-07[ruby/error_highlight] Support for the prism compilerKevin Newton
2024-06-06[rubygems/rubygems] Avoid appending a final "/" when `fallback_timeout` is us...David Rodríguez
2024-06-06[rubygems/rubygems] Remove per uri options constantDavid Rodríguez
2024-06-06[rubygems/rubygems] Move Bundler settings specific logic to BundlerDavid Rodríguez
2024-06-06[rubygems/rubygems] Avoid `is_a?` check before using `normalize_uri`David Rodríguez
2024-06-06[rubygems/rubygems] Remove unnecessary `.to_s`David Rodríguez
2024-06-06[rubygems/rubygems] Truly ignore commented out settingsDavid Rodríguez
2024-06-06[rubygems/rubygems] Autoload `pathname` at the top levelDavid Rodríguez