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_expand
/
src
/
mbe
/
metavar_expr.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-11
/
+10
2023-12-13
Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov
bors
-6
/
+26
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-1
/
+1
2023-12-01
Attempt to try to resolve blocking concerns
Caio
-6
/
+26
2023-10-13
Format all the let chains in compiler
Michael Goulet
-7
/
+7
2023-08-17
[RFC-3086] Restrict the parsing of `count`
Caio
-1
/
+11
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-7
/
+4
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-3
/
+3
2023-04-09
Fix some clippy::complexity
Nilstrieb
-1
/
+1
2023-02-03
Rename `Cursor`/`CursorRef` as `TokenTreeCursor`/`RefTokenTreeCursor`.
Nicholas Nethercote
-6
/
+6
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-1
/
+1
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-3
/
+3
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-2
/
+2
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-3
/
+3
2022-05-18
use `CursorRef` more, to not to clone `Tree`s
klensy
-12
/
+14
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-2
/
+2
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-3
/
+5
2022-03-14
Fix remaining meta-variable expression TODOs
Caio
-3
/
+3
2022-03-09
Implement macro meta-variable expressions
Caio
-0
/
+157