aboutsummaryrefslogtreecommitdiffstats
path: root/prog/any_test.go
Commit message (Expand)AuthorAgeFilesLines
* prog: fix panic during squashingDmitry Vyukov2024-05-031-44/+46
* prog: fix selection of args eligible for squashingDmitry Vyukov2024-04-151-14/+49
* prog: add an attribute for syscalls which should not be generatedHrutvik Kanabar2022-09-221-1/+1
* prog: support int8 resources in any squashingDmitry Vyukov2022-06-201-2/+2
* prog: fix out-of-bounds access in any blob mutationDmitry Vyukov2022-06-201-1/+1
* prog: fix panic in squash of out_overlay structsDmitry Vyukov2022-06-031-1/+16
* prog: support disabled attributeDmitry Vyukov2020-05-041-1/+5
* prog: introduce Field typeDmitry Vyukov2020-05-021-2/+2
* prog: don't squash objects that contain pointersDmitry Vyukov2020-05-011-2/+2
* pkg/compiler: fix bitfield layout bugDmitry Vyukov2019-12-201-1/+1
* prog: add implementation for resource centricVeronica Radu2019-09-031-1/+1
* prog: introduce strict parsing modeDmitry Vyukov2018-12-101-1/+1
* prog: parallelize testsDmitry Vyukov2018-05-041-1/+5
* gometalinter: enable line length checkingDmitry Vyukov2018-05-041-0/+1
* prog: properly squash bitfieldsDmitry Vyukov2018-02-261-2/+2
* executor: use proper default values for resourcesDmitry Vyukov2018-02-261-1/+1
* prog: add arbitrary mutation of complex structsDmitry Vyukov2018-02-251-0/+74