rust/compiler/rustc_builtin_macros/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
..
deriving update comment 2022-02-05 10:45:50 +01:00
format_foreign update tests 2021-12-31 12:51:27 -05:00
asm.rs Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu 2022-01-17 09:40:29 +00:00
assert.rs Fix invalid special casing of the unreachable! macro 2022-01-31 17:09:31 +01:00
cfg.rs
cfg_accessible.rs expand: Tell built-in macros whether we are currently in forced expansion mode 2020-11-19 19:25:20 +03:00
cfg_eval.rs Add a lint for duplicated attributes. 2021-12-15 23:43:13 +01:00
cmdline_attrs.rs Unconditionally capture tokens for attributes. 2020-10-21 18:57:29 -04:00
compile_error.rs
concat.rs Remove unnecessary sigils around Symbol::as_str() calls. 2021-12-15 17:32:14 +11:00
concat_bytes.rs Clarify that repeat count must be positive 2021-12-27 12:31:40 -05:00
concat_idents.rs Remove unnecessary sigils around Symbol::as_str() calls. 2021-12-15 17:32:14 +11:00
derive.rs Remove unnecessary sigils around Symbol::as_str() calls. 2021-12-15 17:32:14 +11:00
edition_panic.rs Fix invalid special casing of the unreachable! macro 2022-01-31 17:09:31 +01:00
env.rs Remove unnecessary sigils around Symbol::as_str() calls. 2021-12-15 17:32:14 +11:00
format.rs Rollup merge of #93394 - m-ou-se:fix-93378, r=estebank 2022-02-07 14:08:33 +00:00
format_foreign.rs [rustc_builtin_macros] add indices to format_foreign::printf::Substitution::Escape 2021-12-31 12:42:15 -05:00
global_allocator.rs Point at type when a static #[global_allocator] doesn't impl GlobalAlloc 2021-12-15 01:40:08 +00:00
lib.rs Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk 2022-02-07 00:26:52 +00:00
log_syntax.rs
proc_macro_harness.rs Compute proc_macros in resolutions. 2021-09-01 20:13:16 +02:00
source_util.rs Compute a better lint_node_id during expansion 2021-07-17 23:03:56 -05:00
standard_library_imports.rs Remove the alt_std_name option 2022-02-11 20:28:38 +01:00
test.rs remove allow_fail test flag 2022-01-28 18:31:49 +08:00
test_harness.rs expand: Turn ast::Crate into a first class expansion target 2021-11-28 15:48:55 +08:00
trace_macros.rs
util.rs Add a lint for duplicated attributes. 2021-12-15 23:43:13 +01:00