index
:
syz
actual
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
/
types.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg, prog: enable ifuzz for riscv64
6eanut
2026-01-22
1
-1
/
+1
*
executor, sys/linux, pkg: enable syz_kvm_setup_cpu for riscv64
6eanut
2026-01-20
1
-1
/
+3
*
pkg/compiler: fix struct layout bug
Dmitry Vyukov
2025-01-20
1
-15
/
+2
*
all: use min/max functions
Dmitry Vyukov
2025-01-17
1
-7
/
+2
*
prog: fix panic during squashing
Dmitry Vyukov
2024-05-03
1
-4
/
+3
*
prog: fix selection of args eligible for squashing
Dmitry Vyukov
2024-04-15
1
-3
/
+51
*
pkg/compiler: support if[expr] attributes
Aleksandr Nogikh
2024-02-19
1
-1
/
+6
*
compiler: support const as int first argument
Paul Chaignon
2023-11-28
1
-11
/
+8
*
compiler: support flags as int first argument
Paul Chaignon
2023-11-28
1
-12
/
+32
*
compiler: refactor Gen for flags type
Paul Chaignon
2023-11-28
1
-22
/
+25
*
compiler: support type args with mixed kinds
Paul Chaignon
2023-11-28
1
-6
/
+3
*
pkg/compiler: prohibit not DirIn resources inside fmt
Aleksandr Nogikh
2023-10-06
1
-0
/
+2
*
pkg/compiler: support (in) for union fields
Aleksandr Nogikh
2023-10-06
1
-4
/
+4
*
prog: preserve inout direction during squashing
Aleksandr Nogikh
2023-09-28
1
-2
/
+2
*
prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...
Hrutvik Kanabar
2022-11-21
1
-8
/
+35
*
prog: support int8 resources in any squashing
Dmitry Vyukov
2022-06-20
1
-3
/
+6
*
pkg/compiler: require stricter resource constructors
Dmitry Vyukov
2022-01-11
1
-0
/
+3
*
pkg/compiler: add out_overlay field attribute
Dmitry Vyukov
2022-01-11
1
-1
/
+13
*
pkg/compiler: refactor code
Dmitry Vyukov
2022-01-11
1
-10
/
+11
*
all: minor glob fixes
Dmitry Vyukov
2021-05-26
1
-8
/
+2
*
pkg/compiler: add glob type
Joey Jiaojg
2021-05-26
1
-1
/
+23
*
pkg/compiler: optimize array[const] representation
Dmitry Vyukov
2021-04-21
1
-0
/
+24
*
pkg/ifuzz/powerpc: add powerpc support
Alexey Kardashevskiy
2020-11-20
1
-1
/
+3
*
pkg/compiler: fix crash on fmt[flags]
Dmitry Vyukov
2020-07-23
1
-0
/
+6
*
prog/types.go: add Type.Alignment() and TypeCommon.TypeAlign
Albert van der Linde
2020-07-14
1
-0
/
+45
*
all: fix comments format
Dmitry Vyukov
2020-07-12
1
-2
/
+2
*
prog: refactor ANY to not fabricate new types
Dmitry Vyukov
2020-05-05
1
-0
/
+23
*
pkg/compiler: simplify and enhance handling of builtins
Dmitry Vyukov
2020-05-05
1
-15
/
+3
*
prog: remove StructDesc
Dmitry Vyukov
2020-05-03
1
-17
/
+21
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-7
/
+5
*
prog: rename {PtrType,ArrayType}.Type to Elem
Dmitry Vyukov
2020-05-01
1
-2
/
+2
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-8
/
+7
*
pkg/compiler: truncate const values to their physical size
Dmitry Vyukov
2020-03-24
1
-1
/
+3
*
pkg/compiler: check that flags values fit into base type
Dmitry Vyukov
2020-03-17
1
-15
/
+32
*
pkg/compiler: check that const values fit into base type
Dmitry Vyukov
2020-03-17
1
-4
/
+22
*
pkg/ast: introduce hex-encoded string literals
Dmitry Vyukov
2020-02-10
1
-16
/
+5
*
pkg/compiler: allow for escaped strings
Jason A. Donenfeld
2020-02-10
1
-5
/
+16
*
pkg/compiler: don't mark flags with 0 as bitmask
Dmitry Vyukov
2020-01-18
1
-10
/
+18
*
pkg/compiler: sort flags values
Dmitry Vyukov
2020-01-18
1
-0
/
+4
*
pkg/compiler: generate const[0] for flags w/o values
Dmitry Vyukov
2020-01-18
1
-7
/
+10
*
sys/linux: improve CAN descriptions
Dmitry Vyukov
2019-11-04
1
-2
/
+1
*
pkg/compiler: define fileoff template
Paul Chaignon
2019-11-01
1
-14
/
+2
*
pkg/compiler: check range is consistent with base type
Paul Chaignon
2019-10-25
1
-1
/
+12
*
prog, pkg/compiler: alignment for integer ranges
Paul Chaignon
2019-10-25
1
-9
/
+41
*
pkg/compiler: check first int arg is range
Paul Chaignon
2019-10-25
1
-0
/
+3
*
pkg/compiler: add offsetof type
Dmitry Vyukov
2019-05-16
1
-1
/
+6
*
pkg/compiler: generate complex len targets
Dmitry Vyukov
2019-05-14
1
-1
/
+8
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
1
-2
/
+3
*
pkg/ast: refactor COLON handling
Dmitry Vyukov
2019-05-14
1
-36
/
+52
*
pkg/compiler: make buffer alias to ptr[array[int8]]
Dmitry Vyukov
2019-04-01
1
-20
/
+2
[next]