| Age | Commit message (Expand) | Author | Lines |
| 2019-07-19 | Auto merge of #62690 - alexcrichton:azure-update, r=pietroalbini | bors | -7/+41 |
| 2019-07-19 | azure: Prepare configuration for 4-core machines | Alex Crichton | -7/+41 |
| 2019-07-19 | Auto merge of #62679 - Xanewok:after-expansion, r=Zoxc | bors | -8/+20 |
| 2019-07-19 | Auto merge of #62694 - lundibundi:help-infer-fn-ret, r=eddyb | bors | -42/+125 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -1271/+1170 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -142/+659 |
| 2019-07-18 | Auto merge of #62782 - Mark-Simulacrum:rollup-1hz5ya6, r=Mark-Simulacrum | bors | -299/+319 |
| 2019-07-18 | Rollup merge of #62778 - jsgf:notify-dep-info, r=petrochenkov | Mark Rousskov | -6/+14 |
| 2019-07-18 | Rollup merge of #62777 - gilescope:self-referencial-to-recursion, r=eddyb | Mark Rousskov | -18/+36 |
| 2019-07-18 | Rollup merge of #62774 - smaeul:pr/simd-tests, r=petrochenkov | Mark Rousskov | -0/+4 |
| 2019-07-18 | Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -177/+177 |
| 2019-07-18 | Rollup merge of #62752 - nikic:llvm-disable-z3, r=alexcrichton | Mark Rousskov | -0/+1 |
| 2019-07-18 | Rollup merge of #62749 - chocol4te:fix_60633, r=estebank | Mark Rousskov | -1/+4 |
| 2019-07-18 | Rollup merge of #62745 - BaoshanPang:master, r=nikic | Mark Rousskov | -6/+4 |
| 2019-07-18 | Rollup merge of #62740 - lzutao:patch-2, r=alexcrichton | Mark Rousskov | -0/+1 |
| 2019-07-18 | Rollup merge of #62732 - nathanwhit:fix_mem_uninit, r=Amanieu | Mark Rousskov | -4/+9 |
| 2019-07-18 | Rollup merge of #62730 - matthewjasper:hygiene-tests, r=petrochenkov | Mark Rousskov | -42/+26 |
| 2019-07-18 | Rollup merge of #62728 - DutchGhost:fix-double-wording, r=jonas-schievink | Mark Rousskov | -3/+3 |
| 2019-07-18 | Rollup merge of #62712 - limira:self-type-help, r=estebank | Mark Rousskov | -14/+18 |
| 2019-07-18 | Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank | Mark Rousskov | -22/+7 |
| 2019-07-18 | Rollup merge of #62615 - wesleywiser:pgo_error, r=nagisa | Mark Rousskov | -6/+9 |
| 2019-07-18 | Rollup merge of #61926 - scottmcm:vec-vecdeque, r=Mark-Simulacrum | Mark Rousskov | -0/+6 |
| 2019-07-18 | Auto merge of #62682 - alessandrod:issue-58375, r=eddyb | bors | -2/+29 |
| 2019-07-18 | resolve: Support resolving macro paths without macro kind restrictions | Vadim Petrochenkov | -17/+18 |
| 2019-07-18 | resolve: Attempt to resolve unresolved paths in macro namespace | Vadim Petrochenkov | -60/+62 |
| 2019-07-18 | resolve: Move some common code into the scope visitor | Vadim Petrochenkov | -142/+114 |
| 2019-07-18 | resolve: Visit all scopes to collect suggestion candidates for unresolved macros | Vadim Petrochenkov | -144/+258 |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -379/+144 |
| 2019-07-18 | resolve: Decouple scope visiting process from visitor actions | Vadim Petrochenkov | -138/+170 |
| 2019-07-18 | resolve: Rename `WhereToResolve` into `Scope` | Vadim Petrochenkov | -71/+79 |
| 2019-07-18 | resolve: Move some diagnostic code into `diagnostics.rs` | Vadim Petrochenkov | -595/+600 |
| 2019-07-18 | Auto merge of #62671 - lzutao:tidy-lldb, r=alexcrichton | bors | -14/+19 |
| 2019-07-18 | Emit artifact notifications for dependency files | Jeremy Fitzhardinge | -6/+14 |
| 2019-07-18 | Self-referencial type renamed to recursive type. | Giles Cope | -18/+18 |
| 2019-07-18 | Auto merge of #62669 - estebank:suggest-assoc-type, r=cramertj | bors | -35/+86 |
| 2019-07-17 | Disable simd_select_bitmask test on big endian | Samuel Holland | -0/+4 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -177/+177 |
| 2019-07-17 | Test case for #62506. | Giles Cope | -0/+18 |
| 2019-07-17 | Update mdbook, cargo, books | Eric Huss | -96/+29 |
| 2019-07-17 | Requested change | Ferdia McKeogh | -2/+2 |
| 2019-07-17 | Auto merge of #62688 - topecongiro:rustfmt-1.3.3, r=alexcrichton | bors | -18/+14 |
| 2019-07-17 | Disable Z3 in LLVM build | Nikita Popov | -0/+1 |
| 2019-07-17 | rustc_typeck: improve diagnostics for -> _ fn return type | Denys Otrishko | -30/+113 |
| 2019-07-17 | rustc_typeck: extract common placeholder type diagnostic code | Denys Otrishko | -12/+12 |
| 2019-07-17 | Document link_section arbitrary bytes | Ferdia McKeogh | -0/+3 |
| 2019-07-17 | Auto merge of #61339 - jridgewell:pointer-alignment, r=BurntSushi | bors | -6/+3 |
| 2019-07-17 | Auto merge of #62596 - cuviper:expect_none, r=rkruppe | bors | -6/+99 |
| 2019-07-17 | update data_layout and features | Baoshan Pang | -6/+4 |
| 2019-07-17 | Update rustfmt to the latest master | topecongiro | -18/+14 |
| 2019-07-17 | Update rustfmt to 1.3.3 | topecongiro | -18/+18 |