| Age | Commit message (Expand) | Author | Lines |
| 2020-03-31 | Use Place directly on Operand::place and friends, it's Copy | Santiago Pastorino | -33/+33 |
| 2020-03-31 | Use Place directly, it's Copy even more use cases | Santiago Pastorino | -119/+120 |
| 2020-03-31 | Use Place directly, it's Copy more use cases | Santiago Pastorino | -28/+25 |
| 2020-03-31 | Use Place directly on check_mut_borrowing_layout_constrained_field, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | Use Place directly on remove_never_initialized_mut_locals, it's Copy | Santiago Pastorino | -4/+4 |
| 2020-03-31 | Use Place directly on borrow_of_local_data, it's Copy | Santiago Pastorino | -4/+4 |
| 2020-03-31 | Use Place directly on propagate_closure_used_mut_place, it's Copy | Santiago Pastorino | -4/+3 |
| 2020-03-31 | Use Place directly, it's Copy | Santiago Pastorino | -94/+88 |
| 2020-03-31 | Rollup merge of #70614 - RalfJung:cons-prop-reloc, r=wesleywiser | Dylan DPC | -7/+4 |
| 2020-03-31 | Rollup merge of #70606 - GuillaumeGomez:cleanup-e0466, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-31 | Rollup merge of #70600 - danielframpton:aarch64-windows-tests, r=alexcrichton | Dylan DPC | -17/+0 |
| 2020-03-31 | Rollup merge of #70268 - tmiasko:sanitizer-docs, r=steveklabnik | Dylan DPC | -86/+150 |
| 2020-03-31 | Rollup merge of #69458 - Luro02:master, r=GuillaumeGomez,ollie27 | Dylan DPC | -40/+63 |
| 2020-03-31 | Rollup merge of #69425 - lcnr:make_contiguous, r=Amanieu | Dylan DPC | -53/+235 |
| 2020-03-31 | cargotest: remove webrender | Pietro Albini | -7/+0 |
| 2020-03-31 | update unused_braces wording | Bastian Kauschke | -21/+20 |
| 2020-03-31 | add tests for `unused_braces` | Bastian Kauschke | -0/+134 |
| 2020-03-31 | update tests | Bastian Kauschke | -25/+31 |
| 2020-03-31 | fix internal lint fallout | Bastian Kauschke | -14/+15 |
| 2020-03-31 | const backtrace: do not skip first frame | Ralf Jung | -5/+17 |
| 2020-03-31 | avoid an unreachable fallback | Ralf Jung | -11/+11 |
| 2020-03-31 | Don't use an exact lint counter anymore | flip1995 | -1/+5 |
| 2020-03-31 | Enable rust-lld on dist-x86_64-musl | David Sonder | -0/+1 |
| 2020-03-31 | fix docs | Bastian Kauschke | -1/+1 |
| 2020-03-31 | Fix tests to handle debug_assert | Russell Cohen | -0/+2 |
| 2020-03-31 | Add a test case for incremental + codegen-units interaction. | Michael Woerister | -1/+53 |
| 2020-03-31 | Make the rustc respect the `-C codegen-units` flag in incremental mode. | Michael Woerister | -24/+67 |
| 2020-03-31 | Rollup merge of #70613 - matthiaskrgr:cl5ppy_squashed, r=Centril | Mazdak Farrokhzad | -124/+102 |
| 2020-03-31 | Rollup merge of #70588 - Coder-256:str-split-at-docs, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-03-31 | Rollup merge of #70585 - alexcrichton:fix-wasi-align-alloc, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | Rollup merge of #70562 - lcnr:const-arr_len, r=Centril | Mazdak Farrokhzad | -23/+151 |
| 2020-03-31 | Rollup merge of #70561 - tshepang:obsolete-comment, r=petrochenkov | Mazdak Farrokhzad | -3/+0 |
| 2020-03-31 | Rollup merge of #70555 - Centril:fix-70549, r=petrochenkov | Mazdak Farrokhzad | -9/+82 |
| 2020-03-31 | Rollup merge of #70548 - Ersikan:master, r=GuillaumeGomez | Mazdak Farrokhzad | -3/+24 |
| 2020-03-31 | Rollup merge of #69784 - benesch:fast-strip-prefix-suffix, r=kennytm | Mazdak Farrokhzad | -30/+107 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -64/+64 |
| 2020-03-31 | update `VecDeque::as_(mut)_slice` docs | Bastian Kauschke | -4/+4 |
| 2020-03-31 | remove unnecessary relocation check in const_prop | Ralf Jung | -7/+4 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -124/+102 |
| 2020-03-31 | Clean up E0466 explanation | Guillaume Gomez | -1/+1 |
| 2020-03-31 | improve folder name for persistent doc tests | Luro02 | -40/+63 |
| 2020-03-31 | Add missing -lmsvcrt on mingw after -lpthread | Amanieu d'Antras | -0/+2 |
| 2020-03-31 | bump Miri | Ralf Jung | -7/+7 |
| 2020-03-30 | Deduplicate crosstool-ng.sh | Ben Wolsieffer | -30/+6 |
| 2020-03-30 | Ensure LLVM is in the link path for "fulldeps" tests | Josh Stone | -1/+10 |
| 2020-03-30 | Add `can_unwind` field to `FnAbi` | Wesley Wiser | -44/+60 |
| 2020-03-30 | remove a dead parameter that everyone sets to None | Ralf Jung | -4/+4 |
| 2020-03-30 | stop unnecessarily passing around span argument for Miri function calls | Ralf Jung | -42/+25 |
| 2020-03-30 | remove caller span from Miri stack frame | Ralf Jung | -12/+2 |
| 2020-03-30 | Fix incorrect documentation for `str::{split_at, split_at_mut}` | Jacob Greenfield | -2/+2 |