| Age | Commit message (Expand) | Author | Lines |
| 2019-03-02 | Rollup merge of #58833 - Centril:rust_2018_idioms-rustbook, r=oli-obk | kennytm | -4/+5 |
| 2019-03-02 | Rollup merge of #58832 - pietroalbini:appveyor-hyperv, r=kennytm | kennytm | -5/+0 |
| 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 #56946 - Zoxc:jobserver, r=nikomatsakis | bors | -46/+192 |
| 2019-03-01 | Auto merge of #58800 - ehuss:update-books, r=Centril | bors | -1/+1 |
| 2019-03-01 | Auto merge of #58754 - ljedrz:I_hate_NodeIds, r=Zoxc | bors | -429/+368 |
| 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 | 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-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 | Fixed a syntax error in the pin docs | Alex Gaynor | -1/+1 |
| 2019-02-28 | Auto merge of #58250 - Zoxc:rustc-interface-1, r=oli-obk | bors | -1055/+1334 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -1055/+1334 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -902/+1778 |
| 2019-02-28 | Auto merge of #58208 - taiki-e:libstd-2018, r=Centril | bors | -2060/+2030 |
| 2019-02-28 | Update src/libcore/mem.rs | Mazdak Farrokhzad | -1/+1 |
| 2019-02-28 | Ensure `record_layout_for_printing()` is inlined. | Nicholas Nethercote | -10/+12 |
| 2019-02-27 | Update edition-guide | Eric Huss | -1/+1 |
| 2019-02-27 | allow specifying attributes for tool lints | Andy Russell | -7/+19 |
| 2019-02-28 | Fix rebase fail | Taiki Endo | -7/+8 |
| 2019-02-28 | Fix some imports and paths | Taiki Endo | -6/+2 |
| 2019-02-28 | Fix error in tag-that-dare-not-speak-its-name | Taiki Endo | -2/+1 |
| 2019-02-28 | Fix errors in test/ui | Taiki Endo | -3/+12 |
| 2019-02-28 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-28 | Fix #[macro_use] extern crate in sys/cloudabi | Taiki Endo | -2/+1 |