| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -2/+5 | |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -0/+21 | |
| Instead of loading the Fluent resources for every crate in `rustc_error_messages`, each crate generates typed identifiers for its own diagnostics and creates a static which are pulled together in the `rustc_driver` crate and provided to the diagnostic emitter. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -1/+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. | ||||
| 2023-02-02 | Add a new `rustc_driver` dylib to rexport `rustc_driver_impl` | John Kåre Alsaker | -2/+1 | |
| 2023-02-02 | Rename rustc_driver to rustc_driver_impl | John Kåre Alsaker | -0/+45 | |
