summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-10-07[ruby/error_highlight] Improve English comments and messagesYusuke Endoh
2025-10-07[ruby/uri] Bump up to v1.0.4Hiroshi SHIBATA
2025-10-07[ruby/uri] Add authority accessorNobuyoshi Nakada
2025-10-07[ruby/uri] Clear user info totally at setting any of authority infoNobuyoshi Nakada
2025-10-06[ruby/erb] Version 5.0.3Takashi Kokubun
2025-10-06[ruby/pp] Bump up to 0.6.3Nobuyoshi Nakada
2025-10-05[ruby/pp] Reduce substring creationsNobuyoshi Nakada
2025-10-05[ruby/pp] Simplify recursive state handlingNobuyoshi Nakada
2025-10-05[ruby/pp] Update pp for Set to use new inspect formatJeremy Evans
2025-10-05[ruby/pp] Refine `Set#pretty_print` checkNobuyoshi Nakada
2025-10-05[ruby/pp] Do not override the methods in set.rbNobuyoshi Nakada
2025-10-05[ruby/pp] Fix ::Data warning on Ruby 2.7Benoit Daloze
2025-10-05[ruby/pp] Support new instance_variables_to_inspect method from Ruby coreJason Frey
2025-10-03Use LSAN_OPTIONS instead of ASAN_OPTIONS in mkmfPeter Zhu
2025-09-26[ruby/ipaddr] Fix `#ipv4_compat` returning invalid prefixTaketo Takashima
2025-09-26[ruby/erb] Enhancements (mostly documentation)Burdette Lamar
2025-09-26[rubygems/rubygems] add loading support on Windowssodacris
2025-09-22[ruby/erb] [DOC] Correct two errorsBurdetteLamar
2025-09-22[ruby/erb] [DOC] Doc for #def_method and #def_moduleBurdetteLamar
2025-09-22[ruby/erb] [DOC] Doc for ERB#def_classBurdetteLamar
2025-09-19[rubygems/rubygems] Switch `cache_all` to be `true` by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Pull `Gem.win_platform?` out of a hot pathAaron Patterson
2025-09-19[rubygems/rubygems] Completely remove passing `--ext` to `bundle gem` without...David Rodríguez
2025-09-19[rubygems/rubygems] Switch `lockfile_checksums` to be true by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `bundle show --outdated` raise an errorDavid Rodríguez
2025-09-19[rubygems/rubygems] Move error handling to right behind the optionDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `--local-git` flag to `bundle plugin install` raise ...David Rodríguez
2025-09-19[rubygems/rubygems] Fix parallel installation issueDavid Rodríguez
2025-09-18[ruby/erb] [DOC] Doc for ERB#set_eoutvarBurdetteLamar
2025-09-18[ruby/erb] [DOC] Correct error in #make_compiler exampleBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for ERB#make_compilerBurdetteLamar
2025-09-18[ruby/erb] [DOC] Remove example from ERB.version (will get out-of-date)BurdetteLamar
2025-09-18[ruby/erb] [DOC] Tweak for ERB.new (argument eoutvar)BurdetteLamar
2025-09-18[ruby/erb] [DOC] Correct link in doc for attribute #encodingBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for constant VERSIONBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for constant NOT_GIVENBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for attribute srcBurdetteLamar
2025-09-18[ruby/erb] [DOC] `ERB::Version`Nobuyoshi Nakada
2025-09-18[ruby/erb] [DOC] Fix the location of `url_encode` docNobuyoshi Nakada
2025-09-18[ruby/erb] [DOC] Fix the description of #new_toplevelNobuyoshi Nakada
2025-09-17[ruby/erb] [DOC] Doc for #new_toplevelBurdetteLamar
2025-09-17[ruby/erb] [DOC] More on encodingsBurdetteLamar
2025-09-17[ruby/erb] [DOC] Doc for ERB#runBurdetteLamar
2025-09-17[ruby/erb] [DOC] Adds section 'Error Reporting'Burdette Lamar
2025-09-17[rubygems/rubygems] Stop trying to remove every file on extractionAaron Patterson
2025-09-17[rubygems/rubygems] Finalize `bundle install --binstubs` removalDavid Rodríguez
2025-09-17[rubygems/rubygems] Fix grammar in `bundle install --binstubs` removal messageDavid Rodríguez
2025-09-17[rubygems/rubygems] Move `bundle install --binstubs` deprecation to cli.rbDavid Rodríguez
2025-09-17[rubygems/rubygems] Make `bundle remove --install` raise an errorDavid Rodríguez
2025-09-17[ruby/erb] [DOC] More on bindingsBurdette Lamar