aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/check.go
Commit message (Expand)AuthorAgeFilesLines
* 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