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.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: use any instead of interface{}
Dmitry Vyukov
2025-12-22
1
-2
/
+2
*
pkg/declextract: generated single openat for all related files
Dmitry Vyukov
2024-12-11
1
-2
/
+2
*
pkg/compiler: add automatic meta
Dmitry Vyukov
2024-12-11
1
-7
/
+2
*
pkg/compiler: handle string syscall attributes
Florent Revest
2024-12-09
1
-10
/
+27
*
pkg/compiler: allow recursion via arrays
Dmitry Vyukov
2024-11-18
1
-5
/
+7
*
pkg/compiler: add consts to all files that mention them
Dmitry Vyukov
2024-11-13
1
-0
/
+2
*
pkg/compiler: support if[expr] attributes
Aleksandr Nogikh
2024-02-19
1
-18
/
+55
*
compiler: support nested string flags definitions
Paul Chaignon
2023-12-05
1
-0
/
+15
*
compiler: refactor recurFlattenFlags
Paul Chaignon
2023-12-05
1
-12
/
+18
*
compiler: error on circular dependencies in flag definitions
Paul Chaignon
2023-12-05
1
-3
/
+10
*
compiler: support nested int flags definitions
Paul Chaignon
2023-12-05
1
-0
/
+38
*
compiler: prohibit homonymous flags and consts
Paul Chaignon
2023-11-28
1
-1
/
+1
*
sys: refactor const extraction
Aleksandr Nogikh
2023-10-04
1
-15
/
+5
*
pkg/ast, pkg/compiler: support per-file metadata
Dmitry Vyukov
2022-04-29
1
-0
/
+20
*
pkg/compiler: fix almost infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
1
-22
/
+24
*
pkg/compiler: simplify and enhance handling of builtins
Dmitry Vyukov
2020-05-05
1
-7
/
+1
*
prog: remove StructDesc
Dmitry Vyukov
2020-05-03
1
-11
/
+7
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-3
/
+3
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-4
/
+3
*
pkg/compiler: deduplicate Types in descriptions
Dmitry Vyukov
2020-04-26
1
-1
/
+5
*
all: fix liner errors
Dmitry Vyukov
2020-04-19
1
-8
/
+8
*
pkg/compiler: error on duplicate attributes
Dmitry Vyukov
2020-04-19
1
-0
/
+4
*
pkg/compiler: refactor attribute handling
Dmitry Vyukov
2020-04-19
1
-61
/
+37
*
pkg/compiler: emit warnings after generate stage
Dmitry Vyukov
2020-03-17
1
-3
/
+3
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
1
-0
/
+10
*
pkg/ast: refactor COLON handling
Dmitry Vyukov
2019-05-14
1
-1
/
+1
*
pkg/compiler: add error handler in CollectUnused
Marco Vanotti
2018-11-21
1
-3
/
+3
*
sys/fuchsia: prune unused structs in syscall description generated by fidlgen
Dokyung Song
2018-09-11
1
-6
/
+11
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
1
-1
/
+1
*
pkg/compiler: check for unused declarations
Dmitry Vyukov
2018-06-30
1
-7
/
+10
*
gometalinter: some fixes for unparam
Dmitry Vyukov
2018-05-03
1
-3
/
+3
*
pkg/compiler: support non-zero terminated filenames
Dmitry Vyukov
2018-04-02
1
-2
/
+5
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
1
-1
/
+1
*
pkg/compiler: support size attribute for unions
Dmitry Vyukov
2018-03-05
1
-20
/
+30
*
pkg/compiler: add size attribute for structs
Dmitry Vyukov
2018-03-05
1
-6
/
+52
*
pkg/compiler: switch attributes from Ident to Type
Dmitry Vyukov
2018-03-05
1
-8
/
+14
*
sys/syz-sysgen: don't generate syz_ syscall numbers
Dmitry Vyukov
2018-01-13
1
-1
/
+3
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
1
-6
/
+60
*
pkg/ast: refactor Walk
Dmitry Vyukov
2018-01-11
1
-1
/
+1
*
pkg/compiler: add builtin bool type aliases
Dmitry Vyukov
2018-01-08
1
-0
/
+3
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
1
-0
/
+5
*
all: more assorted fuchsia support
Dmitry Vyukov
2017-09-22
1
-2
/
+5
*
pkg/compiler: don't genererate missing syscalls
Dmitry Vyukov
2017-09-15
1
-0
/
+2
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
1
-13
/
+13
*
sys: rename Call to Syscall
Dmitry Vyukov
2017-09-05
1
-1
/
+1
*
sys, pkg/compiler: move padding computation to compiler
Dmitry Vyukov
2017-09-04
1
-26
/
+33
*
pkg/compiler: use correct arch ptr size
Dmitry Vyukov
2017-09-04
1
-2
/
+2
*
pkg/compiler: move checking code to a separate file
Dmitry Vyukov
2017-09-04
1
-390
/
+0
*
pkg/compiler: detect recursive struct declarations
Dmitry Vyukov
2017-09-04
1
-22
/
+95
*
pkg/compiler: check and generate types
Dmitry Vyukov
2017-09-02
1
-258
/
+323
[next]