Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal: track missing `.check_cancelled` | Aleksey Kladov | 2021-03-29 | 1 | -10/+77 |
| | |||||
* | internal: cleanup hprof | Aleksey Kladov | 2021-03-29 | 1 | -7/+13 |
| | |||||
* | Include `countme` crate to count important data structures. | Aleksey Kladov | 2021-01-21 | 1 | -1/+3 |
| | |||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -2/+2 |
| | | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034. | ||||
* | Rename ra_prof -> profile | Aleksey Kladov | 2020-08-12 | 1 | -0/+240 |