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
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
2022-04-14
remove reudndant function param in check_matcher_core()
Matthias Krüger
-19
/
+7
2022-04-14
remove function param that is only used in recursive of fn inner()
Matthias Krüger
-2
/
+2
2022-04-14
`mbe::TokenTree`: remove `Lrc` around `Delimited` and `SequenceRepetition`.
Nicholas Nethercote
-5
/
+4
2022-04-14
Introduce `TtHandle` and use it in `TokenSet`.
Nicholas Nethercote
-39
/
+106
2022-04-13
Pass a slice instead of a `Vec` to `transcribe`.
Nicholas Nethercote
-2
/
+2
2022-04-11
Change internal naming of macros.
Nicholas Nethercote
-1
/
+2
2022-04-09
Remove explicit delimiter token trees from `Delimited`.
Nicholas Nethercote
-24
/
+20
2022-04-06
Auto merge of #95669 - nnethercote:call-compute_locs-once-per-rule, r=petroch...
bors
-17
/
+34
2022-04-06
Call `compute_locs` once per rule.
Nicholas Nethercote
-17
/
+34
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-2
/
+2
2022-04-05
errors: introduce `DiagnosticMessage`
David Wood
-4
/
+5
2022-04-02
Create 2024 edition
Jacob Pratt
-1
/
+1
2022-03-28
Remove `Nonterminal::NtTT`.
Nicholas Nethercote
-3
/
+3
2022-03-25
Split `NamedMatch::MatchNonterminal` in two.
Nicholas Nethercote
-32
/
+28
2022-03-23
Eliminate `TokenTreeOrTokenTreeSlice`.
Nicholas Nethercote
-42
/
+39
2022-03-21
Move items into `TtParser` as `Vec`s.
Nicholas Nethercote
-2
/
+2
2022-03-19
Add `TtParser::macro_name`.
Nicholas Nethercote
-28
/
+25
2022-03-19
Introduce `TtParser`.
Nicholas Nethercote
-25
/
+29
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-3
/
+5
2022-03-09
Implement macro meta-variable expressions
Caio
-4
/
+16
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-1
/
+1
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-1
/
+1
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-1
/
+1
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-6
/
+2
2022-02-03
compiler: clippy::complexity fixes
Matthias Krüger
-1
/
+1
2021-12-09
Remove redundant [..]s
est31
-5
/
+5
2021-11-29
Suggest the `pat_param` specifier before `|` on 2021 edition
Dylan MacKenzie
-0
/
+18
2021-08-29
Auto merge of #88262 - klensy:pprust-cow, r=nagisa
bors
-1
/
+1
2021-08-25
Convert some functions to return Cow<'static,str> instead of String to reduce...
klensy
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-1
/
+1
2021-07-27
Only emit lint for local macros
Aaron Hill
-7
/
+19
2021-07-24
Display an extra note for trailing semicolon lint with trailing macro
Aaron Hill
-3
/
+12
2021-07-17
Compute a better `lint_node_id` during expansion
Aaron Hill
-2
/
+1
2021-07-06
Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns
Ryan Levick
-2
/
+4
2021-06-24
Don't lint :pat when re-parsing a macro from another crate.
Mara Bos
-32
/
+34
2021-06-07
Include macro name in 'local ambiguity' error
Aaron Hill
-3
/
+3
2021-05-29
Use correct edition when parsing `:pat` matchers
Aaron Hill
-0
/
+2
2021-04-27
remove pat2021
mark
-1
/
+1
2021-04-15
rename pat2015 to pat_param
mark
-4
/
+4
2021-04-02
address comments
hi-rustin
-1
/
+1
2021-04-01
add OR_PATTERNS_BACK_COMPAT lint
hi-rustin
-3
/
+39
2021-03-22
rename :pat2018 -> :pat215
mark
-1
/
+1
2021-01-28
Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint
Aaron Hill
-1
/
+13
2021-01-17
Remove dead code
Ryan Levick
-29
/
+1
[next]