| Age | Commit message (Expand) | Author | Lines |
| 2019-06-25 | rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods. | Eduard-Mihai Burtescu | -46/+46 |
| 2019-06-25 | Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor | bors | -2/+146 |
| 2019-06-24 | Auto merge of #62100 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-06-24 | Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelix | bors | -406/+275 |
| 2019-06-24 | Update cargo | Eric Huss | -0/+0 |
| 2019-06-24 | Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obk | bors | -253/+292 |
| 2019-06-24 | Auto merge of #62092 - lzutao:clippy-update, r=oli-obk | bors | -33/+10 |
| 2019-06-24 | fix reoccurring typo | Ralf Jung | -10/+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 | Replace Vec<Vec<_>> with Vec<_> | Aaron Hill | -20/+9 |
| 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 | Fix typos pointed out by @varkor | Aaron Hill | -9/+9 |
| 2019-06-23 | expand comment | Ralf Jung | -1/+2 |
| 2019-06-23 | deduplicate some code | Ralf Jung | -17/+15 |
| 2019-06-23 | Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum | bors | -478/+389 |
| 2019-06-23 | make code more symmetric | Ralf Jung | -3/+5 |
| 2019-06-23 | comment tweaks, better validation errors, update UI tests | Ralf Jung | -26/+36 |
| 2019-06-23 | clean up internals of pointer checks; make get_size_and_align also check for ... | Ralf Jung | -104/+69 |
| 2019-06-23 | move CheckInAllocMsg to more logical place | Ralf Jung | -25/+25 |
| 2019-06-23 | Centralize bounds, alignment and NULL checking for memory accesses in one fun... | Ralf Jung | -151/+214 |
| 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 |