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
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