summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-02-25[ruby/tmpdir] [DOC] `require` inside each method on DirAdam Daniels
2024-02-25[ruby/tmpdir] Use `IO.popen` to list filesNobuyoshi Nakada
2024-02-25[ruby/reline] Bump version to v0.4.3Stan Lo
2024-02-25[ruby/reline] Use gray and white as the default dialog themeStan Lo
2024-02-25[ruby/tmpdir] Update gemspec according to the recent bundler templateNobuyoshi Nakada
2024-02-25[ruby/resolv] Simplify adding new entriesNobuyoshi Nakada
2024-02-25[ruby/resolv] Treat hostname as same as aliasesNobuyoshi Nakada
2024-02-24[ruby/prism] Rebase against mainKevin Newton
2024-02-24[ruby/prism] Less code modifications. More steep:ignore for nowGopal Patel
2024-02-24[ruby/prism] Replace awkward code changes with steep:ignoreGopal Patel
2024-02-24[ruby/prism] Add documentation for Location#source!Gopal Patel
2024-02-24[ruby/prism] Relax Location#source to be optionalGopal Patel
2024-02-24[ruby/prism] Make rake check_annotations verify public RBSGopal Patel
2024-02-24[ruby/prism] Fix my RipperCompat logic mistake from expansion for steep flow ...Gopal Patel
2024-02-24[ruby/prism] Remove Ripper from public RBS, type-assert remaining issuesGopal Patel
2024-02-24[ruby/prism] Split private typesGopal Patel
2024-02-24[ruby/prism] Fix IgnoredNewlineToken comparison of Ripper::Lexer::StateGopal Patel
2024-02-24[ruby/prism] Use steep to type check RBS and Ruby filesGopal Patel
2024-02-23[ruby/prism] Add some encoding debugging to make testing easierKevin Newton
2024-02-23[ruby/prism] Duplicated when clausesKevin Newton
2024-02-23[ruby/ipaddr] Prefer String#start_with? over Regexp.matchAkira Matsuda
2024-02-23[ruby/ipaddr] String#split seems to be faster than capturing digits with RegexpAkira Matsuda
2024-02-23[ruby/irb] Remove useless loaded file checktomoya ishida
2024-02-23[ruby/optparse] [DOC] About return value of OptionParser#newNobuyoshi Nakada
2024-02-23[ruby/irb] Remove workaround for empty lines in dynamic_prompttomoya ishida
2024-02-23[ruby/irb] Remove remaining `frozen_string_literal: false` in lib/tomoya ishida
2024-02-23[ruby/optparse] Add `exact:` keyword argumentNobuyoshi Nakada
2024-02-23[ruby/irb] Turn on frozen literal in filesStan Lo
2024-02-23[ruby/irb] Unroll extension method generationStan Lo
2024-02-22[ruby/prism] Parse float valuesKevin Newton
2024-02-22[ruby/prism] Regenerate snapshots using integer valuesKevin Newton
2024-02-22[ruby/prism] Add an IntegerField for parsing integer valuesKevin Newton
2024-02-22[ruby/prism] all constant nodes should have full_name and full_name_parts met...Philip Mueller
2024-02-22[ruby/irb] Delete IRB::NotImplementedErrortomoya ishida
2024-02-21[ruby/prism] Allow skipping warnings as needed, and pass a reason through to ...Noah Gibbs
2024-02-21[ruby/prism] Update lib/prism/translation/parser.rbNoah Gibbs
2024-02-21[ruby/prism] Translation::Parser should process warnings, not just errorsNoah Gibbs
2024-02-21[rubygems/rubygems] Commit missing new methodSamuel Giddins
2024-02-21[rubygems/rubygems] Use a writer method on the module instead of a constantSamuel Giddins
2024-02-21[rubygems/rubygems] Control whether YAML aliases are enabled in Gem::SafeYAML...Samuel Giddins
2024-02-21[ruby/fileutils] [DOC] FileUtils::VERSIONNobuyoshi Nakada
2024-02-21[ruby/fileutils] [DOC] nodoc for private methods and moduleNobuyoshi Nakada
2024-02-21[ruby/pp] Extract pp_hash_pairNobuyoshi Nakada
2024-02-21[ruby/pp] Get rid of hardcoded class nameNobuyoshi Nakada
2024-02-21Add error for iseqs compiled by prismKevin Newton
2024-02-21[rubygems/rubygems] Use Hash#compactHiroshi SHIBATA
2024-02-21[rubygems/rubygems] Skip nil-value keys to make metadata reproducibleNobuyoshi Nakada
2024-02-21[rubygems/rubygems] rake man:buildHiroshi SHIBATA
2024-02-21[rubygems/rubygems] Use https instead of httpHiroshi SHIBATA
2024-02-20[ruby/uri] Use https instead of httpHiroshi SHIBATA