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: simplify and enhance handling of builtins
Dmitry Vyukov
2020-05-05
1
-2
/
+2
*
pkg/compiler: error on duplicate attributes
Dmitry Vyukov
2020-04-19
1
-0
/
+1
*
prog: introduce call attributes
Dmitry Vyukov
2020-04-19
2
-0
/
+6
*
pkg/compiler: refactor attribute handling
Dmitry Vyukov
2020-04-19
3
-11
/
+8
*
pkg/compiler: check that flags values fit into base type
Dmitry Vyukov
2020-03-17
1
-0
/
+3
*
pkg/compiler: check that const values fit into base type
Dmitry Vyukov
2020-03-17
2
-0
/
+7
*
pkg/compiler: add tests for generation phase
Dmitry Vyukov
2020-03-17
3
-0
/
+24
*
pkg/compiler: ensure consistency of syscall argument types
Dmitry Vyukov
2020-03-17
1
-52
/
+52
*
pkg/compiler: don't specify syscall consts for test OS
Dmitry Vyukov
2020-03-17
1
-2
/
+2
*
pkg/ast: introduce hex-encoded string literals
Dmitry Vyukov
2020-02-10
2
-0
/
+4
*
pkg/compiler: fix alignment of string-formatted values
Dmitry Vyukov
2019-12-20
1
-1
/
+6
*
pkg/compiler: fix incorrect alignment calculation for padding
Dmitry Vyukov
2019-12-18
1
-1
/
+10
*
pkg/compiler: define fileoff template
Paul Chaignon
2019-11-01
1
-2
/
+2
*
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
[next]