aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/errors.txt
Commit message (Expand)AuthorAgeFilesLines
* pkg/compiler: detect unused template paramsAndrey Konovalov2019-09-041-2/+2
* pkg/compiler: support complex len targetsDmitry Vyukov2019-05-141-1/+4
* pkg/compiler: make buffer alias to ptr[array[int8]]Dmitry Vyukov2019-04-011-3/+3
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-0/+1
* pkg/compiler: prohibit subargsDmitry Vyukov2018-08-101-0/+2
* pkg/compiler: refactor checkTypeDmitry Vyukov2018-08-021-1/+1
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-0/+1
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-0/+12
* pkg/compiler: detect duplicate fields in template structsDmitry Vyukov2018-05-171-0/+1
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-051-2/+14
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-051-0/+12
* pkg/compiler: allow unions as syscall argumentsDmitry Vyukov2018-02-231-12/+22
* pkg/compiler: support template template argumentsDmitry Vyukov2018-02-171-0/+17
* pkg/compiler: allow unions with only 1 fieldDmitry Vyukov2018-01-271-8/+7
* pkg/compiler: allow strings as template argumentsDmitry Vyukov2018-01-231-1/+0
* pkg/compiler: support non-zero-terminated stringsDmitry Vyukov2018-01-181-2/+4
* pkg/compiler: support void typeDmitry Vyukov2018-01-131-2/+3
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-21/+44
* pkg/compiler: add builtin bool type aliasesDmitry Vyukov2018-01-081-8/+9
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-0/+63
* prog: support opt for proc typesDmitry Vyukov2018-01-061-0/+1
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-061-0/+1
* pkg/compiler: prohibit arrays of size 0Dmitry Vyukov2017-09-041-0/+3
* pkg/compiler: prohibit bitfields of size 0Dmitry Vyukov2017-09-041-1/+1
* pkg/compiler: don't allow bitfields in unions, args and anon typesDmitry Vyukov2017-09-041-2/+8
* pkg/compiler: prohibit bitfields in syscall argsDmitry Vyukov2017-09-041-0/+1
* pkg/compiler: reserve in/out/inout/opt namesDmitry Vyukov2017-09-041-0/+15
* pkg/compiler: verify validity of len targetsDmitry Vyukov2017-09-041-35/+3
* pkg/compiler: detect recursive struct declarationsDmitry Vyukov2017-09-041-0/+31
* sys: support ptr64 typeDmitry Vyukov2017-09-021-0/+4
* pkg/compiler: check and generate typesDmitry Vyukov2017-09-021-25/+112
* pkg/compiler: more static error checkingDmitry Vyukov2017-08-271-0/+63