aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/check.go
Commit message (Expand)AuthorAgeFilesLines
...
* pkg/compiler: refactor len target checkingDmitry Vyukov2019-05-141-19/+23
* pkg/compiler: support complex len targetsDmitry Vyukov2019-05-141-47/+86
* pkg/ast: refactor COLON handlingDmitry Vyukov2019-05-141-13/+18
* pkg/compiler: fix potential nil derefDmitry Vyukov2019-03-061-1/+2
* pkg/compiler: don't warn about the same len twiceDmitry Vyukov2019-01-311-15/+23
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-1/+2
* pkg/compiler: add error handler in CollectUnusedMarco Vanotti2018-11-211-3/+12
* sys/fuchsia: prune unused structs in syscall description generated by fidlgenDokyung Song2018-09-111-29/+46
* pkg/compiler: prohibit subargsDmitry Vyukov2018-08-101-0/+4
* pkg/compiler: refactor checkTypeDmitry Vyukov2018-08-021-30/+48
* pkg/compiler: refactor checkNamesDmitry Vyukov2018-08-021-2/+10
* pkg/compiler: work around vet crashDmitry Vyukov2018-07-311-5/+6
* pkg/compiler: fix error format stringDmitry Vyukov2018-07-131-1/+1
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-4/+8
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-14/+65
* pkg/compiler: detect duplicate fields in template structsDmitry Vyukov2018-05-171-3/+12
* pkg/compiler: support non-zero terminated filenamesDmitry Vyukov2018-04-021-0/+4
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-9/+11
* pkg/compiler: support size attribute for unionsDmitry Vyukov2018-03-051-4/+5
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-051-5/+31
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-051-0/+6
* pkg/compiler: prohibit len of other union optionsDmitry Vyukov2018-02-231-1/+4
* pkg/compiler: allow unions as syscall argumentsDmitry Vyukov2018-02-231-16/+16
* pkg/compiler: support template template argumentsDmitry Vyukov2018-02-171-4/+19
* pkg/compiler: allow len of var-len arraysDmitry Vyukov2018-02-171-1/+1
* pkg/compiler: allow unions with only 1 fieldDmitry Vyukov2018-01-271-6/+2
* pkg/compiler, prog: fix template parent lensDmitry Vyukov2018-01-241-6/+3
* pkg/compiler: fix len of parent template structDmitry Vyukov2018-01-231-3/+12
* pkg/compiler: allow use of empty stringsDmitry Vyukov2018-01-231-1/+1
* pkg/compiler: allow strings as template argumentsDmitry Vyukov2018-01-231-6/+1
* pkg/compiler: support void typeDmitry Vyukov2018-01-131-0/+5
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-98/+256
* pkg/compiler: add builtin bool type aliasesDmitry Vyukov2018-01-081-1/+1
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-7/+57
* sys/linux: fix some copy-paste errorsDmitry Vyukov2017-12-281-0/+59
* pkg/compiler: add check that len does not refer to array with varlen elementsDmitry Vyukov2017-11-281-0/+15
* pkg/compiler: don't genererate missing syscallsDmitry Vyukov2017-09-151-2/+50
* prog, sys: move types to progDmitry Vyukov2017-09-051-11/+11
* sys, pkg/compiler: move padding computation to compilerDmitry Vyukov2017-09-041-0/+43
* pkg/compiler: don't allow bitfields in unions, args and anon typesDmitry Vyukov2017-09-041-9/+15
* pkg/compiler: prohibit bitfields in syscall argsDmitry Vyukov2017-09-041-1/+1
* pkg/compiler: reserve in/out/inout/opt namesDmitry Vyukov2017-09-041-0/+12
* pkg/compiler: detect resources without ctorsDmitry Vyukov2017-09-041-2/+74
* pkg/compiler: verify validity of len targetsDmitry Vyukov2017-09-041-17/+88
* pkg/compiler: move checking code to a separate fileDmitry Vyukov2017-09-041-0/+403