| Age | Commit message (Expand) | Author | Lines |
| 2019-03-02 | Rollup merge of #58782 - tspiteri:str-escape-self, r=kennytm | kennytm | -3/+3 |
| 2019-03-02 | Rollup merge of #58780 - RalfJung:manually-drop, r=nagisa | kennytm | -0/+8 |
| 2019-03-02 | Rollup merge of #58730 - timvermeulen:internal_iteration, r=scottmcm | kennytm | -32/+37 |
| 2019-03-02 | Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton | bors | -8/+25 |
| 2019-03-02 | Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc | bors | -6/+39 |
| 2019-03-02 | driver: fix test | ljedrz | -4/+4 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -73/+55 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -40/+30 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -102/+87 |
| 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/+1 |
| 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 | -32/+176 |
| 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 | 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 | librustc_interface: Update scoped-tls to 1.0 | Igor Matuszewski | -1/+1 |
| 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/+10 |
| 2019-03-01 | Fix import | John Kåre Alsaker | -0/+1 |