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_parse
/
src
/
parser
/
stmt.rs
Age
Commit message (
Expand
)
Author
Lines
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-1
/
+1
2021-02-18
Rollup merge of #82236 - matthiaskrgr:useless_conv, r=jyn514
Dylan DPC
-3
/
+3
2021-02-17
avoid converting types into themselves (clippy::useless_conversion)
Matthias Krüger
-3
/
+3
2021-02-15
Simplify pattern grammar by allowing nested leading vert
mark
-1
/
+1
2021-02-13
Address review comments
Aaron Hill
-3
/
+2
2021-02-13
Require passing an `AttrWrapper` to `collect_tokens_trailing_token`
Aaron Hill
-22
/
+41
2021-01-22
Refactor token collection to capture trailing token immediately
Aaron Hill
-77
/
+93
2021-01-20
Force token collection to run when parsing nonterminals
Aaron Hill
-18
/
+15
2021-01-13
Set tokens on AST node in `collect_tokens`
Aaron Hill
-9
/
+1
2020-12-19
implement edition-specific :pat behavior for 2015/18
mark
-2
/
+2
2020-11-26
Only eat semicolons for statements that need them
Aaron Hill
-2
/
+1
2020-11-26
Properly handle attributes on statements
Aaron Hill
-38
/
+83
2020-10-07
Detect blocks that could be struct expr bodies
Esteban Küber
-9
/
+27
2020-09-15
Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwco
bors
-6
/
+20
2020-09-14
Detect turbofish with multiple type params missing leading `::`
Esteban Küber
-6
/
+20
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Block`
Aaron Hill
-1
/
+1
2020-09-01
Rollup merge of #76132 - Aaron1011:mac-call-stmt, r=petrochenkov
Tyler Mandry
-2
/
+2
2020-08-30
Factor out StmtKind::MacCall fields into `MacCallStmt` struct
Aaron Hill
-2
/
+2
2020-08-30
parser: restore some fn visibility for rustfmt
Caleb Cartwright
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+427
[prev]