| Age | Commit message (Expand) | Author | Lines |
| 2019-05-05 | Auto merge of #60544 - petrochenkov:parder, r=eddyb | bors | -169/+143 |
| 2019-05-05 | Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkov | bors | -121/+86 |
| 2019-05-05 | Auto merge of #60508 - varkor:const-generics-fold-ct-err, r=petrochenkov | bors | -36/+106 |
| 2019-05-05 | Auto merge of #60476 - froydnj:aarch64-profiling, r=alexcrichton | bors | -1/+4 |
| 2019-05-04 | Early error for mixing order of const and type parameters | varkor | -13/+27 |
| 2019-05-04 | Delegate SmallVec's stable_hash to array's stable_hash. | Jesper Steen Møller | -3/+1 |
| 2019-05-04 | Hash all of the import_ids for the TraitCandidate. | Jesper Steen Møller | -6/+18 |
| 2019-05-04 | Removed unneccesary reference for trait name | Jesper Steen Møller | -4/+4 |
| 2019-05-04 | Use binding autoref, because we can. | Jesper Steen Møller | -2/+2 |
| 2019-05-04 | Reuse 'kind' parameter. | Jesper Steen Møller | -1/+1 |
| 2019-05-04 | Improved name: first_import_id | Jesper Steen Møller | -2/+2 |
| 2019-05-04 | Revert the introduced typedefs | Jesper Steen Møller | -13/+9 |
| 2019-05-04 | Fix misleading indentation | Jesper Steen Møller | -6/+5 |
| 2019-05-04 | Fix #45268 by saving all NodeId's for resolved traits. | Jesper Steen Møller | -49/+122 |
| 2019-05-04 | Remove `Res::Label` | Vadim Petrochenkov | -23/+24 |
| 2019-05-04 | Rename `Res::kind_name` to `Res::descr` for consistency | Vadim Petrochenkov | -17/+17 |
| 2019-05-04 | Rename `PathResolution` to `PartialRes` | Vadim Petrochenkov | -130/+103 |
| 2019-05-04 | Add tests | varkor | -0/+29 |
| 2019-05-04 | Fix subst error for consts in wfcheck | varkor | -8/+8 |
| 2019-05-04 | Fix subst error for consts in astconv | varkor | -2/+2 |
| 2019-05-04 | Improve subst error when parameter kinds mismatch | varkor | -13/+40 |
| 2019-05-04 | Auto merge of #60538 - matthiaskrgr:submodule_upd, r=eddyb | bors | -8/+10 |
| 2019-05-04 | Auto merge of #60117 - sunfishcode:wasi-os, r=sunfishcode | bors | -4/+4 |
| 2019-05-04 | submodules: update clippy from 2ed0b3bf to fc96aa03 | Matthias Krüger | -8/+10 |
| 2019-05-04 | Rollup merge of #60527 - davidtwco:issue-60518, r=cramertj | Mazdak Farrokhzad | -1/+15 |
| 2019-05-04 | Rollup merge of #60521 - rasendubi:tidy-2018-edition, r=Centril | Mazdak Farrokhzad | -17/+8 |
| 2019-05-04 | Rollup merge of #60517 - estebank:wording, r=davidtwco | Mazdak Farrokhzad | -115/+115 |
| 2019-05-04 | Rollup merge of #60516 - JohnTitor:remove-typeck, r=matthewjasper | Mazdak Farrokhzad | -192/+131 |
| 2019-05-04 | Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasper | Mazdak Farrokhzad | -675/+128 |
| 2019-05-04 | Rollup merge of #60486 - spastorino:place-related-refactors, r=oli-obk | Mazdak Farrokhzad | -22/+9 |
| 2019-05-04 | Rollup merge of #60449 - matthewjasper:impl-trait-outlives, r=pnkfelix | Mazdak Farrokhzad | -72/+129 |
| 2019-05-04 | Rollup merge of #60429 - estebank:pub-path, r=michaelwoerister | Mazdak Farrokhzad | -6/+21 |
| 2019-05-03 | Categorize WASI as an "OS" rather than as an "environment". | Dan Gohman | -4/+4 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -331/+804 |
| 2019-05-03 | Address review comments | Tyler Mandry | -51/+39 |
| 2019-05-04 | rustc: rename DefPathData::{MacroDef,LifetimeParam} to {Macro,Lifetime}Ns. | Eduard-Mihai Burtescu | -18/+22 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into ValueNs. | Eduard-Mihai Burtescu | -12/+2 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into TypeNs. | Eduard-Mihai Burtescu | -90/+61 |
| 2019-05-03 | Auto merge of #60462 - eddyb:def-1-a-mere-resolution, r=petrochenkov | bors | -1692/+1840 |
| 2019-05-03 | Split out debuginfo from type info in MIR GeneratorLayout | Tyler Mandry | -16/+59 |
| 2019-05-03 | Fix async fn lowering ICE with APIT. | David Wood | -1/+15 |
| 2019-05-03 | Update help message | Christopher Vittal | -2/+2 |
| 2019-05-03 | Make variant_fields inner an IndexVec | Tyler Mandry | -4/+4 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -1339/+1337 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -357/+381 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -611/+737 |
| 2019-05-03 | tidy: Extract `let mut part` out of `parts` block in `version.rs` | Alexey Shmalko | -7/+5 |
| 2019-05-03 | Auto merge of #60496 - jethrogb:jb/address-integer-overflow, r=alexcrichton | bors | -7/+17 |
| 2019-05-04 | Fix test | Yuki Okushi | -2/+2 |
| 2019-05-03 | Migrate tidy to rust 2018 edition | Alexey Shmalko | -10/+3 |