| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-04-14 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+18 | |
| 2021-04-05 | :arrow_up: rust-analyzer | Laurențiu Nicola | -20/+18 | |
| 2021-03-29 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+21 | |
| 2021-03-22 | :arrow_up: rust-analyzer | Laurențiu Nicola | -15/+15 | |
| 2021-03-15 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 | |
| 2021-03-08 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 | |
| 2021-03-01 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+15 | |
| 2021-02-22 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+17 | |
| 2021-02-15 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+18 | |
| 2021-02-08 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+17 | |
| 2021-02-01 | :arrow_up: rust-analyzer | Jonas Schievink | -32/+15 | |
| 2020-09-14 | :arrow_up: rust-analyzer | Jonas Schievink | -16/+33 | |
| 2020-09-09 | :arrow_up: rust-analyzer | Jonas Schievink | -16/+16 | |
| 2020-08-31 | :arrow_up: rust-analyzer | Aleksey Kladov | -23/+15 | |
| 2020-08-24 | :arrow_up: rust-analyzer | Aleksey Kladov | -42/+22 | |
| 2020-08-17 | :arrow_up: rust-analyzer | Aleksey Kladov | -16/+44 | |
| 2020-07-20 | :arrow_up: rust-analyzer | Aleksey Kladov | -18/+15 | |
| 2020-07-07 | :arrow_up: rust-analyzer | Aleksey Kladov | -14/+14 | |
| 2020-07-03 | Add rust-analyzer submodule | Aleksey Kladov | -0/+27 | |
| The current plan is that submodule tracks the `release` branch of rust-analyzer, which is updated once a week. rust-analyzer is a workspace (with a virtual manifest), the actual binary is provide by `crates/rust-analyzer` package. Note that we intentionally don't add rust-analyzer to `Kind::Test`, for two reasons. *First*, at the moment rust-analyzer's test suite does a couple of things which might not work in the context of rust repository. For example, it shells out directly to `rustup` and `rustfmt`. So, making this work requires non-trivial efforts. *Second*, it seems unlikely that running tests in rust-lang/rust repo would provide any additional guarantees. rust-analyzer builds with stable and does not depend on the specifics of the compiler, so changes to compiler can't break ra, unless they break stability guarantee. Additionally, rust-analyzer itself is gated on bors, so we are pretty confident that test suite passes. | ||||
