aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/all.txt
Commit message (Expand)AuthorAgeFilesLines
* prog: pkg/compiler: docs: introduce the `no_squash` attributeAlexander Potapenko2025-09-091-0/+1
* prog: annotate image assets with fsck logsFlorent Revest2024-12-091-0/+4
* pkg/compiler: allow recursion via arraysDmitry Vyukov2024-11-181-0/+19
* compiler: support constants in conditional fieldsPaul Chaignon2024-09-091-0/+2
* pkg/compiler: updated testdata for 'fmt'Igor Chervatyuk2024-07-081-0/+2
* executor: remove noshmem modeDmitry Vyukov2024-06-041-1/+1
* pkg/compiler: support if[expr] attributesAleksandr Nogikh2024-02-191-0/+20
* pkg/compiler: extend parent reference support in lenAleksandr Nogikh2024-02-191-1/+7
* compiler: support const as int first argumentPaul Chaignon2023-11-281-0/+3
* compiler: support flags as int first argumentPaul Chaignon2023-11-281-0/+2
* prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...Hrutvik Kanabar2022-11-211-0/+16
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-0/+3
* pkg/compiler: add out_overlay field attributeDmitry Vyukov2022-01-111-1/+8
* pkg/compiler: add glob typeJoey Jiaojg2021-05-261-0/+3
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-1/+9
* pkg/compiler: fix crash on fmt[flags]Dmitry Vyukov2020-07-231-0/+3
* prog: introduce call attributesDmitry Vyukov2020-04-191-0/+3
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-1/+1
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-171-52/+52
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-101-0/+3
* 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: special BASE argument in templatesPaul Chaignon2019-11-011-3/+7
* pkg/compiler: check range is consistent with base typePaul Chaignon2019-10-251-1/+1
* prog, pkg/compiler: alignment for integer rangesPaul Chaignon2019-10-251-0/+5
* pkg/compiler: fix root node not visited in typedef checksPaul Chaignon2019-10-231-0/+2
* pkg/compiler: add offsetof typeDmitry Vyukov2019-05-161-0/+2
* pkg/compiler: allow to refer to syscall arguments in len pathsDmitry Vyukov2019-05-141-1/+2
* pkg/compiler: support complex len targetsDmitry Vyukov2019-05-141-0/+27
* pkg/compiler: make buffer alias to ptr[array[int8]]Dmitry Vyukov2019-04-011-0/+2
* pkg/compiler: add vma64 typeDmitry Vyukov2018-11-171-0/+7
* pkg/compiler: support negative integersDmitry Vyukov2018-07-091-2/+4
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-0/+13
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-301-0/+13
* pkg/compiler: add optional builtin templateDmitry Vyukov2018-05-171-0/+1
* pkg/ast: support char constantsDmitry Vyukov2018-04-291-3/+3
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-051-0/+11
* pkg/compiler: allow unions as syscall argumentsDmitry Vyukov2018-02-231-1/+16
* pkg/compiler: support template template argumentsDmitry Vyukov2018-02-171-0/+20
* pkg/compiler: allow len of var-len arraysDmitry Vyukov2018-02-171-0/+2
* pkg/compiler: allow unions with only 1 fieldDmitry Vyukov2018-01-271-0/+6
* pkg/compiler: fix len of parent template structDmitry Vyukov2018-01-231-0/+14
* pkg/compiler: allow use of empty stringsDmitry Vyukov2018-01-231-2/+9
* pkg/compiler: allow strings as template argumentsDmitry Vyukov2018-01-231-0/+2
* pkg/compiler: support non-zero-terminated stringsDmitry Vyukov2018-01-181-0/+11
* pkg/compiler: support void typeDmitry Vyukov2018-01-131-0/+53
* pkg/compiler: support type templatesDmitry Vyukov2018-01-131-0/+60