aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/errors2.txt
Commit message (Expand)AuthorAgeFilesLines
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-0/+5
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-171-0/+3
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-171-0/+4
* pkg/compiler: add tests for generation phaseDmitry Vyukov2020-03-171-0/+2
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-101-0/+1
* pkg/compiler: check range is consistent with base typePaul Chaignon2019-10-251-0/+13
* prog, pkg/compiler: alignment for integer rangesPaul Chaignon2019-10-251-0/+7
* pkg/compiler: add offsetof typeDmitry Vyukov2019-05-161-0/+2
* pkg/compiler: allow to refer to syscall arguments in len pathsDmitry Vyukov2019-05-141-0/+2
* pkg/compiler: support complex len targetsDmitry Vyukov2019-05-141-3/+31
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-0/+5
* 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