index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
compiler
/
testdata
/
errors2.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/compiler: allow recursion via arrays
Dmitry Vyukov
2024-11-18
1
-9
/
+14
*
compiler: support constants in conditional fields
Paul Chaignon
2024-09-09
1
-2
/
+2
*
compiler: support using int flags in field conditions
Paul Chaignon
2024-03-01
1
-2
/
+2
*
pkg/compiler: support if[expr] attributes
Aleksandr Nogikh
2024-02-19
1
-0
/
+61
*
pkg/compiler: extend parent reference support in len
Aleksandr Nogikh
2024-02-19
1
-11
/
+20
*
compiler/testdata: add missing error cases
Paul Chaignon
2023-11-29
1
-1
/
+10
*
compiler: prohibit homonymous flags and consts
Paul Chaignon
2023-11-28
1
-0
/
+3
*
compiler: support const as int first argument
Paul Chaignon
2023-11-28
1
-0
/
+1
*
pkg/compiler: prohibit not DirIn resources inside fmt
Aleksandr Nogikh
2023-10-06
1
-0
/
+4
*
prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...
Hrutvik Kanabar
2022-11-21
1
-0
/
+14
*
pkg/compiler: require stricter resource constructors
Dmitry Vyukov
2022-01-11
1
-0
/
+8
*
pkg/compiler: fix error message spelling
Dmitry Vyukov
2022-01-11
1
-4
/
+4
*
pkg/compiler: prohibit use of len/flags/const/proc types in out fields
Dmitry Vyukov
2022-01-11
1
-1
/
+8
*
pkg/compiler: prohibit use of direction attribute on union fields
Dmitry Vyukov
2022-01-11
1
-8
/
+2
*
pkg/compiler: add out_overlay field attribute
Dmitry Vyukov
2022-01-11
1
-0
/
+12
*
pkg/compiler: check for flags with all equal values
Dmitry Vyukov
2020-11-13
1
-0
/
+6
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
1
-5
/
+89
*
pkg/compiler: check for unused resources
Dmitry Vyukov
2020-08-04
1
-1
/
+4
*
pkg/compiler: refactor attribute handling
Dmitry Vyukov
2020-04-19
1
-0
/
+5
*
pkg/compiler: check that flags values fit into base type
Dmitry Vyukov
2020-03-17
1
-0
/
+3
*
pkg/compiler: check that const values fit into base type
Dmitry Vyukov
2020-03-17
1
-0
/
+4
*
pkg/compiler: add tests for generation phase
Dmitry Vyukov
2020-03-17
1
-0
/
+2
*
pkg/ast: introduce hex-encoded string literals
Dmitry Vyukov
2020-02-10
1
-0
/
+1
*
pkg/compiler: check range is consistent with base type
Paul Chaignon
2019-10-25
1
-0
/
+13
*
prog, pkg/compiler: alignment for integer ranges
Paul Chaignon
2019-10-25
1
-0
/
+7
*
pkg/compiler: add offsetof type
Dmitry Vyukov
2019-05-16
1
-0
/
+2
*
pkg/compiler: allow to refer to syscall arguments in len paths
Dmitry Vyukov
2019-05-14
1
-0
/
+2
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
1
-3
/
+31
*
pkg/compiler: support negative integers
Dmitry Vyukov
2018-07-09
1
-0
/
+5
*
pkg/compiler: check for unused declarations
Dmitry Vyukov
2018-06-30
1
-0
/
+35
*
pkg/ast: support char constants
Dmitry Vyukov
2018-04-29
1
-0
/
+1
*
pkg/compiler: support size attribute for unions
Dmitry Vyukov
2018-03-05
1
-0
/
+8
*
pkg/compiler: add size attribute for structs
Dmitry Vyukov
2018-03-05
1
-0
/
+13
*
pkg/compiler: prohibit len of other union options
Dmitry Vyukov
2018-02-23
1
-0
/
+6
*
pkg/compiler: allow len of var-len arrays
Dmitry Vyukov
2018-02-17
1
-2
/
+0
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
1
-0
/
+26
*
pkg/compiler: add check that len does not refer to array with varlen elements
Dmitry Vyukov
2017-11-28
1
-0
/
+2
*
pkg/compiler: don't genererate missing syscalls
Dmitry Vyukov
2017-09-15
1
-1
/
+2
*
sys, pkg/compiler: move padding computation to compiler
Dmitry Vyukov
2017-09-04
1
-0
/
+46
*
pkg/compiler: detect resources without ctors
Dmitry Vyukov
2017-09-04
1
-0
/
+87