aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata
Commit message (Expand)AuthorAgeFilesLines
* pkg/compiler: don't warn about the same len twiceDmitry Vyukov2019-01-311-0/+21
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-0/+1
* pkg/compiler: add vma64 typeDmitry Vyukov2018-11-171-0/+7
* 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-093-2/+10
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-082-0/+25
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-303-0/+51
* pkg/compiler: add optional builtin templateDmitry Vyukov2018-05-171-0/+1
* pkg/compiler: detect duplicate fields in template structsDmitry Vyukov2018-05-171-0/+1
* pkg/ast: support char constantsDmitry Vyukov2018-04-292-3/+4
* pkg/compiler: support size attribute for unionsDmitry Vyukov2018-03-051-0/+8
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-054-2/+42
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-051-0/+12
* pkg/compiler: prohibit len of other union optionsDmitry Vyukov2018-02-231-0/+6
* pkg/compiler: allow unions as syscall argumentsDmitry Vyukov2018-02-233-14/+39
* pkg/compiler: support template template argumentsDmitry Vyukov2018-02-172-0/+37
* pkg/compiler: allow len of var-len arraysDmitry Vyukov2018-02-172-2/+2
* pkg/compiler: allow unions with only 1 fieldDmitry Vyukov2018-01-272-8/+13
* pkg/compiler: fix len of parent template structDmitry Vyukov2018-01-231-0/+14
* pkg/compiler: allow use of empty stringsDmitry Vyukov2018-01-231-2/+9
* pkg/compiler: allow strings as template argumentsDmitry Vyukov2018-01-232-1/+2
* pkg/compiler: support non-zero-terminated stringsDmitry Vyukov2018-01-182-2/+15
* pkg/compiler: support void typeDmitry Vyukov2018-01-132-2/+56
* pkg/compiler: support type templatesDmitry Vyukov2018-01-134-22/+140
* 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: add check that len does not refer to array with varlen elementsDmitry Vyukov2017-11-281-0/+2
* pkg/compiler: don't genererate missing syscallsDmitry Vyukov2017-09-151-1/+2
* sys, pkg/compiler: move padding computation to compilerDmitry Vyukov2017-09-041-0/+46
* 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: detect resources without ctorsDmitry Vyukov2017-09-043-60/+87
* pkg/compiler: verify validity of len targetsDmitry Vyukov2017-09-043-35/+63
* 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-273-0/+97