rust/crates/rust-analyzer
Aleksey Kladov ce8400bbfd internal: drop latest requests tracking
From the dawn of time, when dinosaurs roamed the and we didn't have
hierarchical profiling, there was the `latest_requests` infra we used to
track the time of ten last requests.

Today, no one is actually using it and, what's more, it itself became
pretty useless -- LSP grew way more chatty, and 10 requests don't really
paint any kind of picture.

Personally, it's been years since I last looked at latest requests in
the status output.

So, let's remove a tiny bit of state from the big ball of complexity
that is `GlobalState` and `main_loop`!
2021-08-09 18:56:19 +03:00
..
src internal: drop latest requests tracking 2021-08-09 18:56:19 +03:00
tests/slow-tests exclude files from tidy check 2021-08-08 18:44:54 +02:00
build.rs minor: standard snippet 2021-05-07 21:46:25 +03:00
Cargo.toml Bump deps 2021-07-24 11:16:32 +03:00