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
/
check.go
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkg/compiler: refactor len target checking
Dmitry Vyukov
2019-05-14
1
-19
/
+23
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
1
-47
/
+86
*
pkg/ast: refactor COLON handling
Dmitry Vyukov
2019-05-14
1
-13
/
+18
*
pkg/compiler: fix potential nil deref
Dmitry Vyukov
2019-03-06
1
-1
/
+2
*
pkg/compiler: don't warn about the same len twice
Dmitry Vyukov
2019-01-31
1
-15
/
+23
*
executor: fix handling of big-endian bitfields
Dmitry Vyukov
2018-12-08
1
-1
/
+2
*
pkg/compiler: add error handler in CollectUnused
Marco Vanotti
2018-11-21
1
-3
/
+12
*
sys/fuchsia: prune unused structs in syscall description generated by fidlgen
Dokyung Song
2018-09-11
1
-29
/
+46
*
pkg/compiler: prohibit subargs
Dmitry Vyukov
2018-08-10
1
-0
/
+4
*
pkg/compiler: refactor checkType
Dmitry Vyukov
2018-08-02
1
-30
/
+48
*
pkg/compiler: refactor checkNames
Dmitry Vyukov
2018-08-02
1
-2
/
+10
*
pkg/compiler: work around vet crash
Dmitry Vyukov
2018-07-31
1
-5
/
+6
*
pkg/compiler: fix error format string
Dmitry Vyukov
2018-07-13
1
-1
/
+1
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
1
-4
/
+8
*
pkg/compiler: check for unused declarations
Dmitry Vyukov
2018-06-30
1
-14
/
+65
*
pkg/compiler: detect duplicate fields in template structs
Dmitry Vyukov
2018-05-17
1
-3
/
+12
*
pkg/compiler: support non-zero terminated filenames
Dmitry Vyukov
2018-04-02
1
-0
/
+4
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
1
-9
/
+11
*
pkg/compiler: support size attribute for unions
Dmitry Vyukov
2018-03-05
1
-4
/
+5
*
pkg/compiler: add size attribute for structs
Dmitry Vyukov
2018-03-05
1
-5
/
+31
*
pkg/compiler: switch attributes from Ident to Type
Dmitry Vyukov
2018-03-05
1
-0
/
+6
*
pkg/compiler: prohibit len of other union options
Dmitry Vyukov
2018-02-23
1
-1
/
+4
*
pkg/compiler: allow unions as syscall arguments
Dmitry Vyukov
2018-02-23
1
-16
/
+16
*
pkg/compiler: support template template arguments
Dmitry Vyukov
2018-02-17
1
-4
/
+19
*
pkg/compiler: allow len of var-len arrays
Dmitry Vyukov
2018-02-17
1
-1
/
+1
*
pkg/compiler: allow unions with only 1 field
Dmitry Vyukov
2018-01-27
1
-6
/
+2
*
pkg/compiler, prog: fix template parent lens
Dmitry Vyukov
2018-01-24
1
-6
/
+3
*
pkg/compiler: fix len of parent template struct
Dmitry Vyukov
2018-01-23
1
-3
/
+12
*
pkg/compiler: allow use of empty strings
Dmitry Vyukov
2018-01-23
1
-1
/
+1
*
pkg/compiler: allow strings as template arguments
Dmitry Vyukov
2018-01-23
1
-6
/
+1
*
pkg/compiler: support void type
Dmitry Vyukov
2018-01-13
1
-0
/
+5
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
1
-98
/
+256
*
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
[prev]