| Age | Commit message (Expand) | Author | Lines |
| 2019-08-07 | Rollup merge of #63314 - tshepang:update-src-readme, r=matthewjasper | Mazdak Farrokhzad | -5/+2 |
| 2019-08-07 | Rollup merge of #63310 - gorup:partial-moves, r=cramertj | Mazdak Farrokhzad | -0/+95 |
| 2019-08-07 | Rollup merge of #63308 - spastorino:place-ref-base-is-ref, r=oli-obk | Mazdak Farrokhzad | -10/+10 |
| 2019-08-07 | Rollup merge of #63294 - alsuren:async-tests, r=cramertj | Mazdak Farrokhzad | -0/+501 |
| 2019-08-07 | Rollup merge of #63163 - bravomikekilo:master, r=cramertj | Mazdak Farrokhzad | -41/+916 |
| 2019-08-07 | Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj | Mazdak Farrokhzad | -10/+75 |
| 2019-08-06 | passify tidy | Mark Mansi | -0/+0 |
| 2019-08-06 | redox: convert to target_family unix | Jeremy Soller | -6440/+590 |
| 2019-08-06 | Fix generator size regressions due to optimization | Tyler Mandry | -0/+21 |
| 2019-08-06 | Auto merge of #63320 - RalfJung:miri, r=oli-obk | bors | -11/+8 |
| 2019-08-06 | update to rustc-guide that passes toolstate | Mark Mansi | -0/+0 |
| 2019-08-06 | review comments | Esteban Küber | -10/+16 |
| 2019-08-06 | Remove unnecessary features from compiler error code list | Jethro Beekman | -6/+0 |
| 2019-08-06 | Add an overflow check in truncate implementation for Unix. | Marcin Mielniczuk | -3/+11 |
| 2019-08-06 | move error with diverging output to compile-fail | Esteban Küber | -14/+0 |
| 2019-08-06 | Auto merge of #61515 - shepmaster:boxed-slice-to-array, r=cramertj | bors | -6/+195 |
| 2019-08-06 | Improve `ptr_rotate` performance, tests, and benchmarks | Aaron Kutch | -69/+216 |
| 2019-08-06 | test drop order for locals when a future is dropped part-way through execution | David Laban | -0/+176 |
| 2019-08-06 | avoid unnecessary reservations in std::io::Take::read_to_end | Jack O'Connor | -8/+58 |
| 2019-08-06 | Rollup merge of #63298 - RalfJung:assume_init, r=Mark-Simulacrum,Centril | Mazdak Farrokhzad | -1/+10 |
| 2019-08-06 | Rollup merge of #63296 - alexcrichton:deduplicate-demangle, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-08-06 | Rollup merge of #63286 - Mark-Simulacrum:resolve-no-cb, r=petrochenkov | Mazdak Farrokhzad | -24/+24 |
| 2019-08-06 | Rollup merge of #62837 - Kinrany:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -7/+15 |
| 2019-08-06 | Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+34 |
| 2019-08-06 | Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcm | Mazdak Farrokhzad | -119/+67 |
| 2019-08-06 | doc: Reword deprecation message of MetadataExt::as_raw_stat | Lzu Tao | -3/+4 |
| 2019-08-06 | Ignore no support targets | Yuki Okushi | -1/+3 |
| 2019-08-06 | fixup! test drop order for parameters when a future is dropped part-way throu... | David Laban | -1/+1 |
| 2019-08-06 | clarify | Ralf Jung | -2/+2 |
| 2019-08-06 | Auto merge of #63319 - Centril:rollup-d89rmey, r=Centril | bors | -330/+808 |
| 2019-08-06 | Add rustfix test and fix test name. | bravomikekilo | -127/+220 |
| 2019-08-06 | be clear that 1-init Vec being valid (but not safe) is not a stable guarantee | Ralf Jung | -2/+4 |
| 2019-08-06 | bump Miri | Ralf Jung | -11/+8 |
| 2019-08-06 | Rollup merge of #63315 - rust-lang:fix-63313, r=alexreg | Mazdak Farrokhzad | -1/+1 |
| 2019-08-06 | Rollup merge of #63312 - tshepang:doc-fix, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-06 | Rollup merge of #63299 - spastorino:in-projection-use-ref, r=oli-obk | Mazdak Farrokhzad | -14/+15 |
| 2019-08-06 | Rollup merge of #63295 - RalfJung:align_offset, r=dtolnay | Mazdak Farrokhzad | -4/+8 |
| 2019-08-06 | Rollup merge of #63293 - shepmaster:align-to-doc, r=RalfJung | Mazdak Farrokhzad | -6/+8 |
| 2019-08-06 | Rollup merge of #63287 - Mark-Simulacrum:span-no-ref, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-08-06 | Rollup merge of #63285 - Mark-Simulacrum:rm-await-origin, r=Centril | Mazdak Farrokhzad | -9/+0 |
| 2019-08-06 | Rollup merge of #63272 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -20/+16 |
| 2019-08-06 | Rollup merge of #63264 - arielb1:revert-private-coherence-errors, r=estebank | Mazdak Farrokhzad | -7/+22 |
| 2019-08-06 | Rollup merge of #63260 - RalfJung:ptr-test, r=matklad | Mazdak Farrokhzad | -2/+1 |
| 2019-08-06 | Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=Centril | Mazdak Farrokhzad | -131/+209 |
| 2019-08-06 | Rollup merge of #63184 - JasonShin:master, r=sfackler | Mazdak Farrokhzad | -0/+2 |
| 2019-08-06 | Rollup merge of #63017 - matklad:no-fatal, r=petrochenkov | Mazdak Farrokhzad | -116/+223 |
| 2019-08-06 | Rollup merge of #61457 - timvermeulen:double_ended_iters, r=scottmcm | Mazdak Farrokhzad | -13/+296 |
| 2019-08-06 | Auto merge of #62987 - Thomasdezeeuw:ioslice-advance, r=Thomasdezeeuw | bors | -1/+351 |
| 2019-08-05 | fix tests | Esteban Küber | -55/+78 |
| 2019-08-06 | Update rustfmt to 1.4.4 | topecongiro | -18/+18 |