| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-08 | Update remaining GitHub URLs | Jonas Schievink | -1/+1 | |
| 2022-03-21 | Replace write! with direct calls | Laurențiu Nicola | -2/+2 | |
| 2021-11-16 | Allow disabling perf access via `RA_DISABLE_PERF` | Jonas Schievink | -8/+19 | |
| 2021-10-03 | Fix miscellaneous Clippy lints | Aramis Razzaghipour | -1/+1 | |
| 2021-10-03 | Add semicolons for consistency | Aramis Razzaghipour | -9/+9 | |
| `clippy::semicolon_if_nothing_returned` | ||||
| 2021-07-31 | internal: make non-zero times stand out in profile | Aleksey Kladov | -6/+17 | |
| 2021-06-14 | Merge #9260 | bors[bot] | -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 <software@lfcode.ca> | ||||
| 2021-06-13 | tree-wide: make rustdoc links spiky so they are clickable | Jade | -3/+3 | |
| 2021-06-12 | minor: squelch "unused" warning | Aleksey Kladov | -1/+1 | |
| 2021-06-10 | Add support for mallinfo2 on glibc Linux | Jonas Schievink | -3/+32 | |
| 2021-06-10 | Make `MemoryUsage` work on Windows | Jonas Schievink | -0/+16 | |
| 2021-05-22 | Add more docs | Aleksey Kladov | -5/+7 | |
| 2021-03-30 | internal: revive google_cpu_profile infra | Aleksey Kladov | -12/+44 | |
| 2021-03-29 | internal: track missing `.check_cancelled` | Aleksey Kladov | -11/+78 | |
| 2021-03-29 | internal: cleanup hprof | Aleksey Kladov | -7/+13 | |
| 2021-01-21 | Include `countme` crate to count important data structures. | Aleksey Kladov | -1/+10 | |
| 2021-01-18 | Add back jemalloc support | Jonas Schievink | -1/+6 | |
| 2021-01-14 | prepare to publish el libro de arena | Aleksey Kladov | -2/+2 | |
| 2021-01-14 | Make printin the backtrace more convenient | Aleksey Kladov | -15/+0 | |
| 2021-01-06 | Less confusing instr stat | Aleksey Kladov | -1/+5 | |
| 2020-11-02 | Deny unreachable-pub | Aleksey Kladov | -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. | ||||
| 2020-08-12 | Rename ra_prof -> profile | Aleksey Kladov | -0/+633 | |
