Files
rust/compiler
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
..
2020-09-11 09:37:51 -07:00
2020-12-26 18:24:10 +01:00
2020-12-14 22:00:46 -05:00
2020-09-23 21:51:56 +02:00