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
Commit message (
Expand
)
Author
Age
Files
Lines
*
.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
*
pkg/compiler: check range is consistent with base type
Paul Chaignon
2019-10-25
3
-2
/
+26
*
prog, pkg/compiler: alignment for integer ranges
Paul Chaignon
2019-10-25
6
-11
/
+57
*
pkg/compiler: check first int arg is range
Paul Chaignon
2019-10-25
2
-1
/
+4
*
pkg/compiler: fix root node not visited in typedef checks
Paul Chaignon
2019-10-23
2
-2
/
+4
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2019-10-10
2
-1
/
+6
*
pkg/compiler: remove fixed TODO (#1376)
Andrey Konovalov
2019-09-04
1
-1
/
+0
[next]