| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/fuchsia: update stream definitions (#3293) | Chris Palmer | 2022-08-12 | 1 | -6/+0 |
| | | | | Co-authored-by: Chris Palmer <palmer@google.com> | ||||
| * | pkg/compiler: check for unused resources | Dmitry Vyukov | 2020-08-04 | 1 | -2/+0 |
| | | | | | | | | | | | 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/fuchsia: update "make extract" support code | Matthew Dempsky | 2020-06-05 | 1 | -0/+8 |
| FIDL fuzzing hasn't been working for a while, and it's further bit-rotted as upstream FIDL functionality has continued to evolve. This commit updates enough FIDL functionality to get a minimal FIDL test case to work again. | |||||
