| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-03 | Fix miscellaneous Clippy lints | Aramis Razzaghipour | -1/+1 | |
| 2021-10-03 | Add semicolons for consistency | Aramis Razzaghipour | -5/+5 | |
| `clippy::semicolon_if_nothing_returned` | ||||
| 2021-07-31 | internal: make non-zero times stand out in profile | Aleksey Kladov | -6/+17 | |
| 2021-03-29 | internal: track missing `.check_cancelled` | Aleksey Kladov | -10/+77 | |
| 2021-03-29 | internal: cleanup hprof | Aleksey Kladov | -7/+13 | |
| 2021-01-21 | Include `countme` crate to count important data structures. | Aleksey Kladov | -1/+3 | |
| 2020-11-02 | Deny unreachable-pub | Aleksey Kladov | -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. | ||||
| 2020-08-12 | Rename ra_prof -> profile | Aleksey Kladov | -0/+240 | |
