| Age | Commit message (Expand) | Author | Lines |
| 2019-06-24 | Auto merge of #62092 - lzutao:clippy-update, r=oli-obk | bors | -33/+10 |
| 2019-06-24 | submodules: Update clippy from 5a11ed7b to 8c80b65f | Lzu Tao | -33/+10 |
| 2019-06-24 | Auto merge of #62012 - wesleywiser:const_prop_use_ecx, r=oli-obk | bors | -25/+116 |
| 2019-06-24 | Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov | bors | -36/+14 |
| 2019-06-23 | Auto merge of #62070 - ia0:rustfmt, r=petrochenkov | bors | -235/+273 |
| 2019-06-23 | Auto merge of #62037 - Mark-Simulacrum:tidy-fast, r=eddyb | bors | -146/+171 |
| 2019-06-23 | Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum | bors | -478/+389 |
| 2019-06-23 | Exit early from feature search if no features in file | Mark Rousskov | -2/+10 |
| 2019-06-23 | Collect features only once | Mark Rousskov | -37/+51 |
| 2019-06-23 | Use Path/PathBuf directly instead of through path:: | Mark Rousskov | -9/+8 |
| 2019-06-23 | Skip querying each ignore directive if none in file | Mark Rousskov | -7/+14 |
| 2019-06-23 | Utilize entry.metadata over fs::symlink_metadata | Mark Rousskov | -1/+1 |
| 2019-06-23 | Move file-reading into walker loop | Mark Rousskov | -67/+36 |
| 2019-06-23 | Pass contents and DirEntry to walkers | Mark Rousskov | -12/+29 |
| 2019-06-23 | Stop calling format! to check feature gate | Mark Rousskov | -2/+4 |
| 2019-06-23 | Use walkdir crate | Mark Rousskov | -12/+9 |
| 2019-06-23 | Cache Regex's | Mark Rousskov | -3/+15 |
| 2019-06-23 | Make tidy quieter by default | Mark Rousskov | -15/+15 |
| 2019-06-23 | Auto merge of #60861 - Centril:let-chains-ast-intro, r=petrochenkov | bors | -625/+2334 |
| 2019-06-23 | Run rustfmt | Julien Cretin | -235/+273 |
| 2019-06-23 | Remove redundant syntax::ast::Guard. | Mazdak Farrokhzad | -36/+14 |
| 2019-06-23 | Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov | Mazdak Farrokhzad | -46/+46 |
| 2019-06-23 | Rollup merge of #62057 - matthewjasper:deny-unnecessary-outlives, r=Mark-Simu... | Mazdak Farrokhzad | -16/+11 |
| 2019-06-23 | Rollup merge of #62051 - Centril:unused-derive-, r=petrochenkov | Mazdak Farrokhzad | -18/+14 |
| 2019-06-23 | Rollup merge of #62049 - crlf0710:patch-2, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | Rollup merge of #62047 - Centril:cfg-attr-empty-lint, r=estebank | Mazdak Farrokhzad | -10/+45 |
| 2019-06-23 | let_chains: note re. back-compat wrt. expr beginning. | Mazdak Farrokhzad | -1/+3 |
| 2019-06-23 | let_chains: Revert 'fn with' in ast_validation. | Mazdak Farrokhzad | -19/+10 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -46/+46 |
| 2019-06-23 | let_chains: More accurately describe `ast::ExprKind::Let`. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | let_chains: Add test cases to pprust-expr-roundtrip. | Mazdak Farrokhzad | -23/+32 |
| 2019-06-23 | let_chains: Fix bugs in pretty printing. | Mazdak Farrokhzad | -14/+46 |
| 2019-06-23 | let_chains: Refactor parse_{if,while}_expr a bit. | Mazdak Farrokhzad | -9/+12 |
| 2019-06-23 | let_chains: --bless tests due to recovery in lowering. | Mazdak Farrokhzad | -94/+905 |
| 2019-06-23 | let_chains: Remove ast_validation logic in favor of lowering with recovery. | Mazdak Farrokhzad | -67/+49 |
| 2019-06-23 | let_chains: Adjust tests for pre-expansion gating. | Mazdak Farrokhzad | -62/+103 |
| 2019-06-23 | let_chains: Move feature gating to pre-expansion. | Mazdak Farrokhzad | -28/+28 |
| 2019-06-23 | let_chains: Inline visit_expr_with_let_maybe_allowed. | Mazdak Farrokhzad | -37/+26 |
| 2019-06-23 | let_chains: readd kw::let to ident_can_begin_expr. | Mazdak Farrokhzad | -3/+2 |
| 2019-06-23 | let_chains: Fuse PatternSource::Let & ::LetExpr. | Mazdak Farrokhzad | -5/+3 |
| 2019-06-23 | let_chains: scrutinee -> condition | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | let_chains: Account for const generics in validation tests. | Mazdak Farrokhzad | -54/+123 |
| 2019-06-23 | let_chains: Change AST validation strategy slightly. | Mazdak Farrokhzad | -34/+45 |
| 2019-06-23 | let_chains: scrutinee -> head expression. | Mazdak Farrokhzad | -5/+5 |
| 2019-06-23 | let_chains: Fix outdated doc-comment re. 'parse_if_expr'. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | let_chains: Improve documentation for ast::ExprKind::Let(..). | Mazdak Farrokhzad | -1/+4 |
| 2019-06-23 | let_chains: Comment out Let in ident_can_begin_expr. | Mazdak Farrokhzad | -6/+8 |
| 2019-06-23 | let_chains: Test pretty output for simple stable if-let. | Mazdak Farrokhzad | -0/+16 |
| 2019-06-23 | let_chains: Remove redundant tests in syntax-ambiguity-*.rs. | Mazdak Farrokhzad | -188/+0 |
| 2019-06-23 | let_chains: Add test protecting the precedence of && in relation to other thi... | Mazdak Farrokhzad | -0/+18 |