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: check for unused resources
Dmitry Vyukov
2020-08-04
2
-10
/
+27
*
pkg/compiler: fix crash on fmt[flags]
Dmitry Vyukov
2020-07-23
2
-0
/
+9
*
prog/types.go: add Type.Alignment() and TypeCommon.TypeAlign
Albert van der Linde
2020-07-14
2
-53
/
+46
*
all: fix comments format
Dmitry Vyukov
2020-07-12
1
-2
/
+2
*
all: fix dup types in func args
Dmitry Vyukov
2020-07-04
1
-1
/
+1
*
.golangci.yml: make goconst checker more strict
Dmitry Vyukov
2020-06-07
1
-3
/
+5
*
.golangci.yml: reduce scope of suppressions
Dmitry Vyukov
2020-06-07
1
-2
/
+1
*
pkg/compiler: remove unused statement
Dmitry Vyukov
2020-06-05
1
-1
/
+0
*
sys/syz-extract: use -nostdinc on linux
Dmitry Vyukov
2020-05-11
1
-0
/
+2
*
prog: refactor ANY to not fabricate new types
Dmitry Vyukov
2020-05-05
1
-0
/
+23
*
pkg/compiler: simplify and enhance handling of builtins
Dmitry Vyukov
2020-05-05
5
-35
/
+23
*
prog: remove StructDesc
Dmitry Vyukov
2020-05-03
4
-202
/
+108
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
4
-46
/
+49
*
prog: rename {PtrType,ArrayType}.Type to Elem
Dmitry Vyukov
2020-05-01
2
-10
/
+10
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
4
-39
/
+33
*
pkg/compiler: deduplicate Types in descriptions
Dmitry Vyukov
2020-04-26
2
-1
/
+74
*
pkg/compiler: simplify sort predicate
Dmitry Vyukov
2020-04-25
1
-4
/
+4
*
all: fix liner errors
Dmitry Vyukov
2020-04-19
1
-8
/
+8
*
pkg/compiler: error on duplicate attributes
Dmitry Vyukov
2020-04-19
2
-0
/
+5
*
prog: introduce call attributes
Dmitry Vyukov
2020-04-19
6
-30
/
+75
*
pkg/compiler: refactor attribute handling
Dmitry Vyukov
2020-04-19
8
-139
/
+179
*
prog: add MaxArgs const
Dmitry Vyukov
2020-03-31
1
-3
/
+2
*
pkg/compiler: truncate const values to their physical size
Dmitry Vyukov
2020-03-24
1
-1
/
+3
*
pkg/compiler: check that flags values fit into base type
Dmitry Vyukov
2020-03-17
3
-15
/
+37
*
pkg/compiler: preserve literal int const names
Dmitry Vyukov
2020-03-17
1
-11
/
+19
*
pkg/compiler: reduce clutter in test output
Dmitry Vyukov
2020-03-17
1
-1
/
+5
*
pkg/compiler: check that const values fit into base type
Dmitry Vyukov
2020-03-17
4
-46
/
+53
*
pkg/compiler: unshare error handler
Dmitry Vyukov
2020-03-17
1
-0
/
+3
*
pkg/compiler: calculate more precise sizes for arguments
Dmitry Vyukov
2020-03-17
1
-4
/
+31
*
pkg/compiler: add tests for generation phase
Dmitry Vyukov
2020-03-17
6
-103
/
+65
*
pkg/compiler: ensure consistency of syscall argument types
Dmitry Vyukov
2020-03-17
2
-59
/
+102
*
pkg/compiler: don't specify syscall consts for test OS
Dmitry Vyukov
2020-03-17
3
-8
/
+23
*
pkg/compiler: handle errors in test
Dmitry Vyukov
2020-03-17
1
-2
/
+5
*
pkg/compiler: emit warnings after generate stage
Dmitry Vyukov
2020-03-17
1
-3
/
+3
*
pkg/ast: introduce hex-encoded string literals
Dmitry Vyukov
2020-02-10
3
-16
/
+9
*
pkg/compiler: allow for escaped strings
Jason A. Donenfeld
2020-02-10
1
-5
/
+16
*
prog: remove unused ResourceDesc.Type
Dmitry Vyukov
2020-01-26
1
-3
/
+0
*
pkg/compiler: don't mark flags with 0 as bitmask
Dmitry Vyukov
2020-01-18
1
-10
/
+18
*
pkg/compiler: sort flags values
Dmitry Vyukov
2020-01-18
1
-0
/
+4
*
pkg/compiler: generate const[0] for flags w/o values
Dmitry Vyukov
2020-01-18
1
-7
/
+10
*
pkg/compiler: fix another bitfield layout bug
Dmitry Vyukov
2020-01-07
1
-0
/
+10
*
sys/linux: fix int64 alignment on 386
Dmitry Vyukov
2019-12-23
1
-6
/
+8
*
pkg/compiler: fix bitfield layout bug
Dmitry Vyukov
2019-12-20
1
-51
/
+105
*
pkg/compiler: fix alignment of string-formatted values
Dmitry Vyukov
2019-12-20
2
-1
/
+13
*
pkg/compiler: refactor struct layout
Dmitry Vyukov
2019-12-20
1
-61
/
+47
*
prog: refactor bitfields representation
Dmitry Vyukov
2019-12-19
1
-17
/
+17
*
pkg/compiler: fix incorrect alignment calculation for padding
Dmitry Vyukov
2019-12-18
2
-6
/
+17
*
sys/linux: improve CAN descriptions
Dmitry Vyukov
2019-11-04
1
-2
/
+1
*
pkg/compiler: define fileoff template
Paul Chaignon
2019-11-01
2
-16
/
+4
*
pkg/compiler: special BASE argument in templates
Paul Chaignon
2019-11-01
3
-8
/
+39
[next]