summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-07-23[DOC] Allow linking to File#path in Tempfile.createPeter Zhu
2024-07-23[DOC] Fix code formatting for Tempfile.createPeter Zhu
2024-07-22Document the reasoning behind the fix for [Bug #20641]Jean Boussier
2024-07-22bundled_gems.rb: Add a fast pathJean Boussier
2024-07-21[ruby/uri] Restrict constant checks to current namespace to avoid conflicts w...Randy Stauner
2024-07-19[rubygems/rubygems] Fix line comment issue for mapalpha0x00
2024-07-19[ruby/uri] Also support URI::PATTERN with switch-backHiroshi SHIBATA
2024-07-19[ruby/uri] Added test for constant definition and remove URI::REGEXP when usi...Hiroshi SHIBATA
2024-07-19[ruby/uri] URI.extract needs to pass blockHiroshi SHIBATA
2024-07-19[ruby/uri] Added compatibility methods for RFC2396 parserHiroshi SHIBATA
2024-07-19[ruby/uri] Added URI.parser= method for switch back to RFC2396_ParserHiroshi SHIBATA
2024-07-18[rubygems/rubygems] Small tweak to avoid making the same mistake againDavid Rodríguez
2024-07-18[rubygems/rubygems] Fix another removal issueDavid Rodríguez
2024-07-18[rubygems/rubygems] Fix incorrect standalone script when default gems with ex...David Rodríguez
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Warn non flattened require paths in old RubyGems versions...David Rodríguez
2024-07-18[rubygems/rubygems] Use `caller_locations` instead of splitting `caller`Nobuyoshi Nakada
2024-07-18Require space between hash/content in ATX heading (#1140)Hartley McGuire
2024-07-17[ruby/rdoc] Improve rubocop setupStan Lo
2024-07-17[rubygems/rubygems] Fix another case of `bundle lock --add-platform` doing no...David Rodríguez
2024-07-16[ruby/irb] Group class methods under `class << self`Stan Lo
2024-07-16[ruby/rdoc] Drop reimplementation of Ripper lex statenicholas a. evans
2024-07-12[ruby/reline] Fix rendering bug of nomultiline prompttomoya ishida
2024-07-11[ruby/prism] (ruby_parser) Handle bare string in implicit concatKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Match match3 nodes for regular expressionsKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Reverse associativity of and and or nodesKevin Newton
2024-07-11[PRISM] Use node ids for error highlightKevin Newton
2024-07-11[ruby/prism] Various cleanup for initializers and typechecksKevin Newton
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton
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