aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ast/clone.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/ast: support expressions with ast.TypeAleksandr Nogikh2024-02-191-1/+14
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-0/+7
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-0/+1
* pkg/ast: add call attributesDmitry Vyukov2020-04-191-0/+1
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-101-0/+2
* pkg/ast: refactor COLON handlingDmitry Vyukov2019-05-141-5/+1
* .gometalinter: reduce dupl thresholdDmitry Vyukov2018-07-311-40/+36
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-3/+3
* pkg/ast: support char constantsDmitry Vyukov2018-04-291-3/+3
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-051-2/+2
* pkg/compiler: allow use of empty stringsDmitry Vyukov2018-01-231-0/+1
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-65/+72
* pkg/ast: refactor WalkDmitry Vyukov2018-01-111-1/+1
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-64/+67
* pkg/compiler, sys/syz-sysgen: move const handling to pkg/compilerDmitry Vyukov2017-08-271-0/+196