aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ast/parser_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: use any instead of interface{}Dmitry Vyukov2025-12-221-4/+4
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-1/+1
* pkg/ast: support expressions with ast.TypeAleksandr Nogikh2024-02-191-10/+5
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-3/+3
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-1/+3
* pkg/ast: extend testsDmitry Vyukov2020-05-011-0/+30
* pkg/compiler: add tests for generation phaseDmitry Vyukov2020-03-171-2/+2
* pkg/ast: refactor WalkDmitry Vyukov2018-01-111-1/+1
* pkg/ast: fix TestParseAllDmitry Vyukov2017-10-191-10/+6
* pkg/compiler: more static error checkingDmitry Vyukov2017-08-271-72/+11
* pkg/compiler: move more const-processing code to compilerDmitry Vyukov2017-08-271-27/+29
* pkg/compiler, sys/syz-sysgen: move const handling to pkg/compilerDmitry Vyukov2017-08-271-18/+23
* Makefile: enforce formatting of sys files in presubmitDmitry Vyukov2017-08-181-6/+4
* pkg/ast: new parser for sys descriptionsDmitry Vyukov2017-08-181-0/+180