aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata
Commit message (Expand)AuthorAgeFilesLines
* prog: pkg/compiler: docs: introduce the `no_squash` attributeAlexander Potapenko2025-09-091-0/+1
* pkg/declextract: generated single openat for all related filesDmitry Vyukov2024-12-111-25/+1
* prog: annotate image assets with fsck logsFlorent Revest2024-12-092-0/+6
* pkg/compiler: allow manual consts to override auto-extracted constsDmitry Vyukov2024-11-264-0/+20
* pkg/compiler: allow recursion via arraysDmitry Vyukov2024-11-182-9/+33
* compiler: support constants in conditional fieldsPaul Chaignon2024-09-092-2/+4
* pkg/compiler: updated testdata for 'fmt'Igor Chervatyuk2024-07-081-0/+2
* executor: remove noshmem modeDmitry Vyukov2024-06-041-1/+1
* compiler: support using int flags in field conditionsPaul Chaignon2024-03-011-2/+2
* pkg/compiler: support if[expr] attributesAleksandr Nogikh2024-02-194-0/+119
* pkg/compiler: extend parent reference support in lenAleksandr Nogikh2024-02-192-12/+27
* 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-292-1/+16
* compiler: prohibit homonymous flags and constsPaul Chaignon2023-11-281-0/+3
* compiler: support const as int first argumentPaul Chaignon2023-11-283-2/+5
* compiler: support flags as int first argumentPaul Chaignon2023-11-282-4/+8
* compiler: support type args with mixed kindsPaul Chaignon2023-11-281-2/+2
* pkg/compiler: prohibit not DirIn resources inside fmtAleksandr Nogikh2023-10-061-0/+4
* 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-213-0/+33
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-292-0/+8
* 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-112-8/+7
* pkg/compiler: add out_overlay field attributeDmitry Vyukov2022-01-113-1/+41
* 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-262-1/+9
* pkg/compiler: check for flags with all equal valuesDmitry Vyukov2020-11-131-0/+6
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-133-6/+108
* pkg/compiler: check for unused resourcesDmitry Vyukov2020-08-041-1/+4
* pkg/compiler: fix crash on fmt[flags]Dmitry Vyukov2020-07-231-0/+3
* 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-192-0/+6
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-193-11/+8
* 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-172-0/+7
* pkg/compiler: add tests for generation phaseDmitry Vyukov2020-03-173-0/+24
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-171-52/+52
* pkg/compiler: don't specify syscall consts for test OSDmitry Vyukov2020-03-171-2/+2
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-102-0/+4
* pkg/compiler: fix alignment of string-formatted valuesDmitry Vyukov2019-12-201-1/+6
* pkg/compiler: fix incorrect alignment calculation for paddingDmitry Vyukov2019-12-181-1/+10
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-2/+2