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
Age
Commit message (
Expand
)
Author
Lines
2023-03-03
Match end user facing unmatched backticks in compiler/
est31
-1
/
+1
2023-02-20
Remove a redundant function argument
Oli Scherer
-4
/
+2
2023-02-03
Rename `Cursor`/`CursorRef` as `TokenTreeCursor`/`RefTokenTreeCursor`.
Nicholas Nethercote
-6
/
+6
2023-01-30
Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`s
Maybe Waffle
-1
/
+1
2023-01-20
preserve delim spans during `macro_rules!` expansion if able
Lukas Markeffsky
-6
/
+18
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-44
/
+42
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2023-01-17
`rustc_expand`: remove `ref` patterns
Maybe Waffle
-44
/
+42
2023-01-05
Shrink `ParseResult` in the hot path.
Nilstrieb
-30
/
+81
2023-01-01
Merge multiple mutable borrows of immutable binding errors
Esteban Küber
-2
/
+2
2022-12-28
Rollup merge of #105570 - Nilstrieb:actual-best-failure, r=compiler-errors
Matthias Krüger
-15
/
+44
2022-12-25
fix more clippy::style findings
Matthias Krüger
-5
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-18
don't restuct references just to reborrow
Matthias Krüger
-3
/
+3
2022-12-12
Properly calculate best failure in macro matching
Nilstrieb
-15
/
+44
2022-11-22
Rollup merge of #104638 - Nilstrieb:macro-diagnostics, r=compiler-errors
Manish Goregaokar
-236
/
+266
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-1
/
+1
2022-11-20
Move macro_rules diagnostics to diagnostics module
Nilstrieb
-236
/
+266
2022-11-19
Cleanup macro matching recovery
Nilstrieb
-1
/
+0
2022-11-15
Only do parser recovery on retried macro matching
Nilstrieb
-8
/
+27
2022-11-15
Rollup merge of #103439 - Nilstrieb:help-me-with-my-macro, r=estebank
Matthias Krüger
-11
/
+76
2022-11-14
Show a note where a macro failed to match
Nilstrieb
-11
/
+76
2022-11-13
fix some typos in comments
cui fliter
-1
/
+1
2022-11-04
Small style improvements
nils
-12
/
+13
2022-11-02
Add some debug logs to macro matching
Nilstrieb
-0
/
+8
2022-11-02
Retry matching with tracking for diagnostics
Nilstrieb
-9
/
+109
2022-11-02
Factor out matching into `try_match_macro`
Nilstrieb
-124
/
+129
2022-11-02
Add `Tracker` to track matching operations
Nilstrieb
-16
/
+47
2022-11-02
Small parser cleanups
Nilstrieb
-5
/
+5
2022-11-02
Store `ErrorGuaranteed` in `ErrorReported`
Nilstrieb
-5
/
+6
2022-10-25
Add flag to forbid recovery in the parser
Nilstrieb
-0
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-2
/
+2
2022-10-18
Fix the bug of next_point in span
yukang
-1
/
+1
2022-10-11
fix #102878
Takayuki Maeda
-8
/
+11
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-31
Fix a bunch of typo
Dezhi Wu
-2
/
+2
2022-08-18
Rollup merge of #100651 - nidnogg:diagnostics_migration_expand_transcribe, r=...
Matthias Krüger
-24
/
+10
2022-08-17
Moved structs to rustc_expand::errors, added several more migrations, fixed s...
nidnogg
-33
/
+7
2022-08-16
Previous commit under x.py fmt
nidnogg
-1
/
+1
2022-08-16
Migrated more diagnostics under transcribe.rs
nidnogg
-9
/
+17
2022-08-16
Added first migration for repeated expressions without syntax vars
nidnogg
-5
/
+9
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-1
/
+1
2022-08-10
Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed
Michael Goulet
-6
/
+2
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-41
/
+38
2022-07-23
Auto merge of #99320 - NiklasJonsson:84447/rustc_expand, r=compiler-errors
bors
-2
/
+2
2022-07-19
better error for bad depth on macro metavar expr
Michael Goulet
-1
/
+12
2022-07-18
Revert "Stabilize $$ in Rust 1.63.0"
Christopher Durham
-0
/
+2
2022-07-16
rustc_expand: Switch FxHashMap to FxIndexMap where iteration is used
Niklas Jonsson
-2
/
+2
2022-07-10
use subdiagnostic for message
Michael Goulet
-2
/
+16
[prev]
[next]