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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: 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: 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: detect resources without ctors
Dmitry Vyukov
2017-09-04
3
-60
/
+87
*
pkg/compiler: verify validity of len targets
Dmitry Vyukov
2017-09-04
3
-35
/
+63
*
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
3
-0
/
+97