aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [rubygems/rubygems] major_deprecation accepts :removed_messageEric Mueller2023-12-011-3/+5
* [ruby/prism] Change numbered parametersKevin Newton2023-12-011-3/+8
* [ruby/prism] Fix comments after HEREDOCs again.Martin Emde2023-12-011-13/+8
* [PRISM] Consolidate prism encoding filesKevin Newton2023-11-301-8/+2
* [PRISM] Big5 encodingsKevin Newton2023-11-301-1/+0
* [PRISM] Alias CP51932 to EUC-JPKevin Newton2023-11-301-1/+0
* [PRISM] Consolidate SJIS encodingsKevin Newton2023-11-301-3/+1
* [rubygems/rubygems] Only show "Defaulting to user installation" message when ...Ellen Marie Dash2023-11-301-1/+11
* [ruby/irb] Page evaluation result's outputStan Lo2023-11-302-14/+17
* [ruby/prism] Fix lex_compat for `<<HEREDOC # comment` at EOFMartin Emde2023-11-301-8/+23
* [rubygems/rubygems] Allow auto-install to install missing git gemsSamuel Giddins2023-11-301-1/+1
* Manually sync with https://github.com/ruby/open3/pull/22 and related PRsHiroshi SHIBATA2023-11-301-24/+66
* [rubygems/rubygems] Avoid re-compiling static regexp in a loopSamuel Giddins2023-11-291-1/+1
* [ruby/prism] Add MacJapanese encodingMatt Boldt2023-11-291-0/+1
* [ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida2023-11-297-2286/+30
* [ruby/prism] added CP950 encodingDhaval2023-11-291-0/+1