summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-09-12[ruby/irb] Remove KEYWORD_ALIASES which handled special alias nametomoya ishida
2024-09-11[rubygems/rubygems] Small simplification in Definition classDavid Rodríguez
2024-09-11[rubygems/rubygems] Fix `bundle exec rake install` failing when local gem has...David Rodríguez
2024-09-11[rubygems/rubygems] Only raise DSLError during Gemfile parsing when it's actu...David Rodríguez
2024-09-11[rubygems/rubygems] Don't rescue Exception when evaluating GemfileDavid Rodríguez
2024-09-11[rubygems/rubygems] Refactor setting current gemfile in DSLDavid Rodríguez
2024-09-11[rubygems/rubygems] The `dsl_path` parameter in DSLError is documented as a s...David Rodríguez
2024-09-11[rubygems/rubygems] Make an exe file executable when generating new gemsYuji Yaginuma
2024-09-10[ruby/tmpdir] Reject empty parent pathNobuyoshi Nakada
2024-09-10[ruby/resolv] Add spec extensionsNobuyoshi Nakada
2024-09-10[rubygems/rubygems] Removed duplicated dependencies that used by bundler inlineHiroshi SHIBATA
2024-09-10[rubygems/rubygems] Retry resolution with activated gems if inline has conflictsDavid Rodríguez
2024-09-10[rubygems/rubygems] Remove unnecessary verificationDavid Rodríguez
2024-09-10[rubygems/rubygems] Avoid having to redefine `Definition#lock` in inline modeDavid Rodríguez
2024-09-09[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-09-09[rubygems/rubygems] Don't include hook templates in cached git sourceDaniel Colson
2024-09-09[rubygems/rubygems] Avoid now unnecessary resetDavid Rodríguez
2024-09-09[rubygems/rubygems] Make `gem exec` use the standard GEM_HOMEDavid Rodríguez
2024-09-09[rubygems/rubygems] Fix `gem fetch` always exiting with zero status codeDavid Rodríguez
2024-09-08[ruby/benchmark] Set required_ruby_version = ">= 2.1.0"Earlopain
2024-09-08[ruby/open-uri] Update error message for `request_specific_fields` option val...otegami
2024-09-08[ruby/open-uri] Add documentation for `request_specific_fields` optionotegami
2024-09-08[ruby/open-uri] Add `request_specific_fields` option for customizing headersotegami
2024-09-08[ruby/rdoc] Use pointer cursor for navigation toggleMads Ohm Larsen
2024-09-07[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-09-06[ruby/rdoc] Add more space after magnifying glassMads Ohm Larsen
2024-09-06[rubygems/rubygems] Remove unnecessary "./" when appending string to uriDavid Rodríguez
2024-09-06[rubygems/rubygems] Fix `gem install does-not-exist` being super slowDavid Rodríguez
2024-09-06[rubygems/rubygems] Deprecate constant that has been unused for a long timeDavid Rodríguez
2024-09-06[rubygems/rubygems] Remove incorrect documentationDavid Rodríguez
2024-09-06[rubygems/rubygems] Remove unreachable codeDavid Rodríguez
2024-09-06[rubygems/rubygems] Ensure that the lock file will be removedNobuyoshi Nakada
2024-09-06[rubygems/rubygems] Workaround for TruffleRubyNobuyoshi Nakada
2024-09-06[rubygems/rubygems] Remove the lock file for binstubsNobuyoshi Nakada
2024-09-06Merge GH-11492Hiroshi SHIBATA
2024-09-06Warn irb, reline for Ruby 3.5Hiroshi SHIBATA
2024-09-06[ruby/time] Bump up v0.4.0Hiroshi SHIBATA
2024-09-05[ruby/time] Do not redefine Time#xmlschema if it already existsJean Boussier
2024-09-05`rake install` command is failed (#1170)mterada1228
2024-09-05[ruby/reline] Bump version to 0.5.10Mari Imaizumi
2024-09-05Optimized instruction for Hash#freezeÉtienne Barrié
2024-09-05Optimized instruction for Array#freezeÉtienne Barrié
2024-09-04[rubygems/rubygems] Improve `bundle add` manpageTakuya Noguchi
2024-09-04[ruby/prism] essentialy ==> essentiallyydah
2024-09-04[rubygems/rubygems] Load gemspecs in the context of its parent also when usin...David Rodríguez
2024-09-04[ruby/reline] Split render_differential to LineEditor's renderingtomoya ishida
2024-09-04[rubygems/rubygems] Removed unused stringioHiroshi SHIBATA
2024-09-03[rubygems/rubygems] standardize pretty-print output for Gem::Source and subcl...Durable Programming Team
2024-09-03[ruby/irb] Fix easter_egg run without RDoc, fix input-method testtomoya ishida
2024-09-03[ruby/reline] Add test for reset_variables in Reline::ConfigMari Imaizumi