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
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-28
Rollup merge of #94445 - c410-f3r:more-let-chains, r=cjgillot
Matthias Krüger
-9
/
+7
2022-02-28
Tweak diagnostics
Esteban Kuber
-18
/
+20
2022-02-28
4 - Make more use of `let_chains`
Caio
-9
/
+7
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-2
/
+5
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-2
/
+2
2022-02-21
Better error if the user tries to do assignment ... else
est31
-0
/
+10
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2021-12-04
Do not add `;` to expected tokens list when it's wrong
Michael Howell
-4
/
+10
2021-10-18
Rollup merge of #89974 - est31:let_else_if_error, r=nagisa
Matthias Krüger
-5
/
+16
2021-10-17
Nicer error message if the user attempts to do let...else if
est31
-5
/
+16
2021-10-17
Some "parenthesis" and "parentheses" fixes
r00ster91
-2
/
+2
2021-09-15
Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisa
Manish Goregaokar
-11
/
+14
2021-09-06
Accept `m!{ .. }.method()` and `m!{ .. }?` statements.
Mara Bos
-11
/
+14
2021-09-03
Detect bare blocks with type ascription that were meant to be a `struct` literal
Esteban Kuber
-1
/
+8
2021-08-30
Handle let-else initializer edge case errors
Cameron Steffen
-0
/
+46
2021-08-30
Add let-else to AST
Cameron Steffen
-10
/
+22
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-11
/
+9
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-1
/
+1
2021-06-06
parser: Ensure that all nonterminals have tokens after parsing
Vadim Petrochenkov
-9
/
+14
2021-05-08
Rename `Parser::span_fatal_err` -> `Parser::span_err`
Joshua Nelson
-1
/
+1
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-32
/
+33
2021-03-19
stabilize or_patterns
mark
-3
/
+2
2021-03-13
Improve the wording for the `can't reassign` error
Yuki Okushi
-1
/
+2
2021-03-09
Rollup merge of #82048 - mark-i-m:or-pat-type-ascription, r=petrochenkov
Mara Bos
-3
/
+5
2021-03-05
use pat<no_top_alt> for patterns in let bindings
mark
-3
/
+5
2021-03-03
Detect match arm body without braces
Esteban Küber
-1
/
+1
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