aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/errors2.txt
Commit message (Expand)AuthorAgeFilesLines
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-0/+35
* pkg/ast: support char constantsDmitry Vyukov2018-04-291-0/+1
* pkg/compiler: support size attribute for unionsDmitry Vyukov2018-03-051-0/+8
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-051-0/+13
* pkg/compiler: prohibit len of other union optionsDmitry Vyukov2018-02-231-0/+6
* pkg/compiler: allow len of var-len arraysDmitry Vyukov2018-02-171-2/+0
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-0/+26
* 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: detect resources without ctorsDmitry Vyukov2017-09-041-0/+87