summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-01-29[ruby/error_highlight] Ensure first_line and last_line are setYusuke Endoh
2025-01-28Ignore vendor folder for documentation just onceNobuyoshi Nakada
2025-01-28[rubygems/rubygems] Remove respond_to? check for Thread#name=Akshay Birajdar
2025-01-28[rubygems/rubygems] Fix bug report template incorrectly showing upDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary checkDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary initializationDavid Rodríguez
2025-01-28[rubygems/rubygems] Retry namespaced require using `retry`David Rodríguez
2025-01-28[rubygems/rubygems] Handle all `Bundle.require` exceptions at the same levelDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove dead codeDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary `@autorequire` initializationDavid Rodríguez
2025-01-28[rubygems/rubygems] Support installing arm native gems on WindowsDavid Rodríguez
2025-01-28[rubygems/rubygems] Reuse platform constantsDavid Rodríguez
2025-01-28[rubygems/rubygems] Define `Bundler::SpecSet#to_s`David Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary mappingDavid Rodríguez
2025-01-24Added force_activate feature againHiroshi SHIBATA
2025-01-24irb and reline are now bundled gems, we don't need to skip workaround for themHiroshi SHIBATA
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
2025-01-24[ruby/uri] [DOC] Make documentation 100%Nobuyoshi Nakada
2025-01-23[ruby/weakref] weakref.gemspec: Drop gemspec config on executablesOlle Jonsson
2025-01-22[ruby/irb] Bump version to 1.15.1tomoya ishida
2025-01-22[ruby/irb] Fix pager preview with escape sequence and newlinestomoya ishida
2025-01-22[ruby/irb] Update documentation about the new copy commandStan Lo
2025-01-22[ruby/irb] Show a quick preview of inspect result before pagertomoya ishida
2025-01-22[ruby/irb] Add copy command (https://github.com/ruby/irb/pull/1044)Prajjwal Singh
2025-01-21[ruby/irb] Bump version to v1.15.0Stan Lo
2025-01-21[ruby/resolv] Check for Windows in JRuby-compatible wayCharles Oliver Nutter
2025-01-21[ruby/resolv] Use port number 0 for ephemeral port if saveNobuyoshi Nakada
2025-01-21[ruby/error_highlight] Use `$stderr` instead of STDERR for Ractorwanabe
2025-01-20[ruby/prism] Fix parser translator scope issues for implicit hash valuesEarlopain
2025-01-20[rubygems/rubygems] Fix broken link in `bundle issue` outputDavid Rodríguez
2025-01-20[rubygems/rubygems] Fix `--prefer-local` not respecting default gemsDavid Rodríguez
2025-01-20[rubygems/rubygems] Don't fallback to evaluating YAML gemspecs as Ruby codeDavid Rodríguez
2025-01-16[ruby/reline] Fix typo: marco -> macrokaiba
2025-01-16[rubygems/rubygems] Revert RubyGems plugins getting loaded on `Bundler.require`David Rodríguez
2025-01-16[rubygems/rubygems] fix `@licenses` array unmarshallingMichael Rykov
2025-01-15[ruby/irb] Colorize backref token bold green like global variablestomoya ishida
2025-01-15Migrate rdoc as bundled gemsHiroshi SHIBATA
2025-01-15[ruby/erb] Make `@scanner_map` of `ERB::Compiler::Scanner` ractor-shareablewanabe
2025-01-15[ruby/erb] Make `ERB::NOT_GIVEN` ractor-shareablewanabe
2025-01-14Better handle regexp in the parser translatorEarlopain
2025-01-14[ruby/prism] Support forwarding flags on scopesKevin Newton
2025-01-14[ruby/prism] Fix block parameters and it for RubyParserJustin Collins
2025-01-14[ruby/prism] Refactor serializerKevin Newton
2025-01-14[ruby/prism] Freeze AST optionKevin Newton
2025-01-14[DOC] About `create_makefile`Nobuyoshi Nakada
2025-01-14Use ronn-ng again for documentation generationDavid Rodríguez
2025-01-14[rubygems/rubygems] Don't remove platform specific variants from the lockfile...David Rodríguez
2025-01-14[rubygems/rubygems] Tiny parameter renameDavid Rodríguez
2025-01-14[rubygems/rubygems] Extract `SpecSet#version_for`David Rodríguez
2025-01-14[rubygems/rubygems] Serialize gemspec when caching git sourceJosh LeBlanc