summaryrefslogtreecommitdiff
path: root/prism/templates
AgeCommit message (Expand)Author
2024-03-06[ruby/prism] Move template related methods/classes under `Prism::Template` na...Ufuk Kayserilioglu
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] Use a more efficient StringIO on TruffleRubyBenoit Daloze
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] Resync RBI and test it in CIKevin 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] Set proper types for node[] in Java-generated codeBenoit Daloze
2024-02-27[ruby/prism] Support -p, -n, -a, and -l command line optionsKevin 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
2024-02-24[ruby/prism] wip: node unionsGopal Patel
2024-02-24[ruby/prism] Use steep to type check RBS and Ruby filesGopal Patel
2024-02-23[PRISM] Sync to latest prismKevin Newton
2024-02-23[ruby/prism] Convert pm_integer_t to stringsKevin Newton
2024-02-23[ruby/prism] Duplicated hash keysKevin 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-21[ruby/prism] Remove non-ASCII characters from --dump=parsetreeKevin Newton
2024-02-20[ruby/prism] Use `_POSIX_MAPPED_FILES` and `_WIN32` to know if memory map int...HASUMI Hitoshi
2024-02-18[ruby/prism] Lazy methods for start and end offset on nodeKevin Newton
2024-02-17[ruby/prism] Provide the ability to dump AST to JSON from CKevin Newton
2024-02-16[ruby/prism] BuiltinsKevin Newton
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-14[PRISM] Correctly hook up line numbers for evalKevin Newton
2024-02-14Prefer `Array.new(n) {}` to `n.times.map {}`Benoit Daloze
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-14[ruby/prism] Match up token name to CRubyKevin Newton
2024-02-12[ruby/prism] Error messages closer to CRubyKevin Newton
2024-02-07Bump prism versionKevin Newton
2024-02-07[ruby/prism] Support for Ruby 2.7Kevin Newton
2024-02-05[ruby/prism] Add another error type for raising argument errorsKevin Newton
2024-02-05Sync to latest prismKevin Newton
2024-02-01[ruby/prism] Add parentheses around macro argumentsJenny Shen
2024-02-01Sync to latest prismKevin Newton
2024-01-30[ruby/prism] Better error messages for unexpected tokens in prefixKevin Newton
2024-01-27[ruby/prism] Error follow-upKevin Newton