aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ast/testdata
Commit message (Expand)AuthorAgeFilesLines
* tools/syz-declextract: ignore files with non US-ASCII charsDmitry Vyukov2025-04-151-1/+1
* pkg/compiler: add automatic metaDmitry Vyukov2024-12-111-0/+1
* all: support || operator in syzlang if conditionJiao, Joey2024-11-132-0/+11
* compiler: support using int flags in field conditionsPaul Chaignon2024-03-011-1/+4
* pkg/ast: support expressions with ast.TypeAleksandr Nogikh2024-02-192-1/+28
* ast: accept idents in string flagsPaul Chaignon2023-12-052-2/+5
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-292-1/+8
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-0/+13
* pkg/ast: extend testsDmitry Vyukov2020-05-012-79/+84
* pkg/ast: add call attributesDmitry Vyukov2020-04-191-0/+6
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-101-4/+3
* pkg/compiler: support complex len targetsDmitry Vyukov2019-05-141-1/+2
* pkg/ast: refactor COLON handlingDmitry Vyukov2019-05-141-0/+1
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-0/+1
* pkg/ast: support char constantsDmitry Vyukov2018-04-291-0/+3
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-051-0/+4
* pkg/compiler: allow use of empty stringsDmitry Vyukov2018-01-231-2/+2
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-2/+17
* pkg/compiler: add builtin bool type aliasesDmitry Vyukov2018-01-081-2/+2
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-0/+5
* pkg/ast: prohibit empty stringsDmitry Vyukov2017-09-041-0/+6
* pkg/ast: fix struct comment parsingDmitry Vyukov2017-09-041-0/+11
* pkg/compiler: move more const-processing code to compilerDmitry Vyukov2017-08-271-0/+2
* pkg/ast: new parser for sys descriptionsDmitry Vyukov2017-08-181-0/+28