summaryrefslogtreecommitdiff
path: root/lib/prism
AgeCommit message (Expand)Author
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-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-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] 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-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-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-19[ruby/prism] Fix up comment stateKevin Newton
2024-02-18[ruby/prism] Lazy methods for start and end offset on nodeKevin Newton
2024-02-18[ruby/prism] Split up comments between leading and trailingKevin Newton
2024-02-16[ruby/prism] Fix block_pass for []=Kevin Newton
2024-02-16[ruby/prism] More rescue and ensure; constant handlingNoah Gibbs
2024-02-16[ruby/prism] Move visit methods into a Ripper CompilerNoah Gibbs
2024-02-16[ruby/prism] Fix lexing of `foo!` when it's a first thing to parseMax Prokopiev
2024-02-15[ruby/prism] Make location methods thread-safeBenoit Daloze
2024-02-15[PRISM] Sync prism version bumpKevin Newton
2024-02-15[ruby/prism] Speed up creating Ruby ASTKevin Newton
2024-02-15[ruby/prism] Fix up invalid syntaxKevin Newton
2024-02-15[ruby/prism] Handle more aliases. Better testing of prism ripper CLI and a te...Noah Gibbs
2024-02-15[ruby/prism] Avoid extra String copies in the FFI backendBenoit Daloze
2024-02-15[ruby/prism] Support multi-versioning for `Prism::Translation::Parser`Koichi ITO
2024-02-14Initialize the Prism::Source directly with all 3 fields for the C extensionBenoit Daloze
2024-02-14[ruby/prism] Remove attr_writer's for ParseResult#start_line and #offsetsBenoit Daloze
2024-02-14[ruby/prism] Serialize the newline_list to avoid recomputing it again laterBenoit Daloze
2024-02-14[PRISM] Sync to latest prismKevin Newton
2024-02-13[ruby/prism] Add code unit APIs to locationKevin Newton
2024-02-13[ruby/prism] Introduce `version: "3.4.0"`Kevin Newton
2024-02-13[ruby/prism] Fix `full_name` for constant path targetsVinicius Stock
2024-02-12[ruby/prism] ruby_parser translatorKevin Newton
2024-02-12[ruby/prism] Move Prism::RipperCompat to Prism::Translation::RipperNoah Gibbs