aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ast/walk.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/ast: support expressions with ast.TypeAleksandr Nogikh2024-02-191-3/+12
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-0/+4
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-0/+3
* pkg/ast: add call attributesDmitry Vyukov2020-04-191-0/+3
* pkg/ast: unexport Node.Walk()Paul Chaignon2019-10-231-18/+18
* pkg/compiler: fix infinite recursion in template instantiationDmitry Vyukov2019-10-101-1/+10
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-1/+9
* pkg/ast: refactor WalkDmitry Vyukov2018-01-111-72/+93
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-0/+3
* pkg/compiler: more static error checkingDmitry Vyukov2017-08-271-26/+26
* pkg/compiler: move more const-processing code to compilerDmitry Vyukov2017-08-271-40/+26
* pkg/compiler, sys/syz-sysgen: move const handling to pkg/compilerDmitry Vyukov2017-08-271-26/+26
* sys/syz-extract: switch to the new parserDmitry Vyukov2017-08-181-0/+94