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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/linux: improve CAN descriptions
Dmitry Vyukov
2019-11-04
1
-2
/
+1
*
pkg/compiler: define fileoff template
Paul Chaignon
2019-11-01
2
-16
/
+4
*
pkg/compiler: special BASE argument in templates
Paul Chaignon
2019-11-01
3
-8
/
+39
*
pkg/compiler: check range is consistent with base type
Paul Chaignon
2019-10-25
3
-2
/
+26
*
prog, pkg/compiler: alignment for integer ranges
Paul Chaignon
2019-10-25
6
-11
/
+57
*
pkg/compiler: check first int arg is range
Paul Chaignon
2019-10-25
2
-1
/
+4
*
pkg/compiler: fix root node not visited in typedef checks
Paul Chaignon
2019-10-23
2
-2
/
+4
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2019-10-10
2
-1
/
+6
*
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
2
-2
/
+12
*
pkg/ast: fix out-of-bounds access
Dmitry Vyukov
2019-07-30
1
-1
/
+1
*
pkg/compiler: refactor regression fuzz test
Dmitry Vyukov
2019-07-30
1
-11
/
+5
*
pkg/compiler: add offsetof type
Dmitry Vyukov
2019-05-16
4
-2
/
+16
*
pkg/compiler: work around 0-array-size errors due to missing consts
Dmitry Vyukov
2019-05-15
1
-10
/
+17
*
pkg/compiler: allow to refer to syscall arguments in len paths
Dmitry Vyukov
2019-05-14
3
-14
/
+25
*
pkg/compiler: refactor len target checking
Dmitry Vyukov
2019-05-14
1
-19
/
+23
*
pkg/compiler: generate complex len targets
Dmitry Vyukov
2019-05-14
1
-1
/
+8
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
6
-53
/
+161
*
pkg/ast: refactor COLON handling
Dmitry Vyukov
2019-05-14
4
-56
/
+79
*
pkg/compiler: make buffer alias to ptr[array[int8]]
Dmitry Vyukov
2019-04-01
3
-23
/
+7
*
prog, pkg/compiler: fix warnings
Dmitry Vyukov
2019-03-29
1
-1
/
+2
*
all: fix warnings pointed to by golangci-lint
Dmitry Vyukov
2019-03-28
1
-2
/
+1
*
pkg/compiler: fix potential nil deref
Dmitry Vyukov
2019-03-06
2
-1
/
+4
*
pkg/compiler: fix infinite recursion on unions
Dmitry Vyukov
2019-03-05
2
-2
/
+5
*
fuzz.yaml: add pkg/compiler and trace2syz fuzzers
Dmitry Vyukov
2019-03-05
1
-4
/
+6
*
pkg/compiler: don't warn about the same len twice
Dmitry Vyukov
2019-01-31
3
-15
/
+74
*
pkg/csource: use 0 for missing syscall args
Dmitry Vyukov
2018-12-27
1
-7
/
+16
*
executor: fix handling of big-endian bitfields
Dmitry Vyukov
2018-12-08
3
-5
/
+17
*
pkg/compiler: add error handler in CollectUnused
Marco Vanotti
2018-11-21
3
-6
/
+104
*
pkg/compiler: add vma64 type
Dmitry Vyukov
2018-11-17
2
-1
/
+11
*
sys/fuchsia: prune unused structs in syscall description generated by fidlgen
Dokyung Song
2018-09-11
2
-35
/
+57
*
sys/linux: add syz_execute_func
Dmitry Vyukov
2018-08-30
1
-1
/
+3
*
pkg/compiler: prohibit subargs
Dmitry Vyukov
2018-08-10
3
-0
/
+7
*
pkg/compiler: refactor checkType
Dmitry Vyukov
2018-08-02
2
-31
/
+49
*
pkg/compiler: refactor checkNames
Dmitry Vyukov
2018-08-02
1
-2
/
+10
*
pkg/compiler: refactor structGen
Dmitry Vyukov
2018-08-02
1
-62
/
+75
*
pkg/compiler: work around vet crash
Dmitry Vyukov
2018-07-31
1
-5
/
+6
*
gometalinter: clean up vetshadow
Dmitry Vyukov
2018-07-31
1
-1
/
+1
*
pkg/compiler: refactor genStructDescs
Dmitry Vyukov
2018-07-31
1
-116
/
+125
*
prog: move MaxPids const to prog
Dmitry Vyukov
2018-07-25
1
-3
/
+2
*
executor: overhaul
Dmitry Vyukov
2018-07-24
2
-14
/
+14
*
pkg/compiler: fix error format string
Dmitry Vyukov
2018-07-13
1
-1
/
+1
*
pkg/compiler: support negative integers
Dmitry Vyukov
2018-07-09
4
-15
/
+41
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
6
-21
/
+128
*
pkg/compiler: check for unused declarations
Dmitry Vyukov
2018-06-30
6
-22
/
+127
*
prog: detect when flags are a bitmask
Dmitry Vyukov
2018-06-30
1
-1
/
+12
*
pkg/compiler: add optional builtin template
Dmitry Vyukov
2018-05-17
2
-0
/
+6
*
pkg/compiler: detect duplicate fields in template structs
Dmitry Vyukov
2018-05-17
2
-3
/
+13
*
all: get rid of underscores in identifiers
Dmitry Vyukov
2018-05-07
1
-5
/
+5
*
gometalinter: some fixes for unparam
Dmitry Vyukov
2018-05-03
2
-13
/
+9
[next]