aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/errors.txt
Commit message (Expand)AuthorAgeFilesLines
* pkg/compiler: prohibit use of direction attribute on union fieldsDmitry Vyukov2022-01-111-0/+5
* pkg/compiler: add out_overlay field attributeDmitry Vyukov2022-01-111-0/+21
* pkg/compiler: warn about confusing comments that fake directivesDmitry Vyukov2021-11-121-0/+5
* pkg/compiler: add more tests for templatesDmitry Vyukov2021-10-051-0/+20
* pkg/compiler: fix infinite recursion in template instantiationDmitry Vyukov2021-10-051-0/+5
* pkg/compiler: add glob typeJoey Jiaojg2021-05-261-1/+6
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-0/+10
* pkg/compiler: simplify and enhance handling of builtinsDmitry Vyukov2020-05-051-2/+2
* pkg/compiler: error on duplicate attributesDmitry Vyukov2020-04-191-0/+1
* prog: introduce call attributesDmitry Vyukov2020-04-191-0/+3
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-10/+2
* pkg/compiler: add tests for generation phaseDmitry Vyukov2020-03-171-0/+2
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-2/+2
* pkg/compiler: special BASE argument in templatesPaul Chaignon2019-11-011-4/+14
* prog, pkg/compiler: alignment for integer rangesPaul Chaignon2019-10-251-0/+1
* pkg/compiler: check first int arg is rangePaul Chaignon2019-10-251-1/+1
* 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