aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/errors2.txt
Commit message (Expand)AuthorAgeFilesLines
* compiler: support using int flags in field conditionsPaul Chaignon2024-03-011-2/+2
* pkg/compiler: support if[expr] attributesAleksandr Nogikh2024-02-191-0/+61
* pkg/compiler: extend parent reference support in lenAleksandr Nogikh2024-02-191-11/+20
* compiler/testdata: add missing error casesPaul Chaignon2023-11-291-1/+10
* compiler: prohibit homonymous flags and constsPaul Chaignon2023-11-281-0/+3
* compiler: support const as int first argumentPaul Chaignon2023-11-281-0/+1
* pkg/compiler: prohibit not DirIn resources inside fmtAleksandr Nogikh2023-10-061-0/+4
* prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...Hrutvik Kanabar2022-11-211-0/+14
* pkg/compiler: require stricter resource constructorsDmitry Vyukov2022-01-111-0/+8
* pkg/compiler: fix error message spellingDmitry Vyukov2022-01-111-4/+4
* pkg/compiler: prohibit use of len/flags/const/proc types in out fieldsDmitry Vyukov2022-01-111-1/+8
* pkg/compiler: prohibit use of direction attribute on union fieldsDmitry Vyukov2022-01-111-8/+2
* pkg/compiler: add out_overlay field attributeDmitry Vyukov2022-01-111-0/+12
* pkg/compiler: check for flags with all equal valuesDmitry Vyukov2020-11-131-0/+6
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-5/+89
* pkg/compiler: check for unused resourcesDmitry Vyukov2020-08-041-1/+4
* 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