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
*
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
*
gometalinter: check unkeyed composite literals
Dmitry Vyukov
2018-05-03
1
-1
/
+4
*
pkg/ast: support char constants
Dmitry Vyukov
2018-04-29
3
-4
/
+16
*
pkg/compiler: support non-zero terminated filenames
Dmitry Vyukov
2018-04-02
3
-23
/
+27
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
3
-24
/
+26
*
pkg/compiler: allow specifying static size for filename's
Dmitry Vyukov
2018-03-05
1
-0
/
+8
*
pkg/compiler: support size attribute for unions
Dmitry Vyukov
2018-03-05
5
-29
/
+58
*
pkg/compiler: add size attribute for structs
Dmitry Vyukov
2018-03-05
10
-33
/
+162
*
pkg/compiler: switch attributes from Ident to Type
Dmitry Vyukov
2018-03-05
3
-8
/
+32
*
pkg/compiler: fix alignment corner case
Dmitry Vyukov
2018-02-25
1
-1
/
+3
*
pkg/compiler: don't assign call IDs statically
Dmitry Vyukov
2018-02-25
1
-3
/
+0
*
pkg/compiler: prohibit len of other union options
Dmitry Vyukov
2018-02-23
2
-1
/
+10
*
pkg/compiler: allow unions as syscall arguments
Dmitry Vyukov
2018-02-23
5
-57
/
+101
*
pkg/compiler: fix corner case in alignment calculation
Dmitry Vyukov
2018-02-19
1
-1
/
+1
*
pkg/compiler: support template template arguments
Dmitry Vyukov
2018-02-17
3
-4
/
+56
*
pkg/compiler: allow len of var-len arrays
Dmitry Vyukov
2018-02-17
3
-3
/
+3
*
sys/syz-extract: save unsupported consts to the const files
Dmitry Vyukov
2018-02-01
1
-10
/
+13
*
pkg/compiler: allow unions with only 1 field
Dmitry Vyukov
2018-01-27
3
-14
/
+15
*
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
2
-3
/
+26
*
pkg/compiler: allow use of empty strings
Dmitry Vyukov
2018-01-23
3
-11
/
+26
*
pkg/compiler: allow strings as template arguments
Dmitry Vyukov
2018-01-23
3
-7
/
+3
*
pkg/compiler: support non-zero-terminated strings
Dmitry Vyukov
2018-01-18
3
-32
/
+61
*
pkg/compiler: allow string/array as template type
Dmitry Vyukov
2018-01-13
1
-7
/
+9
*
sys/syz-sysgen: don't generate syz_ syscall numbers
Dmitry Vyukov
2018-01-13
2
-30
/
+4
*
pkg/compiler: support void type
Dmitry Vyukov
2018-01-13
5
-30
/
+124
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
11
-300
/
+709
[next]