summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
2024-03-07[ruby/prism] Style and allocation functionsKevin Newton
2024-03-07[ruby/prism] Change pm_integer_t structuretompng
2024-03-07[ruby/prism] Faster pm_integer_parse pm_integer_string using karatsuba algorithmtompng
2024-03-07[ruby/prism] Make pm_integer -> Integer fastertompng
2024-03-07[ruby/prism] Remove restrict to fix windows 2015Kevin Newton
2024-03-07[ruby/prism] Support parsing streamsKevin Newton
2024-03-07[ruby/prism] Fix up tilde heredoc line continuationsKevin Newton
2024-03-06[ruby/prism] Fix rebase templatesKevin Newton
2024-03-06[ruby/prism] Use the diagnostic types in the parser translation layerKevin Newton
2024-03-06[ruby/prism] Expose types on diagnosticsKevin Newton
2024-03-06[ruby/prism] Move polyfill to separate file to type-check it independently.Ufuk Kayserilioglu
2024-03-06[ruby/prism] `Prism::Compiler` should be a subclass of `Prism::Visitor`Ufuk Kayserilioglu
2024-03-06[ruby/prism] Fix some missing methods/signatures in RBIsUfuk Kayserilioglu
2024-03-06[ruby/prism] Move template related methods/classes under `Prism::Template` na...Ufuk Kayserilioglu
2024-03-06[ruby/prism] Parse files from Ruby API using fread, not mmapKevin Newton
2024-03-05[DOC] fix some commentscui fliter
2024-03-04[ruby/prism] Provide API for visiting in CKevin Newton
2024-03-04[ruby/prism] Drop support for old ERBNobuyoshi Nakada
2024-03-04[ruby/prism] Warnings for tokens at EOLKevin Newton
2024-03-04[ruby/prism] Only define xallocator when not definedKevin Newton
2024-03-04[ruby/prism] Use a more efficient StringIO on TruffleRubyBenoit Daloze
2024-03-04[ruby/prism] Add then keyword loc to when nodesKevin Newton
2024-03-04[ruby/prism] Document xallocator functionsKevin Newton
2024-03-04[ruby/prism] Additional fix of adding `x` prefix after rebase with main branchHASUMI Hitoshi
2024-03-04[ruby/prism] Chage some namesHASUMI Hitoshi
2024-03-04[ruby/prism] Make alloc interface replaceableHASUMI Hitoshi
2024-02-29[ruby/prism] Lazily create Location objects in Prism::Serialize::Loader#load_...Benoit Daloze
2024-02-29[ruby/prism] Warn on integers in flip-flopsKevin Newton
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] Better hashing between positive/negative integersKevin Newton
2024-02-28[ruby/prism] Rewrite logic for CHECK_FIELD_KIND to improve readabilityBenoit Daloze
2024-02-28[ruby/prism] More precise types for NodeListField in prism.rbiBenoit Daloze
2024-02-28[ruby/prism] Make NodeKindField subclass NodeKindFieldBenoit Daloze
2024-02-28[ruby/prism] Add a simple way to check field kinds are correct by setting $CH...Benoit Daloze
2024-02-28[ruby/prism] Give a kind to all node[] fields which can have one more specifi...Benoit Daloze
2024-02-28[ruby/prism] Set proper types for node[] in Java-generated codeBenoit Daloze
2024-02-28[ruby/prism] Switch static literals to use a hashKevin Newton
2024-02-28[ruby/prism] Refactor static literals into hashKevin Newton
2024-02-27[ruby/prism] Disallow it implicit in evalKevin Newton
2024-02-27[ruby/prism] Switch invalid _1 targeting even on syntax errorKevin Newton
2024-02-27[ruby/prism] Ensure symbol nodes not in interpolated symbolKevin Newton
2024-02-27[ruby/prism] Support -p, -n, -a, and -l command line optionsKevin Newton
2024-02-26[ruby/prism] Triple-check prism encodingsKevin Newton
2024-02-26[ruby/prism] Fix multi write with modifier rescueKevin 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] Relax Location#source to be optionalGopal 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