index
:
syz
actual
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
/
check.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/compiler: add builtin bool type aliases
Dmitry Vyukov
2018-01-08
1
-1
/
+1
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
1
-7
/
+57
*
sys/linux: fix some copy-paste errors
Dmitry Vyukov
2017-12-28
1
-0
/
+59
*
pkg/compiler: add check that len does not refer to array with varlen elements
Dmitry Vyukov
2017-11-28
1
-0
/
+15
*
pkg/compiler: don't genererate missing syscalls
Dmitry Vyukov
2017-09-15
1
-2
/
+50
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
1
-11
/
+11
*
sys, pkg/compiler: move padding computation to compiler
Dmitry Vyukov
2017-09-04
1
-0
/
+43
*
pkg/compiler: don't allow bitfields in unions, args and anon types
Dmitry Vyukov
2017-09-04
1
-9
/
+15
*
pkg/compiler: prohibit bitfields in syscall args
Dmitry Vyukov
2017-09-04
1
-1
/
+1
*
pkg/compiler: reserve in/out/inout/opt names
Dmitry Vyukov
2017-09-04
1
-0
/
+12
*
pkg/compiler: detect resources without ctors
Dmitry Vyukov
2017-09-04
1
-2
/
+74
*
pkg/compiler: verify validity of len targets
Dmitry Vyukov
2017-09-04
1
-17
/
+88
*
pkg/compiler: move checking code to a separate file
Dmitry Vyukov
2017-09-04
1
-0
/
+403