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/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
*
sys: move linux descriptions to sys/linux
Dmitry Vyukov
2017-09-15
1
-2
/
+2
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
4
-166
/
+166
*
sys: rename Call to Syscall
Dmitry Vyukov
2017-09-05
2
-6
/
+6
*
pkg/compiler: assign Call.ID statically
Dmitry Vyukov
2017-09-04
1
-0
/
+3
*
pkg/compiler: fix alignment calculation bug
Dmitry Vyukov
2017-09-04
1
-3
/
+4
*
sys: change BitfieldLast to BitfieldMiddle
Dmitry Vyukov
2017-09-04
1
-12
/
+12
*
sys: remove IntSignalno
Dmitry Vyukov
2017-09-04
1
-4
/
+6
*
sys, pkg/compiler: move padding computation to compiler
Dmitry Vyukov
2017-09-04
6
-88
/
+495
*
pkg/compiler: prohibit arrays of size 0
Dmitry Vyukov
2017-09-04
2
-0
/
+9
*
pkg/compiler: prohibit bitfields of size 0
Dmitry Vyukov
2017-09-04
2
-5
/
+14
*
pkg/compiler: don't allow bitfields in unions, args and anon types
Dmitry Vyukov
2017-09-04
2
-11
/
+23
*
pkg/compiler: move bitfield marking from sys
Dmitry Vyukov
2017-09-04
1
-1
/
+49
*
pkg/compiler: prohibit bitfields in syscall args
Dmitry Vyukov
2017-09-04
3
-2
/
+3
[next]