summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/concat_bytes.rs
AgeCommit message (Expand)AuthorLines
2022-12-06`rustc_builtin_macros`: remove `ref` patternsMaybe Waffle-5/+5
2022-11-30Fix an ICE parsing a malformed literal in `concat_bytes!`.Nicholas Nethercote-1/+5
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-40/+43
2022-11-11Introduce `ExprKind::IncludedBytes`clubby789-0/+13
2022-08-23Remove the symbol from `ast::LitKind::Err`.Nicholas Nethercote-1/+1
2022-08-16Make `ExtCtxt::expr_lit` non-`pub`.Nicholas Nethercote-2/+1
2022-02-19Adopt let else in more placesest31-3/+2
2022-02-16Adopt let_else in even more placesest31-3/+1
2021-12-27Clarify that repeat count must be positiveSmitty-1/+1
2021-12-18Support [x; n] expressions in concat_bytes!Smitty-40/+65
2021-12-06Implement concat_bytes!Smitty-0/+167