| Age | Commit message (Expand) | Author | Lines |
| 2019-03-02 | Update miri | Santiago Pastorino | -14/+14 |
| 2019-03-02 | Suggest appropriate code for unused field when desrtucturing patttern | Esteban Küber | -1/+54 |
| 2019-03-02 | Suggest removal of `&` when borrowing macro and appropriate | Esteban Küber | -3/+54 |
| 2019-03-02 | Auto merge of #58836 - ljedrz:begone_NodeId, r=Zoxc | bors | -558/+528 |
| 2019-03-02 | Bootstrap compiler update for 1.35 release | Mark Rousskov | -146/+20 |
| 2019-03-02 | Fix C-variadic function printing | Dan Robertson | -3/+15 |
| 2019-03-02 | Rollup merge of #58842 - mati865:53005, r=alexcrichton | kennytm | -1/+1 |
| 2019-03-02 | Rollup merge of #58852 - alexcrichton:update-netbsd, r=Mark-Simulacrum | kennytm | -24/+8 |
| 2019-03-02 | Rollup merge of #58838 - jens1o:patch-1, r=Centril | kennytm | -1/+1 |
| 2019-03-02 | Rollup merge of #58835 - Centril:rust_2018_idioms-remote-test, r=oli-obk | kennytm | -2/+6 |
| 2019-03-02 | Rollup merge of #58833 - Centril:rust_2018_idioms-rustbook, r=oli-obk | kennytm | -4/+5 |
| 2019-03-02 | Rollup merge of #58830 - Centril:rust_2018_idioms-tidy, r=oli-obk | kennytm | -8/+9 |
| 2019-03-02 | Rollup merge of #58821 - alex:patch-1, r=Centril | kennytm | -1/+1 |
| 2019-03-02 | Rollup merge of #58802 - nnethercote:inline-record_layout, r=oli-obk | kennytm | -10/+12 |
| 2019-03-02 | Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebank | kennytm | -7/+19 |
| 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 | 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 |