aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/open-uri] Bump up 0.4.1Hiroshi SHIBATA2023-12-071-1/+1
* [ruby/open-uri] Set default for max_redirects and add exception classAndrew Kane2023-12-071-2/+5
* [ruby/open-uri] Add :max_redirects optionAndrew Kane2023-12-071-0/+3
* [rubygems/rubygems] Make --build-root disable auto-user-install.Ellen Marie Dash2023-12-071-8/+10
* [rubygems/rubygems] Better approach to falling back to user installation when...David Rodríguez2023-12-073-35/+9
* [rubygems/rubygems] Use globals variables for standard input/outputVít Ondruch2023-12-071-4/+4
* Move replace_require into bundled_gems.rbHiroshi SHIBATA2023-12-072-20/+20
* [ruby/prism] Move flag position consistently to frontKevin Newton2023-12-061-2/+2
* [rubygems/rubygems] Bundler::Fetcher uses Bundler::CIDetectorEric Mueller2023-12-061-14/+2
* [rubygems/rubygems] Duplicate Gem::CIDetector into bundlerEric Mueller2023-12-062-0/+76
* [rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller2023-12-061-14/+1
* [rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller2023-12-062-0/+76
* [rubygems/rubygems] Try to load Gem::BUNDLED_GEMS on BundlerHiroshi SHIBATA2023-12-061-0/+5
* [ruby/rdoc] Only word-ending colon separates new definitionNobuyoshi Nakada2023-12-061-3/+3
* [ruby/rdoc] Needs more backslash to match escaping backslashsNobuyoshi Nakada2023-12-061-2/+1
* [rubygems/rubygems] Use String#unpack1 available since ruby 3.0Martin Emde2023-12-063-4/+3
* [rubygems/rubygems] Converts Bundler lockfile checksum validation to opt-in onlyMartin Emde2023-12-056-17/+32
* [ruby/syntax_suggest] Remove duplicate error messagesSchneems2023-12-051-1/+1
* [ruby/syntax_suggest] Update docs, clean up PRSchneems2023-12-056-14/+26
* [ruby/syntax_suggest] Support lexing with PrismSchneems2023-12-053-19/+27
* [ruby/syntax_suggest] Initial support for the prism parserSchneems2023-12-053-12/+70
* [ruby/irb] Bump version to v1.10.1Stan Lo2023-12-051-2/+2
* [ruby/irb] Disable pager when TERM is not set tooStan Lo2023-12-051-1/+1
* [ruby/irb] Pager should be disabled when TERM=dumbStan Lo2023-12-051-1/+5
* [ruby/rdoc] Allow any single-word token upto 2 before C method implementationNobuyoshi Nakada2023-12-051-3/+2
* [ruby/rdoc] Reduce matched substring allocationsNobuyoshi Nakada2023-12-051-6/+6
* [ruby/rdoc] Bump up 6.6.1Hiroshi SHIBATA2023-12-051-1/+1
* [ruby/tempfile] Bump up 0.2.1Hiroshi SHIBATA2023-12-051-1/+1
* [ruby/tempfile] Alias #to_s to #inspectAkshay Birajdar2023-12-051-0/+1
* [ruby/cgi] Bump up 0.4.1Hiroshi SHIBATA2023-12-051-1/+1
* [ruby/rdoc] Early return when `token_stream` is `nil`Toshimaru2023-12-051-1/+1
* [ruby/rdoc] fix: fix `NoMethodError` when `token_stream` is niltoshimaru2023-12-051-2/+2
* [rubygems/rubygems] Fix crash when duplicating a dev dependency in Gemfile & ...David Rodríguez2023-12-051-4/+6
* [rubygems/rubygems] Instead of checking writability, try to writeDavid Rodríguez2023-12-051-1/+3
* [rubygems/rubygems] Prefer String#split with block in Gem::YAMLSerializer#loadMau Magnaguagno2023-12-051-1/+1
* [rubygems/rubygems] Prefer String#split with block in Bundler::CompactIndexCl...Mau Magnaguagno2023-12-051-1/+1
* [rubygems/rubygems] Prefer String#split with block in Bundler::YAMLSerializer...Mau Magnaguagno2023-12-051-1/+1
* [ruby/syntax_suggest] Bump minimum Ruby version & update standardrbSchneems2023-12-044-5/+5
* [ruby/syntax_suggest] Update standardrb to Ruby 3.0 standardsSchneems2023-12-043-6/+6
* [ruby/prism] Fix up docs for lex_compatKevin Newton2023-12-041-4/+4
* [ruby/prism] Ripper compat docs updateKevin Newton2023-12-041-34/+49
* [ruby/irb] Bump version to v1.10.0Stan Lo2023-12-031-2/+2
* [Fix] Support when nil is assigned to variable `name` (#9105)jinroq2023-12-021-1/+1
* [ruby/rdoc] Markup punctuations need to be separated with a spaceNobuyoshi Nakada2023-12-021-1/+1
* [ruby/irb] Implement `history` commandGary Tou2023-12-022-0/+53
* [ruby/prism] Prism.parse_success?(source)Kevin Newton2023-12-012-1/+30
* [rubygems/rubygems] Reduce array allocations when loading definitionSamuel Giddins2023-12-012-4/+14
* [ruby/prism] Provide heredoc? queriesKevin Newton2023-12-011-16/+41
* [ruby/irb] Scrub past history input before splithogelog2023-12-011-1/+1
* [rubygems/rubygems] Many major_deprecations supply :removed_messageEric Mueller2023-12-017-46/+91