| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -21/+0 | |
| Most tests involving save-analysis were removed, but I kept a few where the `-Zsave-analysis` was an add-on to the main thing being tested, rather than the main thing being tested. For `x.py install`, the `rust-analysis` target has been removed. For `x.py dist`, the `rust-analysis` target has been kept in a degenerate form: it just produces a single file `reduced.json` indicating that save-analysis has been removed. This is necessary for rustup to keep working. Closes #43606. | ||||
| 2022-08-24 | save_analysis: Migrate diagnostics | Wonchul Lee | -0/+2 | |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+20 | |
