aboutsummaryrefslogtreecommitdiff
path: root/crates/profile/src
Commit message (Collapse)AuthorAgeFilesLines
* Make printin the backtrace more convenientAleksey Kladov2021-01-141-15/+0
|
* Less confusing instr statAleksey Kladov2021-01-061-1/+5
|
* Deny unreachable-pubAleksey Kladov2020-11-022-10/+10
| | | | | | | | 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 -> profileAleksey Kladov2020-08-126-0/+633