rust/compiler/rustc_resolve/src
Mara Bos d651fa78ce Allow #[rustc_builtin_macro = "name"].
This makes it possible to have both std::panic and core::panic as a
builtin macro, by using different builtin macro names for each.

Also removes SyntaxExtension::is_derive_copy, as the macro name (e.g.
sym::Copy) is now tracked and provides that information directly.
2021-01-09 19:50:06 +01:00
..
late Consistently call editions "Rust 20xx" in messages. 2020-12-31 19:06:09 +01:00
build_reduced_graph.rs Rename to nearest_parent_mod 2021-01-06 12:55:44 -08:00
check_unused.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
def_collector.rs Rename kw::Invalid -> kw::Empty 2020-12-30 09:50:02 -05:00
diagnostics.rs Add pointing const identifier when emitting E0435 2021-01-07 20:20:58 +09:00
imports.rs Move lev_distance to rustc_ast, make non-generic 2020-11-24 16:12:23 -08:00
late.rs Rollup merge of #80012 - sasurau4:feature/point-constant-identifier-E0435, r=petrochenkov 2021-01-08 02:05:58 +09:00
lib.rs Allow #[rustc_builtin_macro = "name"]. 2021-01-09 19:50:06 +01:00
macros.rs Allow #[rustc_builtin_macro = "name"]. 2021-01-09 19:50:06 +01:00