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
/
check.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: apply linter auto fixes
Taras Madan
2025-07-17
1
-7
/
+10
*
all: opt-out some functions to enforce linter checks
Taras Madan
2025-03-27
1
-0
/
+1
*
pkg/declextract: remove unused includes and defines
Dmitry Vyukov
2025-01-17
1
-0
/
+38
*
pkg/compiler: handle string syscall attributes
Florent Revest
2024-12-09
1
-3
/
+3
*
pkg/compiler: allow recursion via arrays
Dmitry Vyukov
2024-11-18
1
-2
/
+16
*
pkg/compiler: add consts to all files that mention them
Dmitry Vyukov
2024-11-13
1
-2
/
+5
*
all: follow new linter recommendations
Taras Madan
2024-09-10
1
-1
/
+1
*
compiler: support constants in conditional fields
Paul Chaignon
2024-09-09
1
-2
/
+2
*
pkg/compiler: recurseField() fails with baseless argument
Igor Chervatyuk
2024-07-08
1
-4
/
+8
*
compiler: support using int flags in field conditions
Paul Chaignon
2024-03-01
1
-2
/
+2
*
pkg/compiler: support if[expr] attributes
Aleksandr Nogikh
2024-02-19
1
-20
/
+83
*
pkg/compiler: extend parent reference support in len
Aleksandr Nogikh
2024-02-19
1
-17
/
+62
*
all: fix some function names in comments
cui fliter
2023-12-20
1
-1
/
+1
*
compiler: require nested flags to be at the end of the list
Paul Chaignon
2023-12-05
1
-0
/
+22
*
compiler: remove dead code around structFieldAttrs
Paul Chaignon
2023-11-29
1
-4
/
+0
*
compiler: prohibit homonymous flags and consts
Paul Chaignon
2023-11-28
1
-1
/
+11
*
compiler: support flags as int first argument
Paul Chaignon
2023-11-28
1
-1
/
+2
*
compiler: support type args with mixed kinds
Paul Chaignon
2023-11-28
1
-10
/
+16
*
pkg/compiler: prohibit not DirIn resources inside fmt
Aleksandr Nogikh
2023-10-06
1
-5
/
+11
*
pkg/compiler: support (in) for union fields
Aleksandr Nogikh
2023-10-06
1
-1
/
+1
*
prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...
Hrutvik Kanabar
2022-11-21
1
-0
/
+40
*
pkg/ast, pkg/compiler: support per-file metadata
Dmitry Vyukov
2022-04-29
1
-1
/
+4
*
pkg/compiler: require stricter resource constructors
Dmitry Vyukov
2022-01-11
1
-8
/
+13
*
pkg/compiler: fix error message spelling
Dmitry Vyukov
2022-01-11
1
-1
/
+1
*
pkg/compiler: prohibit use of len/flags/const/proc types in out fields
Dmitry Vyukov
2022-01-11
1
-0
/
+2
*
pkg/compiler: prohibit use of direction attribute on union fields
Dmitry Vyukov
2022-01-11
1
-6
/
+6
*
pkg/compiler: add out_overlay field attribute
Dmitry Vyukov
2022-01-11
1
-3
/
+33
*
pkg/compiler: warn about confusing comments that fake directives
Dmitry Vyukov
2021-11-12
1
-0
/
+14
*
pkg/compiler: fix almost infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
1
-3
/
+14
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
1
-18
/
+27
*
pkg/compiler: fix crash on invalid templates
Dmitry Vyukov
2020-11-18
1
-2
/
+5
*
pkg/compiler: check for flags with all equal values
Dmitry Vyukov
2020-11-13
1
-1
/
+11
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
1
-1
/
+23
*
pkg/compiler: check for unused resources
Dmitry Vyukov
2020-08-04
1
-9
/
+23
*
all: fix dup types in func args
Dmitry Vyukov
2020-07-04
1
-1
/
+1
*
.golangci.yml: make goconst checker more strict
Dmitry Vyukov
2020-06-07
1
-3
/
+5
*
pkg/compiler: remove unused statement
Dmitry Vyukov
2020-06-05
1
-1
/
+0
*
pkg/compiler: simplify and enhance handling of builtins
Dmitry Vyukov
2020-05-05
1
-11
/
+14
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-7
/
+7
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-7
/
+7
*
prog: introduce call attributes
Dmitry Vyukov
2020-04-19
1
-0
/
+1
*
pkg/compiler: refactor attribute handling
Dmitry Vyukov
2020-04-19
1
-32
/
+16
*
prog: add MaxArgs const
Dmitry Vyukov
2020-03-31
1
-3
/
+2
*
pkg/compiler: special BASE argument in templates
Paul Chaignon
2019-11-01
1
-1
/
+18
*
pkg/compiler: fix root node not visited in typedef checks
Paul Chaignon
2019-10-23
1
-2
/
+2
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2019-10-10
1
-1
/
+1
*
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
1
-0
/
+10
*
pkg/compiler: add offsetof type
Dmitry Vyukov
2019-05-16
1
-1
/
+6
*
pkg/compiler: allow to refer to syscall arguments in len paths
Dmitry Vyukov
2019-05-14
1
-13
/
+21
[next]