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-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-3
/
+3
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
-34
/
+30
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-13
Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov
bors
-32
/
+65
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-32
/
+51
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-1
/
+1
2023-12-01
Attempt to try to resolve blocking concerns
Caio
-32
/
+65
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-10
/
+7
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-12-02
Rename `*note_without_error` as `*note`.
Nicholas Nethercote
-5
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-18
/
+16
2023-11-16
More detail when expecting expression but encountering bad macro argument
Esteban Küber
-2
/
+8
2023-10-13
Format all the let chains in compiler
Michael Goulet
-19
/
+19
2023-08-18
Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkov
bors
-8
/
+7
2023-08-18
Rename `NtOrTt` as `ParseNtResult`.
Nicholas Nethercote
-3
/
+3
2023-08-17
[RFC-3086] Restrict the parsing of `count`
Caio
-1
/
+11
2023-08-17
Remove unnecessary braces on `PatWithOr` patterns.
Nicholas Nethercote
-1
/
+1
2023-08-17
Remove some unnecessary (and badly named) local variables.
Nicholas Nethercote
-4
/
+3
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
-16
/
+15
2023-07-27
Avoid some token tree cloning in decl macro parsing.
Nicholas Nethercote
-23
/
+23
2023-07-19
Make it clearer that edition functions are >=, not ==
Michael Goulet
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-12
/
+10
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-16
Add `SyntaxContext::is_root`
Maybe Waffle
-2
/
+2
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
/
+2
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-5
/
+5
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-7
/
+12
2023-05-04
Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin
bors
-11
/
+12
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-13
/
+13
2023-05-01
Rip it out
Nilstrieb
-2
/
+1
2023-04-30
Lrc -> Rc
klensy
-11
/
+12
2023-04-25
Fix static string lints
clubby789
-4
/
+2
2023-04-17
Spelling - compiler
Josh Soref
-2
/
+2
2023-04-12
compiler: print the suggestion only for local macros
Lena Milizé
-2
/
+5
2023-04-12
compiler: improve captured metavariables diagnostic
Lena Milizé
-1
/
+3
2023-04-09
Fix some clippy::complexity
Nilstrieb
-1
/
+1
2023-03-17
Suggest surrounding the macro with `{}` to interpret as a statement
Mu42
-6
/
+18
2023-03-15
unequal → not equal
gimbles
-1
/
+1
2023-03-10
Add note when matching token with nonterminal
Nilstrieb
-3
/
+9
[next]