aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [rubygems/rubygems] update Magnus library in Rust extension gem templateMichael Go2023-11-291-1/+1
* [ruby/prism] Implicit rest nodesKevin Newton2023-11-281-1/+1
* [ruby/irb] Change show_source tests into integration testsPeter Zhu2023-11-281-0/+2
* [ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece2023-11-282-8/+33
* [ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki2023-11-281-2/+4
* [ruby/prism] Move DATA parsing into its own parse result fieldKevin Newton2023-11-283-18/+15
* [ruby/rdoc] [DOC] Slightly decorate `em` and `strong`Nobuyoshi Nakada2023-11-271-0/+11
* [ruby/rdoc] Place a space between certain character class letters onlyNobuyoshi Nakada2023-11-273-2/+10
* [ruby/irb] Hide debugger hint after the input is submittedStan Lo2023-11-271-1/+1
* Opaque Etags for compact index requestsJosef Šimánek2023-11-276-100/+288
* [rubygems/rubygems] Don't remember `--jobs` flagDavid Rodríguez2023-11-271-1/+19
* [rubygems/rubygems] Fix advice in `bundle install --system` deprecationDavid Rodríguez2023-11-271-1/+3
* [rubygems/rubygems] Keep a single copy of the remembered flag deprecation mes...David Rodríguez2023-11-271-7/+7
* [rubygems/rubygems] Avoid some unnecessary quotes in remember flag deprecatio...David Rodríguez2023-11-271-1/+2
* [rubygems/rubygems] Simplify remembered flags deprecation messageDavid Rodríguez2023-11-271-1/+1
* [rubygems/rubygems] Add missing --prefer-local to Synopsis in bundle-install....Olle Jonsson2023-11-2630-30/+31
* [rubygems/rubygems] Reduce allocations when installing gems with bundlerSamuel Giddins2023-11-261-4/+9
* [ruby/irb] Display aliases in help messageStan Lo2023-11-263-5/+19
* [ruby/irb] Support disabling pagerStan Lo2023-11-263-1/+5