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
/
testdata
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pkg/compiler: special BASE argument in templates
Paul Chaignon
2019-11-01
2
-7
/
+21
*
pkg/compiler: check range is consistent with base type
Paul Chaignon
2019-10-25
2
-1
/
+14
*
prog, pkg/compiler: alignment for integer ranges
Paul Chaignon
2019-10-25
4
-1
/
+14
*
pkg/compiler: check first int arg is range
Paul Chaignon
2019-10-25
1
-1
/
+1
*
pkg/compiler: fix root node not visited in typedef checks
Paul Chaignon
2019-10-23
1
-0
/
+2
*
pkg/compiler: detect unused template params
Andrey Konovalov
2019-09-04
1
-2
/
+2
*
pkg/compiler: add offsetof type
Dmitry Vyukov
2019-05-16
2
-0
/
+4
*
pkg/compiler: allow to refer to syscall arguments in len paths
Dmitry Vyukov
2019-05-14
2
-1
/
+4
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
3
-4
/
+62
*
pkg/compiler: make buffer alias to ptr[array[int8]]
Dmitry Vyukov
2019-04-01
2
-3
/
+5
*
pkg/compiler: don't warn about the same len twice
Dmitry Vyukov
2019-01-31
1
-0
/
+21
*
executor: fix handling of big-endian bitfields
Dmitry Vyukov
2018-12-08
1
-0
/
+1
*
pkg/compiler: add vma64 type
Dmitry Vyukov
2018-11-17
1
-0
/
+7
*
pkg/compiler: prohibit subargs
Dmitry Vyukov
2018-08-10
1
-0
/
+2
*
pkg/compiler: refactor checkType
Dmitry Vyukov
2018-08-02
1
-1
/
+1
*
pkg/compiler: support negative integers
Dmitry Vyukov
2018-07-09
3
-2
/
+10
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
2
-0
/
+25
*
pkg/compiler: check for unused declarations
Dmitry Vyukov
2018-06-30
3
-0
/
+51
*
pkg/compiler: add optional builtin template
Dmitry Vyukov
2018-05-17
1
-0
/
+1
*
pkg/compiler: detect duplicate fields in template structs
Dmitry Vyukov
2018-05-17
1
-0
/
+1
*
pkg/ast: support char constants
Dmitry Vyukov
2018-04-29
2
-3
/
+4
*
pkg/compiler: support size attribute for unions
Dmitry Vyukov
2018-03-05
1
-0
/
+8
*
pkg/compiler: add size attribute for structs
Dmitry Vyukov
2018-03-05
4
-2
/
+42
*
pkg/compiler: switch attributes from Ident to Type
Dmitry Vyukov
2018-03-05
1
-0
/
+12
*
pkg/compiler: prohibit len of other union options
Dmitry Vyukov
2018-02-23
1
-0
/
+6
*
pkg/compiler: allow unions as syscall arguments
Dmitry Vyukov
2018-02-23
3
-14
/
+39
*
pkg/compiler: support template template arguments
Dmitry Vyukov
2018-02-17
2
-0
/
+37
*
pkg/compiler: allow len of var-len arrays
Dmitry Vyukov
2018-02-17
2
-2
/
+2
*
pkg/compiler: allow unions with only 1 field
Dmitry Vyukov
2018-01-27
2
-8
/
+13
*
pkg/compiler: fix len of parent template struct
Dmitry Vyukov
2018-01-23
1
-0
/
+14
*
pkg/compiler: allow use of empty strings
Dmitry Vyukov
2018-01-23
1
-2
/
+9
*
pkg/compiler: allow strings as template arguments
Dmitry Vyukov
2018-01-23
2
-1
/
+2
*
pkg/compiler: support non-zero-terminated strings
Dmitry Vyukov
2018-01-18
2
-2
/
+15
*
pkg/compiler: support void type
Dmitry Vyukov
2018-01-13
2
-2
/
+56
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
4
-22
/
+140
*
pkg/compiler: add builtin bool type aliases
Dmitry Vyukov
2018-01-08
1
-8
/
+9
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
1
-0
/
+63
*
prog: support opt for proc types
Dmitry Vyukov
2018-01-06
1
-0
/
+1
*
pkg/compiler: add bitsize type
Dmitry Vyukov
2018-01-06
1
-0
/
+1
*
pkg/compiler: add check that len does not refer to array with varlen elements
Dmitry Vyukov
2017-11-28
1
-0
/
+2
*
pkg/compiler: don't genererate missing syscalls
Dmitry Vyukov
2017-09-15
1
-1
/
+2
*
sys, pkg/compiler: move padding computation to compiler
Dmitry Vyukov
2017-09-04
1
-0
/
+46
*
pkg/compiler: prohibit arrays of size 0
Dmitry Vyukov
2017-09-04
1
-0
/
+3
*
pkg/compiler: prohibit bitfields of size 0
Dmitry Vyukov
2017-09-04
1
-1
/
+1
*
pkg/compiler: don't allow bitfields in unions, args and anon types
Dmitry Vyukov
2017-09-04
1
-2
/
+8
*
pkg/compiler: prohibit bitfields in syscall args
Dmitry Vyukov
2017-09-04
1
-0
/
+1
*
pkg/compiler: reserve in/out/inout/opt names
Dmitry Vyukov
2017-09-04
1
-0
/
+15
*
pkg/compiler: detect resources without ctors
Dmitry Vyukov
2017-09-04
3
-60
/
+87
*
pkg/compiler: verify validity of len targets
Dmitry Vyukov
2017-09-04
3
-35
/
+63
*
pkg/compiler: detect recursive struct declarations
Dmitry Vyukov
2017-09-04
1
-0
/
+31
[prev]
[next]