rust/compiler/rustc_interface/src
Nicholas Nethercote 22a5125a36 Remove save-analysis.
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-16 15:14:45 +11:00
..
callbacks.rs Simplify tls::enter_context. 2023-02-09 15:25:45 +11:00
errors.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
interface.rs Remove BoxedResolver 2023-02-14 10:01:30 +00:00
lib.rs Don't call closures immediately, use try{} blocks 2023-01-17 07:48:19 +00:00
passes.rs Remove BoxedResolver 2023-02-14 10:01:30 +00:00
proc_macro_decls.rs Simplify code 2022-11-05 17:54:06 +01:00
queries.rs Simplify expansion logic 2023-02-14 10:01:49 +00:00
tests.rs Remove save-analysis. 2023-02-16 15:14:45 +11:00
util.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00