about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-03-02Rollup merge of #58833 - Centril:rust_2018_idioms-rustbook, r=oli-obkkennytm-4/+5
2019-03-02Rollup merge of #58832 - pietroalbini:appveyor-hyperv, r=kennytmkennytm-5/+0
2019-03-02Rollup merge of #58830 - Centril:rust_2018_idioms-tidy, r=oli-obkkennytm-8/+9
2019-03-02Rollup merge of #58821 - alex:patch-1, r=Centrilkennytm-1/+1
2019-03-02Rollup merge of #58802 - nnethercote:inline-record_layout, r=oli-obkkennytm-10/+12
2019-03-02Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebankkennytm-7/+19
2019-03-02Rollup merge of #58782 - tspiteri:str-escape-self, r=kennytmkennytm-3/+3
2019-03-02Rollup merge of #58780 - RalfJung:manually-drop, r=nagisakennytm-0/+8
2019-03-02Rollup merge of #58730 - timvermeulen:internal_iteration, r=scottmcmkennytm-32/+37
2019-03-02Auto merge of #56946 - Zoxc:jobserver, r=nikomatsakisbors-46/+192
2019-03-01Auto merge of #58800 - ehuss:update-books, r=Centrilbors-1/+1
2019-03-01Auto merge of #58754 - ljedrz:I_hate_NodeIds, r=Zoxcbors-429/+368
2019-03-01hir: remove NodeId from VisibilityKindljedrz-9/+5
2019-03-01hir: remove NodeId from TraitRefljedrz-15/+7
2019-03-01hir: remove NodeId from Argljedrz-4/+1
2019-03-01hir: remove NodeId from TypeBindingljedrz-8/+3
2019-03-01hir: remove NodeId from ImplItemljedrz-27/+30
2019-03-01ty: HirIdify some lintsljedrz-89/+62
2019-03-01hir: remove NodeId from TraitItemljedrz-148/+149
2019-03-01middle: HirIdify deadljedrz-58/+59
2019-03-01hir: remove NodeId from AnonConstljedrz-23/+21
2019-03-01hir: remove NodeId from Fieldljedrz-6/+2
2019-03-01hir: remove NodeId from Localljedrz-23/+20
2019-03-01hir: remove NodeId from Stmtljedrz-19/+9
2019-03-01tools/rustbook: deny(rust_2018_idioms)Mazdak Farrokhzad-4/+5
2019-03-01Auto merge of #58631 - spastorino:place2_1, r=oli-obkbors-352/+441
2019-03-01Revert "Auto merge of #58597 - pietroalbini:appveyor-gce, r=alexcrichton"Pietro Albini-5/+0
2019-03-01tidy: deny(rust_2018_idioms)Mazdak Farrokhzad-8/+9
2019-03-01Auto merge of #58689 - memoryruins:exclude_should_panic, r=oli-obkbors-0/+39
2019-03-01Put Local, Static and Promoted as one Base variant of PlaceSantiago Pastorino-352/+441
2019-03-01Auto merge of #58408 - alexcrichton:update-llvm, r=michaelwoeristerbors-152/+12
2019-03-01Update Cargo.lockJohn Kåre Alsaker-14/+16
2019-03-01Fix importJohn Kåre Alsaker-0/+1
2019-03-01Address commentsJohn Kåre Alsaker-5/+8
2019-03-01Add support for using a jobserver with RayonJohn Kåre Alsaker-32/+172
2019-02-28Fixed a syntax error in the pin docsAlex Gaynor-1/+1
2019-02-28Auto merge of #58250 - Zoxc:rustc-interface-1, r=oli-obkbors-1055/+1334
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-1055/+1334
2019-02-28Auto merge of #57760 - dlrobertson:varargs1, r=alexregbors-902/+1778
2019-02-28Auto merge of #58208 - taiki-e:libstd-2018, r=Centrilbors-2060/+2030
2019-02-28Update src/libcore/mem.rsMazdak Farrokhzad-1/+1
2019-02-28Ensure `record_layout_for_printing()` is inlined.Nicholas Nethercote-10/+12
2019-02-27Update edition-guideEric Huss-1/+1
2019-02-27allow specifying attributes for tool lintsAndy Russell-7/+19
2019-02-28Fix rebase failTaiki Endo-7/+8
2019-02-28Fix some imports and pathsTaiki Endo-6/+2
2019-02-28Fix error in tag-that-dare-not-speak-its-nameTaiki Endo-2/+1
2019-02-28Fix errors in test/uiTaiki Endo-3/+12
2019-02-28Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-28Fix #[macro_use] extern crate in sys/cloudabiTaiki Endo-2/+1