summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-06[ruby/prism] Implement module for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement remaining interpolated nodes in ripper translationKevin Newton
2024-03-06[ruby/prism] Implement classes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement local variable targets in ripper translationKevin Newton
2024-03-06[ruby/prism] Implement hashes for ripper translationKevin Newton
2024-03-06[ruby/prism] Implement even more ripper visitor methodsKevin Newton
2024-03-06[ruby/prism] Implement so many ripper visitor methodsKevin Newton
2024-03-06[ruby/prism] Implement pre and post execution nodes for ripperKevin Newton
2024-03-06[ruby/prism] Implement even more ripper visitor methodsKevin Newton
2024-03-06[ruby/prism] Implement many more visitor methods for ripperKevin Newton
2024-03-06[ruby/prism] Add stubs for remaining ripper visit methodsKevin Newton
2024-03-06[ruby/prism] Reconsolidate ripper filesKevin Newton
2024-03-06[ruby/prism] Deprecate `TargetRubyVersion: 80_82_73_83_77.xx`Koichi ITO
2024-03-06[ruby/time] Exclude unnecessary files from packageNobuyoshi Nakada
2024-03-05[ruby/irb] Add the ability to fetch and load multiple irb files.Haroon Ahmed
2024-03-05[DOC] fix some commentscui fliter
2024-03-05Reapply "mkmf.rb: Define missing `POSTLINK` variable in generated Makefile"Hiroshi SHIBATA
2024-03-05[rubygems/rubygems] Use `IO.popen` to list filesNobuyoshi Nakada
2024-03-05Revert "mkmf.rb: Define missing `POSTLINK` variable in generated Makefile"Hiroshi SHIBATA
2024-03-04[ruby/prism] Add then keyword loc to when nodesKevin Newton
2024-03-04[ruby/prism] Update lib/prism/translation/parser/compiler.rbKevin Newton
2024-03-04[ruby/prism] Fix incompatibility AST for regexp match in `Prism::Translation:...Koichi ITO
2024-03-04[ruby/prism] Include BSDmakefileKevin Newton
2024-03-04[ruby/prism] Fix up some minor parser incompatibilitiesKevin Newton
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