about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/concat.rs
AgeCommit message (Expand)AuthorLines
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+3
2024-04-26Adjust some `pub`s.Nicholas Nethercote-1/+1
2024-04-26Move some functions from `rustc_expand` to `rustc_builtin_macros`.Nicholas Nethercote-3/+2
2024-03-13delay expand macro bang when there has indeterminate pathbohan-10/+15
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-2/+2
2024-02-25Remove `ast::` & `base::` prefixes from some builtin macrosLieselotte-23/+21
2024-02-25Add `ErrorGuaranteed` to `ast::ExprKind::Err`Lieselotte-19/+16
2024-02-25Add `ast::ExprKind::Dummy`Lieselotte-0/+1
2024-02-15Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.Nicholas Nethercote-1/+1
2023-12-24Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-4/+4
2023-10-13Format all the let chains in compilerMichael Goulet-2/+4
2023-06-25Migrate some rustc_builtin_macros to SessionDiagnosticHe1pa-1/+1
2023-05-02initial step towards implementing C string literalsDeadbeef-0/+4
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-5/+5
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