about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/concat.rs
AgeCommit message (Expand)AuthorLines
2023-01-15allow negative numeric literals in `concat!`Ezra Shaw-1/+14
2022-12-11Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-deadMatthias Krüger-2/+0
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-2/+0
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-1/+1
2022-12-06`rustc_builtin_macros`: remove `ref` patternsMaybe Waffle-1/+1
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-12/+13
2022-11-11Introduce `ExprKind::IncludedBytes`clubby789-0/+3
2022-08-23Remove the symbol from `ast::LitKind::Err`.Nicholas Nethercote-1/+1
2022-02-19Adopt let else in more placesest31-3/+2
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2020-08-30mv compiler to compiler/mark-0/+65