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
/
consts.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/declextract: remove unused includes and defines
Dmitry Vyukov
2025-01-17
1
-4
/
+9
*
pkg/compiler: add automatic meta
Dmitry Vyukov
2024-12-11
1
-1
/
+1
*
pkg/compiler: allow manual consts to override auto-extracted consts
Dmitry Vyukov
2024-11-26
1
-1
/
+1
*
pkg/compiler: add consts to all files that mention them
Dmitry Vyukov
2024-11-13
1
-33
/
+57
*
pkg/compiler: support if[expr] attributes
Aleksandr Nogikh
2024-02-19
1
-5
/
+39
*
compiler: support flags as int first argument
Paul Chaignon
2023-11-28
1
-0
/
+12
*
compiler: support type args with mixed kinds
Paul Chaignon
2023-11-28
1
-2
/
+2
*
sys: refactor const extraction
Aleksandr Nogikh
2023-10-04
1
-13
/
+30
*
sys/targets: introduce HasCallNumber to reduce clutter
Greg Steuck
2023-04-25
1
-1
/
+1
*
pkg/compiler: merge const files into a single file
Dmitry Vyukov
2020-08-13
1
-116
/
+0
*
.golangci.yml: reduce scope of suppressions
Dmitry Vyukov
2020-06-07
1
-2
/
+1
*
sys/syz-extract: use -nostdinc on linux
Dmitry Vyukov
2020-05-11
1
-0
/
+2
*
pkg/compiler: simplify and enhance handling of builtins
Dmitry Vyukov
2020-05-05
1
-0
/
+3
*
prog: introduce call attributes
Dmitry Vyukov
2020-04-19
1
-30
/
+34
*
pkg/compiler: refactor attribute handling
Dmitry Vyukov
2020-04-19
1
-13
/
+30
*
pkg/compiler: preserve literal int const names
Dmitry Vyukov
2020-03-17
1
-11
/
+19
*
pkg/compiler: don't specify syscall consts for test OS
Dmitry Vyukov
2020-03-17
1
-0
/
+15
*
pkg/compiler: work around 0-array-size errors due to missing consts
Dmitry Vyukov
2019-05-15
1
-10
/
+17
*
pkg/ast: refactor COLON handling
Dmitry Vyukov
2019-05-14
1
-6
/
+8
*
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
*
gometalinter: clean up vetshadow
Dmitry Vyukov
2018-07-31
1
-1
/
+1
*
gometalinter: some fixes for unparam
Dmitry Vyukov
2018-05-03
1
-10
/
+6
*
pkg/compiler: support size attribute for unions
Dmitry Vyukov
2018-03-05
1
-2
/
+2
*
pkg/compiler: add size attribute for structs
Dmitry Vyukov
2018-03-05
1
-0
/
+21
*
sys/syz-extract: save unsupported consts to the const files
Dmitry Vyukov
2018-02-01
1
-10
/
+13
*
sys/syz-sysgen: don't generate syz_ syscall numbers
Dmitry Vyukov
2018-01-13
1
-29
/
+1
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
1
-136
/
+122
*
pkg/ast: refactor Walk
Dmitry Vyukov
2018-01-11
1
-5
/
+5
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
1
-2
/
+2
*
pkg/csource: support akaros
Dmitry Vyukov
2017-10-16
1
-7
/
+4
*
all: basic freebsd support
Dmitry Vyukov
2017-10-02
1
-2
/
+4
*
sys/syz-extract: support fuchsia
Dmitry Vyukov
2017-09-25
1
-2
/
+3
*
all: more assorted fuchsia support
Dmitry Vyukov
2017-09-22
1
-0
/
+5
*
pkg/compiler: don't genererate missing syscalls
Dmitry Vyukov
2017-09-15
1
-16
/
+5
*
pkg/compiler: restore generation of unsupported syscalls
Dmitry Vyukov
2017-09-02
1
-1
/
+14
*
pkg/compiler: check and generate types
Dmitry Vyukov
2017-09-02
1
-12
/
+175
*
pkg/compiler: more static error checking
Dmitry Vyukov
2017-08-27
1
-0
/
+77
*
pkg/compiler: move more const-processing code to compiler
Dmitry Vyukov
2017-08-27
1
-0
/
+124