| Age | Commit message (Expand) | Author | Lines |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -212/+208 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -22/+24 |
| 2019-03-02 | hir: remove NodeId from StructField | ljedrz | -25/+26 |
| 2019-03-02 | middle & privacy: partially HirIdify | ljedrz | -106/+120 |
| 2019-03-02 | Auto merge of #57202 - matthewjasper:nll-typeck-promoteds, r=pnkfelix | bors | -37/+229 |
| 2019-03-01 | look for python2 symlinks before bootstrap python | Andy Russell | -1/+4 |
| 2019-03-01 | fix an issue with path probing on Windows | Andy Russell | -7/+9 |
| 2019-03-02 | Auto merge of #56946 - Zoxc:jobserver, r=nikomatsakis | bors | -46/+192 |
| 2019-03-01 | Expand where negative supertrait specific error is shown | Esteban Küber | -24/+43 |
| 2019-03-01 | Auto merge of #58800 - ehuss:update-books, r=Centril | bors | -1/+1 |
| 2019-03-01 | appveyor: Use VS2017 for all our images | Alex Crichton | -1/+3 |
| 2019-03-01 | Add back in MSVC version check for LLVM | Alex Crichton | -0/+0 |
| 2019-03-01 | Handle type annotations in promoted MIR correctly | Matthew Jasper | -15/+46 |
| 2019-03-01 | Remove unnecessary parameter | Matthew Jasper | -4/+2 |
| 2019-03-01 | Include bounds from promoted constants in NLL | Matthew Jasper | -22/+185 |
| 2019-03-01 | Update toolchain to build NetBSD release | Alex Crichton | -24/+8 |
| 2019-03-01 | Schedule the demolition of `IsNotPromotable` | Oliver Scherer | -0/+2 |
| 2019-03-01 | Auto merge of #58754 - ljedrz:I_hate_NodeIds, r=Zoxc | bors | -429/+368 |
| 2019-03-01 | Forbid duplicating Cargo as a dependency | Mateusz Mikuła | -1/+1 |
| 2019-03-01 | Fix typo in Vec#resize_with documentation | Jens Hausdorf | -1/+1 |
| 2019-03-01 | tools/remote-test-{client,server}: deny(rust_2018_idioms) | Mazdak Farrokhzad | -2/+6 |
| 2019-03-01 | hir: remove NodeId from VisibilityKind | ljedrz | -9/+5 |
| 2019-03-01 | hir: remove NodeId from TraitRef | ljedrz | -15/+7 |
| 2019-03-01 | hir: remove NodeId from Arg | ljedrz | -4/+1 |
| 2019-03-01 | hir: remove NodeId from TypeBinding | ljedrz | -8/+3 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -27/+30 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -89/+62 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -148/+149 |
| 2019-03-01 | middle: HirIdify dead | ljedrz | -58/+59 |
| 2019-03-01 | hir: remove NodeId from AnonConst | ljedrz | -23/+21 |
| 2019-03-01 | hir: remove NodeId from Field | ljedrz | -6/+2 |
| 2019-03-01 | hir: remove NodeId from Local | ljedrz | -23/+20 |
| 2019-03-01 | hir: remove NodeId from Stmt | ljedrz | -19/+9 |
| 2019-03-01 | tools/rustbook: deny(rust_2018_idioms) | Mazdak Farrokhzad | -4/+5 |
| 2019-03-01 | Auto merge of #58631 - spastorino:place2_1, r=oli-obk | bors | -352/+441 |
| 2019-03-01 | Revert "Auto merge of #58597 - pietroalbini:appveyor-gce, r=alexcrichton" | Pietro Albini | -5/+0 |
| 2019-03-01 | librustc_interface: Update scoped-tls to 1.0 | Igor Matuszewski | -2/+2 |
| 2019-03-01 | tidy: deny(rust_2018_idioms) | Mazdak Farrokhzad | -8/+9 |
| 2019-03-01 | Auto merge of #58689 - memoryruins:exclude_should_panic, r=oli-obk | bors | -0/+39 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -352/+441 |
| 2019-02-28 | Use the correct stderr when testing libstd | Jethro Beekman | -19/+41 |
| 2019-03-01 | Auto merge of #58408 - alexcrichton:update-llvm, r=michaelwoerister | bors | -152/+12 |
| 2019-03-01 | Update Cargo.lock | John Kåre Alsaker | -14/+16 |
| 2019-03-01 | Fix import | John Kåre Alsaker | -0/+1 |
| 2019-03-01 | Address comments | John Kåre Alsaker | -5/+8 |
| 2019-03-01 | Add support for using a jobserver with Rayon | John Kåre Alsaker | -32/+172 |
| 2019-02-28 | update rustdoc coverage tests with new table layout | QuietMisdreavus | -80/+51 |
| 2019-02-28 | tweak docs for rustdoc's `--show-coverage` | QuietMisdreavus | -4/+8 |
| 2019-02-28 | track items per-file instead of per-type | QuietMisdreavus | -117/+33 |
| 2019-02-28 | update docs for doc coverage | QuietMisdreavus | -2/+4 |