summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-02mkmf.rb: Define missing `POSTLINK` variable in generated MakefileYuta Saito
2024-03-01[ruby/irb] Restructure workspace managementStan Lo
2024-03-01[ruby/optparse] Invoke pager for `--help`Nobuyoshi Nakada
2024-02-29[ruby/resolv] Implement CAA resource recordKasumi Hanazuki
2024-02-29[ruby/prism] Tweak wording for Prism::BACKENDBenoit Daloze
2024-03-01Use configured `LD` for linking enc and ext librariesYuta Saito
2024-02-29[ruby/prism] Command line options as a bitsetKevin Newton
2024-02-29[ruby/prism] Resync RBI and test it in CIKevin Newton
2024-02-29[ruby/prism] Fix an incorrect parsing for `Prism::Translation::Parser`Koichi ITO
2024-02-27[ruby/prism] Follow RuboCop's parser engine supportKoichi ITO
2024-02-27[ruby/prism] Support -p, -n, -a, and -l command line optionsKevin Newton
2024-02-27[rubygems/rubygems] Warn on empty or open required_ruby_version specification...Josef Šimánek
2024-02-27[ruby/tmpdir] Fix for environment without gitNobuyoshi Nakada
2024-02-27[ruby/tempfile] Fix for environment without gitNobuyoshi Nakada
2024-02-26[rubygems/rubygems] Skip to load vendored libraries if it's already loadedHiroshi SHIBATA
2024-02-26[rubygems/rubygems] Keep compatiblity for RG 3.5Hiroshi SHIBATA
2024-02-26[rubygems/rubygems] Use wrapper file for vendored tsortHiroshi SHIBATA
2024-02-26[rubygems/rubygems] Use renamed file on bundlerHiroshi SHIBATA
2024-02-26[rubygems/rubygems] Rename wrapper files for vendored libraries with 'vendore...Hiroshi SHIBATA
2024-02-26[ruby/prism] Fix xstring heredoc parser translatorKevin Newton
2024-02-26[ruby/prism] Fix parser translator for pinned expressionKevin Newton
2024-02-26[ruby/prism] Handle negated numeric in parser translationKevin Newton
2024-02-26[ruby/tempfile] Use `IO.popen` to list filesNobuyoshi Nakada
2024-02-26Update gemspec according to the recent bundler templateNobuyoshi Nakada
2024-02-25[ruby/irb] Add help messages to `show_source` and `show_doc`Stan Lo
2024-02-25[ruby/irb] Refactor IRB::Context#promptingStan Lo
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