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
/
compiler_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: remove loop variables scoping
Taras Madan
2025-02-17
1
-3
/
+0
*
pkg/compiler: allow manual consts to override auto-extracted consts
Dmitry Vyukov
2024-11-26
1
-0
/
+21
*
executor: remove noshmem mode
Dmitry Vyukov
2024-06-04
1
-1
/
+1
*
prog: fix panic during squashing
Dmitry Vyukov
2024-05-03
1
-0
/
+30
*
tools/syz-linter: check t.Logf/Errorf/Fatalf messages
Dmitry Vyukov
2024-04-17
1
-4
/
+4
*
compiler: correctness test for flags flattening
Paul Chaignon
2023-12-05
1
-0
/
+50
*
sys: refactor const extraction
Aleksandr Nogikh
2023-10-04
1
-2
/
+6
*
all: ioutil is deprecated in go1.19 (#3718)
Taras Madan
2023-02-23
1
-2
/
+2
*
pkg/compiler: fix almost infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
1
-0
/
+10
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
1
-0
/
+9
*
pkg/compiler: fix crash on invalid templates
Dmitry Vyukov
2020-11-18
1
-0
/
+8
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
1
-5
/
+5
*
pkg/compiler: merge const files into a single file
Dmitry Vyukov
2020-08-13
1
-1
/
+1
*
prog: remove StructDesc
Dmitry Vyukov
2020-05-03
1
-4
/
+0
*
pkg/compiler: check that flags values fit into base type
Dmitry Vyukov
2020-03-17
1
-0
/
+2
*
pkg/compiler: reduce clutter in test output
Dmitry Vyukov
2020-03-17
1
-1
/
+5
*
pkg/compiler: unshare error handler
Dmitry Vyukov
2020-03-17
1
-0
/
+3
*
pkg/compiler: add tests for generation phase
Dmitry Vyukov
2020-03-17
1
-98
/
+36
*
pkg/compiler: don't specify syscall consts for test OS
Dmitry Vyukov
2020-03-17
1
-6
/
+6
*
pkg/compiler: handle errors in test
Dmitry Vyukov
2020-03-17
1
-2
/
+5
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2019-10-10
1
-0
/
+5
*
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: fix potential nil deref
Dmitry Vyukov
2019-03-06
1
-0
/
+2
*
pkg/compiler: fix infinite recursion on unions
Dmitry Vyukov
2019-03-05
1
-1
/
+4
*
pkg/compiler: don't warn about the same len twice
Dmitry Vyukov
2019-01-31
1
-0
/
+30
*
pkg/compiler: add error handler in CollectUnused
Marco Vanotti
2018-11-21
1
-0
/
+89
*
executor: overhaul
Dmitry Vyukov
2018-07-24
1
-13
/
+13
*
pkg/ast: support char constants
Dmitry Vyukov
2018-04-29
1
-1
/
+12
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
1
-7
/
+87
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
1
-19
/
+30
*
sys/syz-extract: support fuchsia
Dmitry Vyukov
2017-09-25
1
-2
/
+3
*
all: more assorted fuchsia support
Dmitry Vyukov
2017-09-22
1
-4
/
+5
*
sys: move linux descriptions to sys/linux
Dmitry Vyukov
2017-09-15
1
-2
/
+2
*
sys, pkg/compiler: move padding computation to compiler
Dmitry Vyukov
2017-09-04
1
-0
/
+30
*
pkg/compiler: use correct arch ptr size
Dmitry Vyukov
2017-09-04
1
-3
/
+3
*
pkg/compiler: detect resources without ctors
Dmitry Vyukov
2017-09-04
1
-1
/
+1
*
pkg/compiler: verify validity of len targets
Dmitry Vyukov
2017-09-04
1
-9
/
+13
*
pkg/compiler: check and generate types
Dmitry Vyukov
2017-09-02
1
-5
/
+23
*
pkg/compiler: more static error checking
Dmitry Vyukov
2017-08-27
1
-52
/
+17
*
pkg/compiler: move more const-processing code to compiler
Dmitry Vyukov
2017-08-27
1
-0
/
+21
*
pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler
Dmitry Vyukov
2017-08-27
1
-5
/
+11
*
sys/syz-extract: switch to the new parser
Dmitry Vyukov
2017-08-18
1
-0
/
+59