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.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
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-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
-2
/
+2
2024-02-25
Remove `ast::` & `base::` prefixes from some builtin macros
Lieselotte
-23
/
+21
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-19
/
+16
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
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+4
2023-06-25
Migrate some rustc_builtin_macros to SessionDiagnostic
He1pa
-1
/
+1
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
-5
/
+5
2023-01-15
allow negative numeric literals in `concat!`
Ezra Shaw
-1
/
+14
2022-12-11
Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead
Matthias Krüger
-2
/
+0
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-2
/
+0
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
-1
/
+1
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-12
/
+13
2022-11-11
Introduce `ExprKind::IncludedBytes`
clubby789
-0
/
+3
2022-08-23
Remove the symbol from `ast::LitKind::Err`.
Nicholas Nethercote
-1
/
+1
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+65