index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prism
/
templates
/
template.rb
Age
Commit message (
Expand
)
Author
2025-09-12
Bump Prism version to 1.5.0
Takashi Kokubun
2024-09-25
[ruby/prism] Type every node field and mark on-error-only types explicitly
Benoit Daloze
2024-09-13
[ruby/prism] Refactor and move common node flags count into a constant to reu...
Andrew Konchin
2024-07-11
[ruby/prism] Various cleanup for initializers and typechecks
Kevin Newton
2024-07-11
[ruby/prism] Expose common flags in inspect output
Kevin Newton
2024-07-11
[ruby/prism] Expose flags on every node type
Kevin Newton
2024-06-25
[ruby/prism] Fix documentation comment in generated with templates files
Andrew Konchin
2024-04-24
[ruby/prism] Change inspect from recursive to a queue
Kevin Newton
2024-04-17
[ruby/prism] Add a reflection API for determining the fields of a node
Kevin Newton
2024-03-06
[ruby/prism] Fix rebase templates
Kevin Newton
2024-03-06
[ruby/prism] Expose types on diagnostics
Kevin Newton
2024-03-06
[ruby/prism] Move template related methods/classes under `Prism::Template` na...
Ufuk Kayserilioglu
2024-03-04
[ruby/prism] Drop support for old ERB
Nobuyoshi Nakada
2024-02-29
[ruby/prism] Resync RBI and test it in CI
Kevin Newton
2024-02-28
[ruby/prism] Rewrite logic for CHECK_FIELD_KIND to improve readability
Benoit Daloze
2024-02-28
[ruby/prism] More precise types for NodeListField in prism.rbi
Benoit Daloze
2024-02-28
[ruby/prism] Make NodeKindField subclass NodeKindField
Benoit Daloze
2024-02-28
[ruby/prism] Set proper types for node[] in Java-generated code
Benoit Daloze
2024-02-24
[ruby/prism] Replace awkward code changes with steep:ignore
Gopal Patel
2024-02-24
[ruby/prism] Split private types
Gopal Patel
2024-02-24
[ruby/prism] wip: node unions
Gopal Patel
2024-02-24
[ruby/prism] Use steep to type check RBS and Ruby files
Gopal Patel
2024-02-23
[PRISM] Sync to latest prism
Kevin Newton
2024-02-22
[ruby/prism] Parse float values
Kevin Newton
2024-02-22
[ruby/prism] Regenerate snapshots using integer values
Kevin Newton
2024-02-22
[ruby/prism] Add an IntegerField for parsing integer values
Kevin Newton
2024-01-03
[ruby/prism] Include field comments in Java source
Benoit Daloze
2024-01-02
[ruby/prism] Introduce field comments
Kevin Newton
2023-12-01
[ruby/prism] Change numbered parameters
Kevin Newton
2023-11-30
[prism] Remove escaping C source files
Kevin Newton
2023-11-27
[ruby/prism] Correct template.rb comment
Kevin Newton
2023-11-20
[ruby/prism] Remove non-ASCII source characters
Kevin Newton
2023-11-12
[ruby/prism] Add the ability to convert nodes to dot
Kevin Newton
2023-11-11
[ruby/prism] Implement JavaScript visitors
Marco Roth
2023-11-05
Do not use non-ASCII chars in sources
Nobuyoshi Nakada
2023-11-03
[ruby/prism] Always fully qualify types for RBIs and avoid using attributes
Vinicius Stock
2023-11-01
[ruby/prism] More documentation for ast.h
Kevin Newton
2023-11-01
[ruby/prism] Add comments on flags
Kevin Newton
2023-10-31
[ruby/prism] Share comment generation logic
Kevin Newton
2023-10-27
[ruby/prism] Add rbi_class to fields
Vinicius Stock
2023-10-27
[ruby/prism] Add RBI and RBS templates for Prism
Vinicius Stock
2023-10-26
[ruby/prism] Compile with WASI
Kevin Newton
2023-10-13
[ruby/prism] Move common flags to top bits
eileencodes
2023-10-13
[ruby/prism] Remove now-defunct semantic_field from nodes
Kevin Newton
2023-09-27
Sync to prism rename commits
Kevin Newton
2023-09-27
Rename YARP filepaths to prism filepaths
Kevin Newton