summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2023-12-01[ruby/irb] Scrub past history input before splithogelog
2023-12-01[rubygems/rubygems] Many major_deprecations supply :removed_messageEric Mueller
2023-12-01[rubygems/rubygems] major_deprecation accepts :removed_messageEric Mueller
2023-12-01[ruby/prism] Change numbered parametersKevin Newton
2023-12-01[ruby/prism] Fix comments after HEREDOCs again.Martin Emde
2023-11-30[PRISM] Consolidate prism encoding filesKevin Newton
2023-11-30[PRISM] Big5 encodingsKevin Newton
2023-11-30[PRISM] Alias CP51932 to EUC-JPKevin Newton
2023-11-30[PRISM] Consolidate SJIS encodingsKevin Newton
2023-11-30[rubygems/rubygems] Only show "Defaulting to user installation" message when ...Ellen Marie Dash
2023-11-30[ruby/irb] Page evaluation result's outputStan Lo
2023-11-30[ruby/prism] Fix lex_compat for `<<HEREDOC # comment` at EOFMartin Emde
2023-11-30[rubygems/rubygems] Allow auto-install to install missing git gemsSamuel Giddins
2023-11-30Manually sync with https://github.com/ruby/open3/pull/22 and related PRsHiroshi SHIBATA
2023-11-29[rubygems/rubygems] Avoid re-compiling static regexp in a loopSamuel Giddins
2023-11-29[ruby/prism] Add MacJapanese encodingMatt Boldt
2023-11-29[ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida
2023-11-29[ruby/prism] added CP950 encodingDhaval
2023-11-29[rubygems/rubygems] update Magnus library in Rust extension gem templateMichael Go
2023-11-28[ruby/prism] Implicit rest nodesKevin Newton
2023-11-28[ruby/irb] Change show_source tests into integration testsPeter Zhu
2023-11-28[ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece
2023-11-28[ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki
2023-11-28[ruby/prism] Move DATA parsing into its own parse result fieldKevin Newton
2023-11-27[ruby/rdoc] [DOC] Slightly decorate `em` and `strong`Nobuyoshi Nakada
2023-11-27[ruby/rdoc] Place a space between certain character class letters onlyNobuyoshi Nakada
2023-11-27[ruby/irb] Hide debugger hint after the input is submittedStan Lo
2023-11-27Opaque Etags for compact index requestsJosef Šimánek
2023-11-27[rubygems/rubygems] Don't remember `--jobs` flagDavid Rodríguez
2023-11-27[rubygems/rubygems] Fix advice in `bundle install --system` deprecationDavid Rodríguez
2023-11-27[rubygems/rubygems] Keep a single copy of the remembered flag deprecation mes...David Rodríguez
2023-11-27[rubygems/rubygems] Avoid some unnecessary quotes in remember flag deprecatio...David Rodríguez
2023-11-27[rubygems/rubygems] Simplify remembered flags deprecation messageDavid Rodríguez
2023-11-26[rubygems/rubygems] Add missing --prefer-local to Synopsis in bundle-install....Olle Jonsson
2023-11-26[rubygems/rubygems] Reduce allocations when installing gems with bundlerSamuel Giddins
2023-11-26[ruby/irb] Display aliases in help messageStan Lo