aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ast/format.go
Commit message (Expand)AuthorAgeFilesLines
* all: use min/max functionsDmitry Vyukov2025-01-171-3/+1
* all: support || operator in syzlang if conditionJiao, Joey2024-11-131-0/+2
* pkg/ast: support expressions with ast.TypeAleksandr Nogikh2024-02-191-0/+45
* ast: accept idents in string flagsPaul Chaignon2023-12-051-0/+2
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-0/+6
* pkg/ast: remove trailing spaces when formattingDmitry Vyukov2020-11-251-3/+4
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-11/+11
* .golangci.yml: enable receiver name check for pkg/astDmitry Vyukov2020-06-071-38/+38
* pkg/ast: add call attributesDmitry Vyukov2020-04-191-0/+7
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-101-2/+13
* pkg/ast: refactor COLON handlingDmitry Vyukov2019-05-141-7/+2
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-16/+18
* pkg/ast: support char constantsDmitry Vyukov2018-04-291-6/+12
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-051-6/+7
* pkg/compiler: allow use of empty stringsDmitry Vyukov2018-01-231-1/+1
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-31/+45
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-0/+4
* pkg/compiler: more static error checkingDmitry Vyukov2017-08-271-1/+1
* pkg/compiler, sys/syz-sysgen: move const handling to pkg/compilerDmitry Vyukov2017-08-271-23/+25
* pkg/ast: new parser for sys descriptionsDmitry Vyukov2017-08-181-0/+204