| Age | Commit message (Expand) | Author | Lines |
| 2020-04-01 | Fix link to write_vectored | Thomas de Zeeuw | -1/+1 |
| 2020-04-01 | Use unspecified over undefined in io::Write::write_all_vectored docs | Thomas de Zeeuw | -7/+9 |
| 2020-03-31 | Add io::Write::write_all_vectored | Thomas de Zeeuw | -1/+161 |
| 2020-03-30 | Auto merge of #70574 - matthiaskrgr:submodule_upd, r=Centril | bors | -12/+8 |
| 2020-03-30 | submodules: update clippy from 70b93aab to e170c849 | Matthias Krüger | -12/+8 |
| 2020-03-30 | Rollup merge of #70567 - JOE1994:patch-3, r=Centril | Dylan DPC | -1/+1 |
| 2020-03-30 | Rollup merge of #70559 - RalfJung:btree-test-miri, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -12/+18 |
| 2020-03-30 | Rollup merge of #70479 - RalfJung:win-env, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-30 | Fix broken link in README | Youngsuk Kim | -1/+1 |
| 2020-03-30 | fix BTreeMap test compilation with Miri | Ralf Jung | -1/+1 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -751/+591 |
| 2020-03-30 | rustc -> rustc_middle part 5 -- fix tests | Mazdak Farrokhzad | -25/+25 |
| 2020-03-30 | rustc -> rustc_middle part 4 -- pacify tidy | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -739/+771 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1514/+1510 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -54/+56 |
| 2020-03-30 | Auto merge of #70449 - ecstatic-morse:visit-body, r=oli-obk | bors | -34/+33 |
| 2020-03-30 | bless output of ui test nll/user-annotations/closure-substs.rs | Remy Rakic | -1/+1 |
| 2020-03-30 | bless output of ui test impl-trait/multiple-lifetimes/error-handling.rs | Remy Rakic | -2/+5 |
| 2020-03-30 | bless output of ui test closures/closure-expected-type/expect-region-supply-r... | Remy Rakic | -3/+3 |
| 2020-03-30 | bless output of ui test nll/outlives-suggestion-simple.rs | Remy Rakic | -4/+6 |
| 2020-03-30 | bless output of ui test hrtb/hrtb-perfect-forwarding.rs | Remy Rakic | -1/+2 |
| 2020-03-30 | Polonius fact generation: fix path access fact location | Remy Rakic | -1/+1 |
| 2020-03-29 | Auto merge of #70009 - estebank:sugg-bound, r=Centril | bors | -640/+439 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -22/+22 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -640/+439 |
| 2020-03-29 | Rollup merge of #70541 - lcnr:patch-1, r=varkor | Dylan DPC | -0/+1 |
| 2020-03-29 | Rollup merge of #70540 - jonas-schievink:link-attr-template, r=varkor | Dylan DPC | -3/+3 |
| 2020-03-29 | Rollup merge of #70539 - DutchGhost:test-62220, r=Dylan-DPC | Dylan DPC | -0/+22 |
| 2020-03-29 | Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk | Dylan DPC | -285/+298 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -30/+29 |
| 2020-03-29 | prohibit_generics: update has_err for consts | Bastian Kauschke | -0/+1 |
| 2020-03-29 | add a build-pass test for issue 62220 | Dodo | -0/+22 |
| 2020-03-29 | #[link]: mention wasm_import_module instead of cfg | Jonas Schievink | -3/+3 |
| 2020-03-29 | Rollup merge of #70527 - Amanieu:fix_fastisel, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+0 |
| 2020-03-29 | Rollup merge of #70526 - Centril:less-attr, r=eddyb | Mazdak Farrokhzad | -2/+1 |
| 2020-03-29 | Rollup merge of #70140 - Nemo157:result-flatten, r=Amanieu | Mazdak Farrokhzad | -1/+33 |
| 2020-03-29 | Update LLVM submodule | Amanieu d'Antras | -0/+0 |
| 2020-03-29 | reduce rustc_attr usage in places | Mazdak Farrokhzad | -2/+1 |
| 2020-03-29 | Rollup merge of #70506 - ssomers:btreemap_testing_consts, r=RalfJung | Mazdak Farrokhzad | -41/+49 |
| 2020-03-29 | Rollup merge of #70101 - tmiasko:intrinsics-copy, r=eddyb | Mazdak Farrokhzad | -112/+112 |
| 2020-03-29 | Rollup merge of #68692 - jyn514:vec-from-array, r=LukasKalbertodt | Mazdak Farrokhzad | -7/+41 |
| 2020-03-29 | Auto merge of #70370 - petrochenkov:nosmatch, r=Centril | bors | -48/+43 |
| 2020-03-29 | Rollup merge of #70510 - RalfJung:bool-vs-boolean, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-29 | Rollup merge of #70508 - RalfJung:scalar-from, r=eddyb | Dylan DPC | -19/+15 |
| 2020-03-29 | Rollup merge of #70503 - RalfJung:null, r=varkor | Dylan DPC | -4/+4 |
| 2020-03-29 | Rollup merge of #70235 - dillona:70182-check-before-using-git, r=Mark-Simulacrum | Dylan DPC | -11/+43 |
| 2020-03-29 | Rollup merge of #69937 - TyPR124:osstr_ascii, r=dtolnay | Dylan DPC | -11/+235 |
| 2020-03-28 | add tracking issue | TyPR124 | -6/+6 |