aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/errors.txt
Commit message (Expand)AuthorAgeFilesLines
* prog: annotate image assets with fsck logsFlorent Revest2024-12-091-0/+2
* pkg/compiler: support if[expr] attributesAleksandr Nogikh2024-02-191-0/+37
* compiler: require nested flags to be at the end of the listPaul Chaignon2023-12-051-0/+3
* compiler: support nested string flags definitionsPaul Chaignon2023-12-051-0/+4
* compiler: error on circular dependencies in flag definitionsPaul Chaignon2023-12-051-0/+6
* compiler: support nested int flags definitionsPaul Chaignon2023-12-051-0/+24
* compiler/testdata: add missing error casesPaul Chaignon2023-11-291-0/+6
* compiler: support const as int first argumentPaul Chaignon2023-11-281-2/+1
* compiler: support flags as int first argumentPaul Chaignon2023-11-281-4/+6
* compiler: support type args with mixed kindsPaul Chaignon2023-11-281-2/+2
* pkg/compiler: support (in) for union fieldsAleksandr Nogikh2023-10-061-1/+2
* prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...Hrutvik Kanabar2022-11-211-0/+3
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-0/+5
* pkg/compiler: prohibit use of direction attribute on union fieldsDmitry Vyukov2022-01-111-0/+5
* pkg/compiler: add out_overlay field attributeDmitry Vyukov2022-01-111-0/+21
* pkg/compiler: warn about confusing comments that fake directivesDmitry Vyukov2021-11-121-0/+5
* pkg/compiler: add more tests for templatesDmitry Vyukov2021-10-051-0/+20
* pkg/compiler: fix infinite recursion in template instantiationDmitry Vyukov2021-10-051-0/+5
* pkg/compiler: add glob typeJoey Jiaojg2021-05-261-1/+6
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-0/+10
* pkg/compiler: simplify and enhance handling of builtinsDmitry Vyukov2020-05-051-2/+2
* pkg/compiler: error on duplicate attributesDmitry Vyukov2020-04-191-0/+1
* prog: introduce call attributesDmitry Vyukov2020-04-191-0/+3
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-10/+2
* pkg/compiler: add tests for generation phaseDmitry Vyukov2020-03-171-0/+2
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-2/+2
* pkg/compiler: special BASE argument in templatesPaul Chaignon2019-11-011-4/+14
* prog, pkg/compiler: alignment for integer rangesPaul Chaignon2019-10-251-0/+1
* pkg/compiler: check first int arg is rangePaul Chaignon2019-10-251-1/+1
* pkg/compiler: detect unused template paramsAndrey Konovalov2019-09-041-2/+2
* pkg/compiler: support complex len targetsDmitry Vyukov2019-05-141-1/+4
* pkg/compiler: make buffer alias to ptr[array[int8]]Dmitry Vyukov2019-04-011-3/+3
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-0/+1
* pkg/compiler: prohibit subargsDmitry Vyukov2018-08-101-0/+2
* pkg/compiler: refactor checkTypeDmitry Vyukov2018-08-021-1/+1
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-0/+1
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-0/+12
* pkg/compiler: detect duplicate fields in template structsDmitry Vyukov2018-05-171-0/+1
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-051-2/+14
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-051-0/+12
* pkg/compiler: allow unions as syscall argumentsDmitry Vyukov2018-02-231-12/+22
* pkg/compiler: support template template argumentsDmitry Vyukov2018-02-171-0/+17
* pkg/compiler: allow unions with only 1 fieldDmitry Vyukov2018-01-271-8/+7
* pkg/compiler: allow strings as template argumentsDmitry Vyukov2018-01-231-1/+0
* pkg/compiler: support non-zero-terminated stringsDmitry Vyukov2018-01-181-2/+4
* pkg/compiler: support void typeDmitry Vyukov2018-01-131-2/+3
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-21/+44
* pkg/compiler: add builtin bool type aliasesDmitry Vyukov2018-01-081-8/+9
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-0/+63
* prog: support opt for proc typesDmitry Vyukov2018-01-061-0/+1