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
*
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