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
/
macro_rules.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-3
/
+3
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-7
/
+7
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-9
/
+8
2023-12-17
Rollup merge of #118928 - EliseZeroTwo:EliseZeroTwo/fix-issue-118786, r=cjgillot
Matthias Krüger
-0
/
+7
2023-12-13
fix: Overlapping spans in delimited meta-vars
EliseZeroTwo
-0
/
+7
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-9
/
+9
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-10
/
+7
2023-12-02
Rename `*note_without_error` as `*note`.
Nicholas Nethercote
-4
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-5
/
+5
2023-10-13
Format all the let chains in compiler
Michael Goulet
-12
/
+12
2023-08-17
Remove unnecessary braces on `PatWithOr` patterns.
Nicholas Nethercote
-1
/
+1
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-2
/
+5
2023-08-01
Auto merge of #114273 - nnethercote:move-doc-comment-desugaring, r=petrochenkov
bors
-12
/
+16
2023-07-31
Remove `desugar_doc_comments` arg from `Parser::new()`.
Nicholas Nethercote
-4
/
+9
2023-07-31
No need to desugar doc comments when parsing decl macro definitions.
Nicholas Nethercote
-1
/
+1
2023-07-31
Reflow an overlong comment.
Nicholas Nethercote
-2
/
+2
2023-07-31
Remove more unnecessary `return` keywords.
Nicholas Nethercote
-6
/
+5
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-7
/
+6
2023-07-27
Avoid some token tree cloning in decl macro parsing.
Nicholas Nethercote
-2
/
+2
2023-07-19
Make it clearer that edition functions are >=, not ==
Michael Goulet
-1
/
+1
2023-07-03
perform TokenStream replacement in-place when possible in expand_macro
The 8472
-2
/
+1
2023-06-21
Fix msg passed to span_bug
Raminder Singh
-1
/
+1
2023-06-07
feat(expand): emit note for doc comment in macro matcher
bohan
-11
/
+35
2023-06-06
fix(expand): prevent infinity loop in macro containing only "///"
bohan
-0
/
+1
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
[next]