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: require stricter resource constructors
Dmitry Vyukov
2022-01-11
1
-8
/
+13
*
pkg/compiler: fix error message spelling
Dmitry Vyukov
2022-01-11
1
-1
/
+1
*
pkg/compiler: prohibit use of len/flags/const/proc types in out fields
Dmitry Vyukov
2022-01-11
1
-0
/
+2
*
pkg/compiler: prohibit use of direction attribute on union fields
Dmitry Vyukov
2022-01-11
1
-6
/
+6
*
pkg/compiler: add out_overlay field attribute
Dmitry Vyukov
2022-01-11
1
-3
/
+33
*
pkg/compiler: warn about confusing comments that fake directives
Dmitry Vyukov
2021-11-12
1
-0
/
+14
*
pkg/compiler: fix almost infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
1
-3
/
+14
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
1
-18
/
+27
*
pkg/compiler: fix crash on invalid templates
Dmitry Vyukov
2020-11-18
1
-2
/
+5
*
pkg/compiler: check for flags with all equal values
Dmitry Vyukov
2020-11-13
1
-1
/
+11
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
1
-1
/
+23
*
pkg/compiler: check for unused resources
Dmitry Vyukov
2020-08-04
1
-9
/
+23
*
all: fix dup types in func args
Dmitry Vyukov
2020-07-04
1
-1
/
+1
*
.golangci.yml: make goconst checker more strict
Dmitry Vyukov
2020-06-07
1
-3
/
+5
*
pkg/compiler: remove unused statement
Dmitry Vyukov
2020-06-05
1
-1
/
+0
*
pkg/compiler: simplify and enhance handling of builtins
Dmitry Vyukov
2020-05-05
1
-11
/
+14
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-7
/
+7
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-7
/
+7
*
prog: introduce call attributes
Dmitry Vyukov
2020-04-19
1
-0
/
+1
*
pkg/compiler: refactor attribute handling
Dmitry Vyukov
2020-04-19
1
-32
/
+16
*
prog: add MaxArgs const
Dmitry Vyukov
2020-03-31
1
-3
/
+2
*
pkg/compiler: special BASE argument in templates
Paul Chaignon
2019-11-01
1
-1
/
+18
*
pkg/compiler: fix root node not visited in typedef checks
Paul Chaignon
2019-10-23
1
-2
/
+2
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2019-10-10
1
-1
/
+1
*
pkg/compiler: remove fixed TODO (#1376)
Andrey Konovalov
2019-09-04
1
-1
/
+0
*
pkg/compiler: detect unused template params
Andrey Konovalov
2019-09-04
1
-0
/
+10
*
pkg/compiler: add offsetof type
Dmitry Vyukov
2019-05-16
1
-1
/
+6
*
pkg/compiler: allow to refer to syscall arguments in len paths
Dmitry Vyukov
2019-05-14
1
-13
/
+21
*
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
[next]