about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-12-06Implement concat_bytes!Smitty-0/+2
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-08-18Remove box syntax from rustc_builtin_macrosest31-1/+0
2021-07-28Add new const_format_args!() macro and use it in panics.Mara Bos-0/+1
2021-07-10rustc_expand: Remove redundant field from proc macro expander structuresVadim Petrochenkov-5/+1
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-2/+1
2021-05-12Implement span quoting for proc-macrosAaron Hill-1/+5
2021-03-26Use iter::zip in compiler/Josh Stone-0/+1
2021-03-19stabilize or_patternsmark-1/+1
2021-03-14Bump recursion_limit in a few placesAaron Hill-0/+1
2021-03-06Implement built-in attribute macro `#[cfg_eval]`Vadim Petrochenkov-0/+2
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-0/+2
2021-02-02Auto merge of #81405 - bugadani:ast, r=cjgillotbors-0/+2
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-0/+2
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-0/+3
2021-01-10resolve: Simplify built-in macro tableVadim Petrochenkov-10/+4
2021-01-09Don't set builtin_name for builtin macro implementations.Mara Bos-1/+1
2021-01-09Allow #[rustc_builtin_macro = "name"].Mara Bos-1/+1
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-08-30mv compiler to compiler/mark-0/+113