Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-08 | Remove lostcancel warnings. | Adin Scannell | |
Updates #2243 | |||
2020-04-08 | Fix unused result errors. | Adin Scannell | |
This fixes a bug in the proc net directory. Updates #2243 | |||
2020-04-08 | Fix all printf formatting errors. | Adin Scannell | |
Updates #2243 | |||
2020-04-08 | Fix all copy locks violations. | Adin Scannell | |
This required minor restructuring of how system call tables were saved and restored, but it makes way more sense this way. Updates #2243 | |||
2020-03-30 | BigQuery schema for benchmark-tools dashboard. | Zach Koopmans | |
PiperOrigin-RevId: 303805784 | |||
2020-03-26 | Add nogo exemption for machine_arm64_unsafe.go | Adin Scannell | |
2020-03-25 | nogo: enable sanitizers. | Adin Scannell | |
This enables all relevant santizers (though most analyzers will not find much, it will prevent instances from creeping in), and codifies existing exceptions in tools/nogo.js to be fixed. |