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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_expand
/
src
/
mbe
/
macro_rules.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-6
/
+6
2023-05-01
Rip it out
Nilstrieb
-2
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-2
/
+2
2023-02-20
Remove a redundant function argument
Oli Scherer
-4
/
+2
2023-01-20
preserve delim spans during `macro_rules!` expansion if able
Lukas Markeffsky
-6
/
+18
2023-01-17
`rustc_expand`: remove `ref` patterns
Maybe Waffle
-22
/
+22
2023-01-05
Shrink `ParseResult` in the hot path.
Nilstrieb
-15
/
+45
2022-12-28
Rollup merge of #105570 - Nilstrieb:actual-best-failure, r=compiler-errors
Matthias Krüger
-3
/
+3
2022-12-25
fix more clippy::style findings
Matthias Krüger
-5
/
+1
2022-12-18
don't restuct references just to reborrow
Matthias Krüger
-1
/
+1
2022-12-12
Properly calculate best failure in macro matching
Nilstrieb
-3
/
+3
2022-11-22
Rollup merge of #104638 - Nilstrieb:macro-diagnostics, r=compiler-errors
Manish Goregaokar
-236
/
+9
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-1
/
+1
2022-11-20
Move macro_rules diagnostics to diagnostics module
Nilstrieb
-236
/
+9
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
-10
/
+29
2022-11-14
Show a note where a macro failed to match
Nilstrieb
-10
/
+29
2022-11-13
fix some typos in comments
cui fliter
-1
/
+1
2022-11-04
Small style improvements
nils
-10
/
+11
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
-123
/
+124
2022-11-02
Add `Tracker` to track matching operations
Nilstrieb
-3
/
+28
2022-11-02
Store `ErrorGuaranteed` in `ErrorReported`
Nilstrieb
-2
/
+2
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
-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
-2
/
+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
2022-07-10
explain doc comments in macros a bit
Michael Goulet
-3
/
+21
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-2
/
+2
2022-06-12
Auto merge of #98020 - TaKO8Ki:use-create-snapshot-for-diagnostic-in-rustc-ex...
bors
-1
/
+1
2022-06-12
use `create_snapshot_for_diagnostic` instead of `clone`
Takayuki Maeda
-1
/
+1
2022-06-09
Suppress the unused_macro_rules lint if malformed rules are encountered
est31
-4
/
+6
2022-06-09
Never regard macro rules with compile_error! invocations as unused
est31
-2
/
+34
2022-05-29
Remove unused lifetimes from expand_macro
est31
-3
/
+3
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-3
/
+3
2022-05-13
Improve name and documentation of generic_extension
est31
-3
/
+4
2022-05-05
Implement the unused_macro_rules lint
est31
-12
/
+28
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-3
/
+3
2022-04-27
Avoid producing `NoDelim` values in `Frame`.
Nicholas Nethercote
-5
/
+4
2022-04-15
Rollup merge of #96027 - matthiaskrgr:clippy_rec, r=fee1-dead
Dylan DPC
-21
/
+9
2022-04-15
Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix
Dylan DPC
-1
/
+1
[next]