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_parse
/
src
/
parser
Age
Commit message (
Expand
)
Author
Lines
2020-10-21
Auto merge of #77250 - Aaron1011:feature/flat-token-collection, r=petrochenkov
bors
-146
/
+158
2020-10-21
Rollup merge of #78118 - spastorino:inline-const-followups, r=petrochenkov
Yuki Okushi
-1
/
+5
2020-10-19
Allow NtBlock to parse on check inline const next token
Santiago Pastorino
-1
/
+5
2020-10-19
Rewrite `collect_tokens` implementations to use a flattened buffer
Aaron Hill
-146
/
+158
2020-10-19
Avoid cloning the contents of a `TokenStream` in a few places
Aaron Hill
-5
/
+5
2020-10-16
Parse inline const patterns
Santiago Pastorino
-0
/
+3
2020-10-16
Parse inline const expressions
Santiago Pastorino
-3
/
+26
2020-10-16
Rollup merge of #77780 - calebcartwright:cast-expr-attr-span, r=oli-obk
Dylan DPC
-7
/
+17
2020-10-15
fix off-by-one in parameter spans
Andy Russell
-1
/
+1
2020-10-12
rustc_parse: correct span on range expr with attrs
Caleb Cartwright
-1
/
+1
2020-10-12
rustc_parse: correct span on cast expr with attrs
Caleb Cartwright
-6
/
+16
2020-10-11
rustc_parse: More precise spans for `tuple.0.0`
Vadim Petrochenkov
-7
/
+33
2020-10-07
Detect blocks that could be struct expr bodies
Esteban Küber
-15
/
+125
2020-10-06
rustc_parse: Make `Parser::unexpected` public and use it in built-in macros
Vadim Petrochenkov
-1
/
+1
2020-10-02
Fix span for incorrect pattern field and add label
Esteban Küber
-1
/
+2
2020-09-22
Suggest async {} for async || {}
Andy Weiss
-4
/
+5
2020-09-21
fix typo in docs and comments
yuk1ty
-1
/
+1
2020-09-15
improve diagnostics for lifetime after `&mut`
SNCPlay42
-1
/
+27
2020-09-15
Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwco
bors
-6
/
+66
2020-09-14
Detect turbofish with multiple type params missing leading `::`
Esteban Küber
-6
/
+66
2020-09-11
repairing broken error message and rustfix application for the new test
Aurélien Deharbe
-1
/
+5
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-5
/
+15
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-11
/
+39
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-6
/
+17
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-2
/
+9
2020-09-10
Collect tokens when handling `:literal` matcher
Aaron Hill
-1
/
+9
2020-09-10
Attach `TokenStream` to `ast::Ty`
Aaron Hill
-6
/
+23
2020-09-10
Attach `TokenStream` to `ast::Block`
Aaron Hill
-2
/
+9
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-16
/
+51
2020-09-03
Rename IsJoint -> Spacing
Aleksey Kladov
-5
/
+5
2020-09-02
Auto merge of #76160 - scileo:format-recovery, r=petrochenkov
bors
-0
/
+4
2020-09-02
Improve recovery on malformed format call
Sasha
-0
/
+4
2020-09-01
Rollup merge of #76132 - Aaron1011:mac-call-stmt, r=petrochenkov
Tyler Mandry
-2
/
+2
2020-08-31
Rollup merge of #76115 - calebcartwright:parser-fn-visibility, r=matklad
Aleksey Kladov
-2
/
+4
2020-08-30
Factor out StmtKind::MacCall fields into `MacCallStmt` struct
Aaron Hill
-2
/
+2
2020-08-30
Use string literal directly when available in format
Sasha
-1
/
+1
2020-08-30
parser: restore some fn visibility for rustfmt
Caleb Cartwright
-2
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+10401
[prev]