| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/compiler: check for unused resources | Dmitry Vyukov | 2020-08-04 | 1 | -2/+1 |
| | | | | | | | | | | | If a resource is never used as an input, it is not useful. It's effectively the same as using an integer. Detect such cases, they are quite confusing. Fix all existing errors in descriptions. This uncovered some interesting bugs as well, e.g. use of a completely unrelated fd subtype after copy-paste (while the resource that was supposed to be used there is completely unused). | ||||
| * | sys/windows/sys.txt: use bool32 instead of int32[0:1] | Shiyu Sun | 2019-11-28 | 1 | -2/+1 |
| | | |||||
| * | sys/linux: add syz_execute_func | Dmitry Vyukov | 2018-08-30 | 1 | -0/+2 |
| | | | | | | | The function executes random code. Update #310 | ||||
| * | pkg/compiler: check for unused declarations | Dmitry Vyukov | 2018-06-30 | 1 | -1/+0 |
| | | | | | | Error on unused structs/unions/resources/flags. Finds tons of bugs. | ||||
| * | sys/windows: add more descriptions | Dmitry Vyukov | 2017-09-27 | 1 | -5/+5 |
| | | |||||
| * | executor, sys/windows: initial windows support | Dmitry Vyukov | 2017-09-25 | 1 | -0/+31 |
