aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ast/scanner.go
Commit message (Expand)AuthorAgeFilesLines
* all: use any instead of interface{}Dmitry Vyukov2025-12-221-1/+1
* tools/syz-declextract: ignore files with non US-ASCII charsDmitry Vyukov2025-04-151-8/+14
* all: support || operator in syzlang if conditionJiao, Joey2024-11-131-0/+4
* all: follow new linter recommendationsTaras Madan2024-09-101-8/+8
* pkg/ast: support expressions with ast.TypeAleksandr Nogikh2024-02-191-0/+21
* pkg/ast: improve test outputDmitry Vyukov2020-05-051-0/+22
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-101-32/+27
* pkg/ast: fix out-of-bounds accessDmitry Vyukov2019-07-301-1/+0
* sys/linux: extend AX25/ROSE/NETROM descriptionsDmitry Vyukov2018-12-241-0/+1
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-14/+15
* gometalinter: enable cyclomatic complexity checkingDmitry Vyukov2018-05-041-70/+93
* pkg/ast: support char constantsDmitry Vyukov2018-04-291-0/+11
* pkg/compiler: allow use of empty stringsDmitry Vyukov2018-01-231-6/+0
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-0/+3
* pkg/ast: prohibit empty stringsDmitry Vyukov2017-09-041-0/+6
* pkg/compiler: check and generate typesDmitry Vyukov2017-09-021-8/+8
* pkg/compiler: more static error checkingDmitry Vyukov2017-08-271-1/+5
* pkg/compiler, sys/syz-sysgen: move const handling to pkg/compilerDmitry Vyukov2017-08-271-4/+6
* sys/syz-sysgen: switch to new parserDmitry Vyukov2017-08-181-3/+5
* sys/syz-extract: switch to the new parserDmitry Vyukov2017-08-181-0/+6
* pkg/ast: new parser for sys descriptionsDmitry Vyukov2017-08-181-0/+260