Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #9260 | bors[bot] | 2021-06-14 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | 9260: tree-wide: make rustdoc links spiky so they are clickable r=matklad a=lf- Rustdoc was complaining about these while I was running with --document-private-items and I figure they should be fixed. Co-authored-by: Jade <[email protected]> | ||||
| * | tree-wide: make rustdoc links spiky so they are clickable | Jade | 2021-06-14 | 1 | -3/+3 |
| | | |||||
* | | minor: squelch "unused" warning | Aleksey Kladov | 2021-06-12 | 1 | -1/+1 |
| | | |||||
* | | Add support for mallinfo2 on glibc Linux | Jonas Schievink | 2021-06-10 | 1 | -3/+32 |
| | | |||||
* | | Make `MemoryUsage` work on Windows | Jonas Schievink | 2021-06-10 | 1 | -0/+16 |
|/ | |||||
* | Add more docs | Aleksey Kladov | 2021-05-22 | 3 | -5/+7 |
| | |||||
* | internal: revive google_cpu_profile infra | Aleksey Kladov | 2021-03-30 | 2 | -12/+44 |
| | |||||
* | internal: track missing `.check_cancelled` | Aleksey Kladov | 2021-03-29 | 2 | -11/+78 |
| | |||||
* | internal: cleanup hprof | Aleksey Kladov | 2021-03-29 | 1 | -7/+13 |
| | |||||
* | Include `countme` crate to count important data structures. | Aleksey Kladov | 2021-01-21 | 2 | -1/+10 |
| | |||||
* | Add back jemalloc support | Jonas Schievink | 2021-01-18 | 1 | -1/+6 |
| | |||||
* | prepare to publish el libro de arena | Aleksey Kladov | 2021-01-14 | 1 | -2/+2 |
| | |||||
* | Make printin the backtrace more convenient | Aleksey Kladov | 2021-01-14 | 1 | -15/+0 |
| | |||||
* | Less confusing instr stat | Aleksey Kladov | 2021-01-06 | 1 | -1/+5 |
| | |||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 2 | -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 -> profile | Aleksey Kladov | 2020-08-12 | 6 | -0/+633 |