summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-12-07[ruby/irb] Debugging command warning should not be specific to theStan Lo
2023-12-07[ruby/prism] Remove warnings check from parse_success? methodKevin Newton
2023-12-07[ruby/open-uri] Bump up 0.4.1Hiroshi SHIBATA
2023-12-07[ruby/open-uri] Set default for max_redirects and add exception classAndrew Kane
2023-12-07[ruby/open-uri] Add :max_redirects optionAndrew Kane
2023-12-07[rubygems/rubygems] Make --build-root disable auto-user-install.Ellen Marie Dash
2023-12-07[rubygems/rubygems] Better approach to falling back to user installation when...David Rodríguez
2023-12-07[rubygems/rubygems] Use globals variables for standard input/outputVít Ondruch
2023-12-07Move replace_require into bundled_gems.rbHiroshi SHIBATA
2023-12-06[ruby/prism] Move flag position consistently to frontKevin Newton
2023-12-06[rubygems/rubygems] Bundler::Fetcher uses Bundler::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Duplicate Gem::CIDetector into bundlerEric Mueller
2023-12-06[rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Try to load Gem::BUNDLED_GEMS on BundlerHiroshi SHIBATA
2023-12-06[ruby/rdoc] Only word-ending colon separates new definitionNobuyoshi Nakada
2023-12-06[ruby/rdoc] Needs more backslash to match escaping backslashsNobuyoshi Nakada
2023-12-06[rubygems/rubygems] Use String#unpack1 available since ruby 3.0Martin Emde
2023-12-05[rubygems/rubygems] Converts Bundler lockfile checksum validation to opt-in onlyMartin Emde
2023-12-05[ruby/syntax_suggest] Remove duplicate error messagesSchneems
2023-12-05[ruby/syntax_suggest] Update docs, clean up PRSchneems
2023-12-05[ruby/syntax_suggest] Support lexing with PrismSchneems
2023-12-05[ruby/syntax_suggest] Initial support for the prism parserSchneems
2023-12-05[ruby/irb] Bump version to v1.10.1Stan Lo
2023-12-05[ruby/irb] Disable pager when TERM is not set tooStan Lo
2023-12-05[ruby/irb] Pager should be disabled when TERM=dumbStan Lo
2023-12-05[ruby/rdoc] Allow any single-word token upto 2 before C method implementationNobuyoshi Nakada
2023-12-05[ruby/rdoc] Reduce matched substring allocationsNobuyoshi Nakada
2023-12-05[ruby/rdoc] Bump up 6.6.1Hiroshi SHIBATA
2023-12-05[ruby/tempfile] Bump up 0.2.1Hiroshi SHIBATA
2023-12-05[ruby/tempfile] Alias #to_s to #inspectAkshay Birajdar
2023-12-05[ruby/cgi] Bump up 0.4.1Hiroshi SHIBATA
2023-12-05[ruby/rdoc] Early return when `token_stream` is `nil`Toshimaru
2023-12-05[ruby/rdoc] fix: fix `NoMethodError` when `token_stream` is niltoshimaru
2023-12-05[rubygems/rubygems] Fix crash when duplicating a dev dependency in Gemfile & ...David Rodríguez
2023-12-05[rubygems/rubygems] Instead of checking writability, try to writeDavid Rodríguez
2023-12-05[rubygems/rubygems] Prefer String#split with block in Gem::YAMLSerializer#loadMau Magnaguagno
2023-12-05[rubygems/rubygems] Prefer String#split with block in Bundler::CompactIndexCl...Mau Magnaguagno
2023-12-05[rubygems/rubygems] Prefer String#split with block in Bundler::YAMLSerializer...Mau Magnaguagno
2023-12-04[ruby/syntax_suggest] Bump minimum Ruby version & update standardrbSchneems
2023-12-04[ruby/syntax_suggest] Update standardrb to Ruby 3.0 standardsSchneems
2023-12-04[ruby/prism] Fix up docs for lex_compatKevin Newton
2023-12-04[ruby/prism] Ripper compat docs updateKevin Newton
2023-12-03[ruby/irb] Bump version to v1.10.0Stan Lo
2023-12-02[Fix] Support when nil is assigned to variable `name` (#9105)jinroq
2023-12-02[ruby/rdoc] Markup punctuations need to be separated with a spaceNobuyoshi Nakada
2023-12-02[ruby/irb] Implement `history` commandGary Tou
2023-12-01[ruby/prism] Prism.parse_success?(source)Kevin Newton
2023-12-01[rubygems/rubygems] Reduce array allocations when loading definitionSamuel Giddins
2023-12-01[ruby/prism] Provide heredoc? queriesKevin Newton