summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Add a custom builder class for the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator when unescaping invalid utf8Earlopain
2025-03-18[rubygems/rubygems] Speed up Version#<=> ~20-50% when lengths differHartley McGuire
2025-03-17[ruby/optparse] Fix completion of key-value pairs arrayNobuyoshi Nakada
2025-03-13[ruby/prism] Use Set.new over to_setKevin Newton
2025-03-13[ruby/prism] Use `reverse_each` in the parser translatorEarlopain
2025-03-13[ruby/prism] Optimize array inclusion checks in the parser translatorEarlopain
2025-03-13[ruby/prism] Ensure backwards compatibility with the custom parser builderEarlopain
2025-03-13[rubygems/rubygems] Remove array allocation from Candidate#<=>Hartley McGuire
2025-03-12[ruby/prism] Revert "Mark extension as Ractor-safe"Kevin Newton
2025-03-12[ruby/prism] Mark extension as Ractor-safeKevin Newton
2025-03-12[rubygems/rubygems] Update docs for with/without consistencyJacob Atzen
2025-03-12[rubygems/rubygems] Fix `ENAMETOOLONG` error when creating compact index cacheDavid Rodríguez
2025-03-10[ruby/prism] Support `itblock` for `Prism::Translation::Parser`Koichi ITO
2025-03-10[ruby/optparse] bump up to 0.7.0.dev.1 [ci skip]Nobuyoshi Nakada
2025-03-10[ruby/optparse] [DOC] Extract description from READMENobuyoshi Nakada
2025-03-10[ruby/optparse] Fix LESS environment variable setup in OptionParser#help_exitKouhei Yanagita
2025-03-10[ruby/optparse] Make the result of `tty?` obtainable with flexible stdoutKoichi ITO
2025-03-10[ruby/optparse] Add post-check of valueNobuyoshi Nakada
2025-03-10[ruby/optparse] Update argument check with save navigation operatorNobuyoshi Nakada
2025-03-10[ruby/optparse] Remove extra blank lines [ci skip]Nobuyoshi Nakada
2025-03-10[ruby/optparse] [DOC] Update documents to use single quotes instead of backqo...Nobuyoshi Nakada
2025-03-10[rubygems/rubygems] Fix `gem rdoc` not working with newer versions of rdocDavid Rodríguez
2025-03-10[rubygems/rubygems] Don't treat a git-sourced gem install as complete if only...Tara Bass
2025-03-10[rubygems/rubygems] Switch inject to use shorthand hash syntaxSean Collins
2025-03-10[rubygems/rubygems] Use shorthand hash syntax for bundle addSean Collins
2025-03-09[ruby/optparse] Allow non-string enum list #79Nobuyoshi Nakada
2025-03-09[ruby/optparse] Use `\A` instead of `^` as the beginning of stringNobuyoshi Nakada
2025-03-09[ruby/optparse] [DOC] Manage rdoc options only in .rdoc_options fileNobuyoshi Nakada
2025-03-03[rubygems/rubygems] docs(bundle-exec): recommend non-deprecated methodsMichael Chui
2025-03-03[rubygems/rubygems] docs(bundle-config): hint default group when using only o...Mateo
2025-03-03[rubygems/rubygems] Bring man pages up to dateJosef Šimánek
2025-03-03[rubygems/rubygems] Update vendored uri to 1.0.3Hiroshi SHIBATA
2025-02-28[rubygems/rubygems] Retry gracefully on blank partial response in compact indexMartin Emde
2025-02-27[ruby/cgi] Bump up v0.4.2Hiroshi SHIBATA
2025-02-27[ruby/cgi] Bump up 0.4.2.beta2Hiroshi SHIBATA
2025-02-27[rubygems/rubygems] Remove MD5 digesting of compact index responsesMartin Emde
2025-02-27[rubygems/rubygems] Improve error message when on read-only filesystemsDavid Rodríguez
2025-02-27[ruby/uri] Use a fully qualified name in warning messagesyuuji.yaginuma
2025-02-27[ruby/uri] Fix the mention to removed `URI.escape/URI::Escape`Yuji Yaginuma
2025-02-26[ruby/cgi] Escape/unescape unclosed tags as wellHiroshi SHIBATA
2025-02-26[ruby/cgi] Use String#concat instead of String#+ for reducing cpu usageHiroshi SHIBATA
2025-02-26[ruby/uri] Bump up v1.0.3Hiroshi SHIBATA
2025-02-26[ruby/uri] Fix merger of URI with authority componentHiroshi SHIBATA
2025-02-26[ruby/uri] Truncate userinfo with URI#join, URI#merge and URI#+Hiroshi SHIBATA
2025-02-26[ruby/cgi] Bump up 0.4.2.beta1Hiroshi SHIBATA
2025-02-25[ruby/prism] Restore a comment for `Prism::Translation::Parser#initialize`Koichi ITO
2025-02-25[ruby/prism] Fix merge mishapEarlopain
2025-02-25[ruby/prism] Add a custom builder class for the parser translatorEarlopain