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
...
*
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
*
pkg/compiler: detect unused template params
Andrey Konovalov
2019-09-04
2
-2
/
+12
*
pkg/ast: fix out-of-bounds access
Dmitry Vyukov
2019-07-30
1
-1
/
+1
*
pkg/compiler: refactor regression fuzz test
Dmitry Vyukov
2019-07-30
1
-11
/
+5
*
pkg/compiler: add offsetof type
Dmitry Vyukov
2019-05-16
4
-2
/
+16
*
pkg/compiler: work around 0-array-size errors due to missing consts
Dmitry Vyukov
2019-05-15
1
-10
/
+17
*
pkg/compiler: allow to refer to syscall arguments in len paths
Dmitry Vyukov
2019-05-14
3
-14
/
+25
*
pkg/compiler: refactor len target checking
Dmitry Vyukov
2019-05-14
1
-19
/
+23
*
pkg/compiler: generate complex len targets
Dmitry Vyukov
2019-05-14
1
-1
/
+8
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
6
-53
/
+161
*
pkg/ast: refactor COLON handling
Dmitry Vyukov
2019-05-14
4
-56
/
+79
*
pkg/compiler: make buffer alias to ptr[array[int8]]
Dmitry Vyukov
2019-04-01
3
-23
/
+7
*
prog, pkg/compiler: fix warnings
Dmitry Vyukov
2019-03-29
1
-1
/
+2
*
all: fix warnings pointed to by golangci-lint
Dmitry Vyukov
2019-03-28
1
-2
/
+1
*
pkg/compiler: fix potential nil deref
Dmitry Vyukov
2019-03-06
2
-1
/
+4
*
pkg/compiler: fix infinite recursion on unions
Dmitry Vyukov
2019-03-05
2
-2
/
+5
*
fuzz.yaml: add pkg/compiler and trace2syz fuzzers
Dmitry Vyukov
2019-03-05
1
-4
/
+6
[prev]
[next]