summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-07-11[ruby/prism] Move Node#type and Node::type documentationKevin Newton
2024-07-11[ruby/prism] Expose flags on every node typeKevin Newton
2024-07-11[ruby/prism] Move location to second position for node initializersKevin Newton
2024-07-11[ruby/prism] Reconfigure error testsKevin Newton
2024-07-11[ruby/logger] Add reraise_write_errors keyword argument to Logger and LogDeviceJeremy Evans
2024-07-11[ruby/open-uri] document max_redirects optionJoão Pinheiro
2024-07-11[ruby/open-uri] apply default max_redirectsJoão Pinheiro
2024-07-11[rubygems/rubygems] fix s3 source configuration issueDmitriy Ivliev
2024-07-11[ruby/net-http] implement talking SSL to the proxy tooEvgeni Golov
2024-07-11[ruby/net-http] Add ability to configure default settings for new connectionsfatkodima
2024-07-11[ruby/net-http] net/http.rb - derive SSL_IVNAMES from SSL_ATTRIBUTESMSP-Greg
2024-07-10[rubygems/rubygems] Fix another strange error when running `bundle add` in fr...David Rodríguez
2024-07-10[rubygems/rubygems] Fix strange error when running `bundle add` with frozen m...David Rodríguez
2024-07-09[rubygems/rubygems] Fix generic platform gems getting incorrectly removed whe...David Rodríguez
2024-07-09[rubygems/rubygems] Refactor selecting specs from a SpecSetDavid Rodríguez
2024-07-09[rubygems/rubygems] Resolve all platforms directlyDavid Rodríguez
2024-07-09[rubygems/rubygems] Don't memoize sorted_spec_namesDavid Rodríguez
2024-07-09[rubygems/rubygems] Instantiate `Resolver::SpecGroup` with explicit priorityDavid Rodríguez
2024-07-09[rubygems/rubygems] Let resolver consider unique specs from the beginningDavid Rodríguez
2024-07-08[rubygems/rubygems] Fix wrong version is commentDavid Rodríguez
2024-07-08[rubygems/rubygems] Backport binstub race condition fix to BundlerDavid Rodríguez
2024-07-08[rubygems/rubygems] Fix another race conditionDavid Rodríguez
2024-07-08[rubygems/rubygems] Properly protect writing binstubs with a file lockDavid Rodríguez
2024-07-08[rubygems/rubygems] Scope rescuing `Errno::ENOLCK` to just `File.open`David Rodríguez
2024-07-08[rubygems/rubygems] Add missing blank line after method documentationDavid Rodríguez
2024-07-08[rubygems/rubygems] Remove unnecessary FileUtils usageDavid Rodríguez
2024-07-06[ruby/irb] Bump version to v1.14.0Stan Lo
2024-07-05[ruby/irb] Return only commands when completing help command'sStan Lo
2024-07-05[rubygems/rubygems] Restrict generic `arm` to only match 32-bit armなつき
2024-07-03[ruby/irb] Introduce cd commandStan Lo
2024-07-03[ruby/shellwords] [DOC] Beautify links and formatsNobuyoshi Nakada
2024-07-03[ruby/shellwords] Satisfy `rdoc -C`Nobuyoshi Nakada
2024-07-03[ruby/shellwords] Exclude unnecessary files from the packagesNobuyoshi Nakada
2024-07-02[rubygems/rubygems] Only allow valid values for --test, --ci, and --linter op...Jerome Dalbert
2024-07-02[rubygems/rubygems] Only remove current platform when added right before reso...David Rodríguez
2024-07-02[rubygems/rubygems] Refactor previous fix a bitDavid Rodríguez
2024-07-02[rubygems/rubygems] Feature add_dependency more prominentlyJerome Dalbert
2024-07-02[ruby/rdoc] Group code object files into the same directoryStan Lo
2024-07-01[ruby/rdoc] Fix some typos (https://github.com/ruby/rdoc/pull/1129)Yudai Takada
2024-06-30[ruby/irb] Allow assigning and using local variable name conflictingtomoya ishida
2024-06-28Synchronize Bundler & RubyGems (#11071)David Rodríguez
2024-06-28[rubygems/rubygems] Protect binstub access during creation with a flockDavid Rodríguez
2024-06-28[rubygems/rubygems] Move flock logic to its own methodDavid Rodríguez
2024-06-28[rubygems/rubygems] More compact `open_file` fallback on WindowsDavid Rodríguez
2024-06-27[rubygems/rubygems] Print a proper error when bin dir does not have writable ...David Rodríguez
2024-06-27[rubygems/rubygems] Only override `pre_install_checks` when necessaryDavid Rodríguez
2024-06-26[rubygems/rubygems] Add --no-test, --no-ci, and --no-linter optionsJerome Dalbert
2024-06-25[rubygems/rubygems] Only validate resolution info in BundlerThomas Marshall
2024-06-25[rubygems/rubygems] Add Specification#validate_for_resolutionThomas Marshall
2024-06-25[rubygems/rubygems] Regenerate bundler docs for June 2024.Josef Šimánek