rust/compiler/rustc_session/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
..
cgu_reuse_tracker.rs
code_stats.rs
config.rs Remove the alt_std_name option 2022-02-11 20:28:38 +01:00
cstore.rs Import SourceFiles from crate before decoding foreign Span 2021-12-23 12:56:12 -05:00
filesearch.rs Inline and remove FileSearch::search. 2022-02-02 09:06:34 +11:00
lib.rs add a rustc::query_stability lint 2022-02-01 10:15:59 +01:00
options.rs Remove the alt_std_name option 2022-02-11 20:28:38 +01:00
output.rs Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk 2021-12-19 09:31:37 +00:00
parse.rs review comment: plural of emoji is emoji 2021-11-23 20:36:19 +00:00
search_paths.rs Make SearchPathFile::file_name_str non-optional. 2022-02-02 13:16:25 +11:00
session.rs Remove DiagnosticBuilder.quiet 2022-01-23 00:11:13 -06:00
utils.rs