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
/
transcribe.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-2
/
+2
2023-12-13
Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov
bors
-26
/
+39
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-11
/
+29
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
-26
/
+39
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-4
/
+4
2023-08-17
Remove some unnecessary (and badly named) local variables.
Nicholas Nethercote
-4
/
+3
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-4
/
+4
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-1
/
+1
2023-03-15
unequal → not equal
gimbles
-1
/
+1
2023-03-03
Match end user facing unmatched backticks in compiler/
est31
-1
/
+1
2023-01-17
`rustc_expand`: remove `ref` patterns
Maybe Waffle
-17
/
+15
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-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-28
/
+25
2022-07-19
better error for bad depth on macro metavar expr
Michael Goulet
-1
/
+12
2022-05-04
Fix spelling of an identifier.
Nicholas Nethercote
-4
/
+4
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-17
/
+8
2022-04-27
Avoid producing `NoDelim` values in `Frame`.
Nicholas Nethercote
-6
/
+7
2022-04-13
Pass a slice instead of a `Vec` to `transcribe`.
Nicholas Nethercote
-1
/
+1
2022-04-13
Avoid use of `Lrc` in `mbe::Frame`.
Nicholas Nethercote
-29
/
+38
2022-04-09
Remove explicit delimiter token trees from `Delimited`.
Nicholas Nethercote
-11
/
+5
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-2
/
+2
2022-03-28
Remove `Nonterminal::NtTT`.
Nicholas Nethercote
-8
/
+7
2022-03-25
Split `NamedMatch::MatchNonterminal` in two.
Nicholas Nethercote
-18
/
+22
2022-03-22
Auto merge of #95159 - nnethercote:TtParser, r=petrochenkov
bors
-7
/
+15
2022-03-23
Eliminate `TokenTreeOrTokenTreeSlice`.
Nicholas Nethercote
-7
/
+15
2022-03-21
Fix generated tokens hygiene
Caio
-4
/
+10
2022-03-14
Fix remaining meta-variable expression TODOs
Caio
-2
/
+2
2022-03-11
Implement macro meta-variable expression
Caio
-10
/
+147
2022-03-09
Implement macro meta-variable expressions
Caio
-0
/
+27
2022-03-03
Rollup merge of #94555 - cuishuang:master, r=oli-obk
Matthias Krüger
-1
/
+1
2022-03-03
all: fix some typos
cuishuang
-1
/
+1
2022-03-02
add some examples to comments in mbe code
mark
-0
/
+6
2021-12-09
Remove redundant [..]s
est31
-2
/
+2
2021-10-22
Rollup merge of #89991 - petrochenkov:visitok2, r=jackh726
Yuki Okushi
-3
/
+1
2021-10-18
rustc_ast: Turn `MutVisitor::token_visiting_enabled` into a constant
Vadim Petrochenkov
-3
/
+1
2021-10-16
Adopt let_else across the compiler
est31
-7
/
+3
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-3
/
+3
2021-04-19
fix few typos
klensy
-2
/
+2
2020-11-03
rustc_ast: `visit_mac` -> `visit_mac_call`
Vadim Petrochenkov
-1
/
+0
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-4
/
+0
2020-11-03
Expand `NtExpr` tokens only in key-value attributes
Vadim Petrochenkov
-1
/
+5
2020-10-31
expand: Tweak a comment in implementation of `macro_rules`
Vadim Petrochenkov
-9
/
+11
2020-09-03
Rename IsJoint -> Spacing
Aleksey Kladov
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+395