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
*
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
*
pkg/ast: refactor Walk
Dmitry Vyukov
2018-01-11
2
-6
/
+6
*
pkg/compiler: add builtin bool type aliases
Dmitry Vyukov
2018-01-08
4
-10
/
+35
*
pkg/compiler: make signalno a type alias
Dmitry Vyukov
2018-01-08
1
-19
/
+0
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
6
-52
/
+195
*
prog: support opt for proc types
Dmitry Vyukov
2018-01-06
2
-5
/
+5
*
pkg/compiler: add bitsize type
Dmitry Vyukov
2018-01-06
2
-5
/
+9
*
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
2
-0
/
+17
*
pkg/csource: support akaros
Dmitry Vyukov
2017-10-16
1
-7
/
+4
*
all: basic freebsd support
Dmitry Vyukov
2017-10-02
1
-2
/
+4
*
sys/syz-extract: support fuchsia
Dmitry Vyukov
2017-09-25
3
-6
/
+11
*
all: more assorted fuchsia support
Dmitry Vyukov
2017-09-22
3
-6
/
+15
*
pkg/compiler: don't genererate missing syscalls
Dmitry Vyukov
2017-09-15
5
-27
/
+70
[next]