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
/
testdata
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/compiler: require stricter resource constructors
Dmitry Vyukov
2022-01-11
1
-0
/
+8
*
pkg/compiler: fix error message spelling
Dmitry Vyukov
2022-01-11
1
-4
/
+4
*
pkg/compiler: prohibit use of len/flags/const/proc types in out fields
Dmitry Vyukov
2022-01-11
1
-1
/
+8
*
pkg/compiler: prohibit use of direction attribute on union fields
Dmitry Vyukov
2022-01-11
2
-8
/
+7
*
pkg/compiler: add out_overlay field attribute
Dmitry Vyukov
2022-01-11
3
-1
/
+41
*
pkg/compiler: warn about confusing comments that fake directives
Dmitry Vyukov
2021-11-12
1
-0
/
+5
*
pkg/compiler: add more tests for templates
Dmitry Vyukov
2021-10-05
1
-0
/
+20
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2021-10-05
1
-0
/
+5
*
pkg/compiler: add glob type
Joey Jiaojg
2021-05-26
2
-1
/
+9
*
pkg/compiler: check for flags with all equal values
Dmitry Vyukov
2020-11-13
1
-0
/
+6
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
3
-6
/
+108
*
pkg/compiler: check for unused resources
Dmitry Vyukov
2020-08-04
1
-1
/
+4
*
pkg/compiler: fix crash on fmt[flags]
Dmitry Vyukov
2020-07-23
1
-0
/
+3
*
pkg/compiler: simplify and enhance handling of builtins
Dmitry Vyukov
2020-05-05
1
-2
/
+2
*
pkg/compiler: error on duplicate attributes
Dmitry Vyukov
2020-04-19
1
-0
/
+1
*
prog: introduce call attributes
Dmitry Vyukov
2020-04-19
2
-0
/
+6
*
pkg/compiler: refactor attribute handling
Dmitry Vyukov
2020-04-19
3
-11
/
+8
*
pkg/compiler: check that flags values fit into base type
Dmitry Vyukov
2020-03-17
1
-0
/
+3
*
pkg/compiler: check that const values fit into base type
Dmitry Vyukov
2020-03-17
2
-0
/
+7
*
pkg/compiler: add tests for generation phase
Dmitry Vyukov
2020-03-17
3
-0
/
+24
*
pkg/compiler: ensure consistency of syscall argument types
Dmitry Vyukov
2020-03-17
1
-52
/
+52
*
pkg/compiler: don't specify syscall consts for test OS
Dmitry Vyukov
2020-03-17
1
-2
/
+2
*
pkg/ast: introduce hex-encoded string literals
Dmitry Vyukov
2020-02-10
2
-0
/
+4
*
pkg/compiler: fix alignment of string-formatted values
Dmitry Vyukov
2019-12-20
1
-1
/
+6
*
pkg/compiler: fix incorrect alignment calculation for padding
Dmitry Vyukov
2019-12-18
1
-1
/
+10
*
pkg/compiler: define fileoff template
Paul Chaignon
2019-11-01
1
-2
/
+2
*
pkg/compiler: special BASE argument in templates
Paul Chaignon
2019-11-01
2
-7
/
+21
*
pkg/compiler: check range is consistent with base type
Paul Chaignon
2019-10-25
2
-1
/
+14
*
prog, pkg/compiler: alignment for integer ranges
Paul Chaignon
2019-10-25
4
-1
/
+14
*
pkg/compiler: check first int arg is range
Paul Chaignon
2019-10-25
1
-1
/
+1
*
pkg/compiler: fix root node not visited in typedef checks
Paul Chaignon
2019-10-23
1
-0
/
+2
*
pkg/compiler: detect unused template params
Andrey Konovalov
2019-09-04
1
-2
/
+2
*
pkg/compiler: add offsetof type
Dmitry Vyukov
2019-05-16
2
-0
/
+4
*
pkg/compiler: allow to refer to syscall arguments in len paths
Dmitry Vyukov
2019-05-14
2
-1
/
+4
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
3
-4
/
+62
*
pkg/compiler: make buffer alias to ptr[array[int8]]
Dmitry Vyukov
2019-04-01
2
-3
/
+5
*
pkg/compiler: don't warn about the same len twice
Dmitry Vyukov
2019-01-31
1
-0
/
+21
*
executor: fix handling of big-endian bitfields
Dmitry Vyukov
2018-12-08
1
-0
/
+1
*
pkg/compiler: add vma64 type
Dmitry Vyukov
2018-11-17
1
-0
/
+7
*
pkg/compiler: prohibit subargs
Dmitry Vyukov
2018-08-10
1
-0
/
+2
*
pkg/compiler: refactor checkType
Dmitry Vyukov
2018-08-02
1
-1
/
+1
*
pkg/compiler: support negative integers
Dmitry Vyukov
2018-07-09
3
-2
/
+10
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
2
-0
/
+25
*
pkg/compiler: check for unused declarations
Dmitry Vyukov
2018-06-30
3
-0
/
+51
*
pkg/compiler: add optional builtin template
Dmitry Vyukov
2018-05-17
1
-0
/
+1
*
pkg/compiler: detect duplicate fields in template structs
Dmitry Vyukov
2018-05-17
1
-0
/
+1
*
pkg/ast: support char constants
Dmitry Vyukov
2018-04-29
2
-3
/
+4
*
pkg/compiler: support size attribute for unions
Dmitry Vyukov
2018-03-05
1
-0
/
+8
*
pkg/compiler: add size attribute for structs
Dmitry Vyukov
2018-03-05
4
-2
/
+42
*
pkg/compiler: switch attributes from Ident to Type
Dmitry Vyukov
2018-03-05
1
-0
/
+12
[next]