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
/
errors.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/compiler: prohibit use of direction attribute on union fields
Dmitry Vyukov
2022-01-11
1
-0
/
+5
*
pkg/compiler: add out_overlay field attribute
Dmitry Vyukov
2022-01-11
1
-0
/
+21
*
pkg/compiler: warn about confusing comments that fake directives
Dmitry Vyukov
2021-11-12
1
-0
/
+5
*
pkg/compiler: add more tests for templates
Dmitry Vyukov
2021-10-05
1
-0
/
+20
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
1
-0
/
+5
*
pkg/compiler: add glob type
Joey Jiaojg
2021-05-26
1
-1
/
+6
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
1
-0
/
+10
*
pkg/compiler: simplify and enhance handling of builtins
Dmitry Vyukov
2020-05-05
1
-2
/
+2
*
pkg/compiler: error on duplicate attributes
Dmitry Vyukov
2020-04-19
1
-0
/
+1
*
prog: introduce call attributes
Dmitry Vyukov
2020-04-19
1
-0
/
+3
*
pkg/compiler: refactor attribute handling
Dmitry Vyukov
2020-04-19
1
-10
/
+2
*
pkg/compiler: add tests for generation phase
Dmitry Vyukov
2020-03-17
1
-0
/
+2
*
pkg/compiler: define fileoff template
Paul Chaignon
2019-11-01
1
-2
/
+2
*
pkg/compiler: special BASE argument in templates
Paul Chaignon
2019-11-01
1
-4
/
+14
*
prog, pkg/compiler: alignment for integer ranges
Paul Chaignon
2019-10-25
1
-0
/
+1
*
pkg/compiler: check first int arg is range
Paul Chaignon
2019-10-25
1
-1
/
+1
*
pkg/compiler: detect unused template params
Andrey Konovalov
2019-09-04
1
-2
/
+2
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
1
-1
/
+4
*
pkg/compiler: make buffer alias to ptr[array[int8]]
Dmitry Vyukov
2019-04-01
1
-3
/
+3
*
executor: fix handling of big-endian bitfields
Dmitry Vyukov
2018-12-08
1
-0
/
+1
*
pkg/compiler: prohibit subargs
Dmitry Vyukov
2018-08-10
1
-0
/
+2
*
pkg/compiler: refactor checkType
Dmitry Vyukov
2018-08-02
1
-1
/
+1
*
pkg/compiler: support negative integers
Dmitry Vyukov
2018-07-09
1
-0
/
+1
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
1
-0
/
+12
*
pkg/compiler: detect duplicate fields in template structs
Dmitry Vyukov
2018-05-17
1
-0
/
+1
*
pkg/compiler: add size attribute for structs
Dmitry Vyukov
2018-03-05
1
-2
/
+14
*
pkg/compiler: switch attributes from Ident to Type
Dmitry Vyukov
2018-03-05
1
-0
/
+12
*
pkg/compiler: allow unions as syscall arguments
Dmitry Vyukov
2018-02-23
1
-12
/
+22
*
pkg/compiler: support template template arguments
Dmitry Vyukov
2018-02-17
1
-0
/
+17
*
pkg/compiler: allow unions with only 1 field
Dmitry Vyukov
2018-01-27
1
-8
/
+7
*
pkg/compiler: allow strings as template arguments
Dmitry Vyukov
2018-01-23
1
-1
/
+0
*
pkg/compiler: support non-zero-terminated strings
Dmitry Vyukov
2018-01-18
1
-2
/
+4
*
pkg/compiler: support void type
Dmitry Vyukov
2018-01-13
1
-2
/
+3
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
1
-21
/
+44
*
pkg/compiler: add builtin bool type aliases
Dmitry Vyukov
2018-01-08
1
-8
/
+9
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
1
-0
/
+63
*
prog: support opt for proc types
Dmitry Vyukov
2018-01-06
1
-0
/
+1
*
pkg/compiler: add bitsize type
Dmitry Vyukov
2018-01-06
1
-0
/
+1
*
pkg/compiler: prohibit arrays of size 0
Dmitry Vyukov
2017-09-04
1
-0
/
+3
*
pkg/compiler: prohibit bitfields of size 0
Dmitry Vyukov
2017-09-04
1
-1
/
+1
*
pkg/compiler: don't allow bitfields in unions, args and anon types
Dmitry Vyukov
2017-09-04
1
-2
/
+8
*
pkg/compiler: prohibit bitfields in syscall args
Dmitry Vyukov
2017-09-04
1
-0
/
+1
*
pkg/compiler: reserve in/out/inout/opt names
Dmitry Vyukov
2017-09-04
1
-0
/
+15
*
pkg/compiler: verify validity of len targets
Dmitry Vyukov
2017-09-04
1
-35
/
+3
*
pkg/compiler: detect recursive struct declarations
Dmitry Vyukov
2017-09-04
1
-0
/
+31
*
sys: support ptr64 type
Dmitry Vyukov
2017-09-02
1
-0
/
+4
*
pkg/compiler: check and generate types
Dmitry Vyukov
2017-09-02
1
-25
/
+112
*
pkg/compiler: more static error checking
Dmitry Vyukov
2017-08-27
1
-0
/
+63