rust/compiler/rustc_interface/src
bjorn3 55ceed81fe Remove the alt_std_name option
This option introduced in #15820 allows a custom crate to be imported in
the place of std, but with the name std. I don't think there is any
value to this. At most it is confusing users of a driver that uses this option. There are no users of
this option on github. If anyone still needs it, they can emulate it
injecting #![no_core] in addition to their own prelude.
2022-02-11 20:28:38 +01:00
..
callbacks.rs Fix clippy lints 2021-10-01 23:17:19 +02:00
interface.rs clippy::perf fixes 2022-02-03 21:45:51 +01:00
lib.rs add a rustc::query_stability lint 2022-02-01 10:15:59 +01:00
passes.rs Remove the alt_std_name option 2022-02-11 20:28:38 +01:00
proc_macro_decls.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
queries.rs Auto merge of #93724 - Mark-Simulacrum:drop-query-stats, r=michaelwoerister 2022-02-09 15:53:10 +00:00
tests.rs Auto merge of #93724 - Mark-Simulacrum:drop-query-stats, r=michaelwoerister 2022-02-09 15:53:10 +00:00
util.rs Use let_else in even more places 2022-01-18 21:37:57 +01:00