index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_builtin_macros
/
src
/
concat_bytes.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-09
remove `P`
Deadbeef
-2
/
+1
2025-06-30
Introduce `ByteSymbol`.
Nicholas Nethercote
-4
/
+4
2025-06-19
Improve diagnostics for `concat_bytes!` with C string literals
Trevor Gross
-10
/
+30
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+6
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-1
/
+1
2024-04-26
Move some functions from `rustc_expand` to `rustc_builtin_macros`.
Nicholas Nethercote
-3
/
+2
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-2
/
+2
2024-03-13
delay expand macro bang when there has indeterminate path
bohan
-10
/
+15
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-25
Remove `ast::` & `base::` prefixes from some builtin macros
Lieselotte
-47
/
+42
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-69
/
+62
2024-02-25
Add `ast::ExprKind::Dummy`
Lieselotte
-0
/
+1
2024-02-15
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.
Nicholas Nethercote
-1
/
+1
2024-01-19
Pack the u128 in LitKind::Int
Josh Stone
-3
/
+3
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-13
/
+15
2023-12-01
Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb
bors
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-01
Stabilize C string literals
John Millikin
-2
/
+2
2023-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+3
2023-06-25
Migrate some rustc_builtin_macros to SessionDiagnostic
He1pa
-1
/
+1
2023-05-02
fix TODO comments
Deadbeef
-2
/
+3
2023-05-02
initial step towards implementing C string literals
Deadbeef
-0
/
+4
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-50
/
+27
2022-12-13
Rollup merge of #105620 - TaKO8Ki:remove-unnecessary-uses-of-clone, r=compile...
Matthias Krüger
-1
/
+1
2022-12-13
remove unnecessary uses of `clone`
Takayuki Maeda
-1
/
+1
2022-12-12
Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov
bors
-3
/
+3
2022-12-10
Migrate parts of `rustc_expand` to session diagnostics
nils
-1
/
+1
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-5
/
+5
2022-12-02
Add `StrStyle` to `ast::LitKind::ByteStr`.
Nicholas Nethercote
-3
/
+3
2022-11-30
Fix an ICE parsing a malformed literal in `concat_bytes!`.
Nicholas Nethercote
-1
/
+5
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-40
/
+43
2022-11-11
Introduce `ExprKind::IncludedBytes`
clubby789
-0
/
+13
2022-08-23
Remove the symbol from `ast::LitKind::Err`.
Nicholas Nethercote
-1
/
+1
2022-08-16
Make `ExtCtxt::expr_lit` non-`pub`.
Nicholas Nethercote
-2
/
+1
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-16
Adopt let_else in even more places
est31
-3
/
+1
2021-12-27
Clarify that repeat count must be positive
Smitty
-1
/
+1
2021-12-18
Support [x; n] expressions in concat_bytes!
Smitty
-40
/
+65
2021-12-06
Implement concat_bytes!
Smitty
-0
/
+167