| Age | Commit message (Expand) | Author | Lines |
| 2020-04-08 | Rollup merge of #70883 - GuillaumeGomez:cleanup-e0507, r=Dylan-DPC | Dylan DPC | -6/+6 |
| 2020-04-08 | Rollup merge of #70876 - nnethercote:smallvec-predecessors, r=estebank | Dylan DPC | -5/+11 |
| 2020-04-08 | Rollup merge of #70850 - ssomers:btreemap_first_last, r=Amanieu | Dylan DPC | -48/+76 |
| 2020-04-08 | Rollup merge of #70847 - pietroalbini:ci-move-docker-lib, r=Mark-Simulacrum | Dylan DPC | -0/+6 |
| 2020-04-08 | Rollup merge of #70789 - lcnr:macros, r=varkor | Dylan DPC | -25/+72 |
| 2020-04-08 | add `VecDeque::make_contiguous` tracking issue | Bastian Kauschke | -1/+1 |
| 2020-04-08 | comment pessimistic yield and saving/restoring state | Niko Matsakis | -0/+7 |
| 2020-04-08 | Clean up E0510 explanation | Guillaume Gomez | -7/+20 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -64/+80 |
| 2020-04-08 | librustc_resolve: fixup nit in previous commit | marmeladema | -3/+3 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -78/+49 |
| 2020-04-07 | rustc_session: forbid lints override regardless of position | Tobias Thiel | -2/+25 |
| 2020-04-07 | fix another ICE | mark | -1/+1 |
| 2020-04-07 | fix ice with trait obj dummy self | mark | -4/+2 |
| 2020-04-07 | fix abuses of tykind::err | mark | -14/+24 |
| 2020-04-07 | Remove unnecessary TypeFlags::NOMINAL_FLAGS | Theo Sandstrom | -24/+1 |
| 2020-04-08 | track_caller: harden naked interactions | Mazdak Farrokhzad | -4/+29 |
| 2020-04-07 | Do not suggest adding type param when `use` is already suggested | Esteban Küber | -10/+1 |
| 2020-04-07 | Avoid extra &mut in Chain::fold and try_fold | Josh Stone | -2/+2 |
| 2020-04-07 | Reduce callsites in Chain::last() | Josh Stone | -11/+10 |
| 2020-04-07 | Reduce callsites in Chain::count() | Josh Stone | -6/+9 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -56/+66 |
| 2020-04-07 | Corrects a typo in rustdoc documentation. | Theo Sandstrom | -3/+3 |
| 2020-04-07 | Update Clippy | flip1995 | -14/+22 |
| 2020-04-07 | Update cargo | Eric Huss | -0/+0 |
| 2020-04-07 | bump Miri | Ralf Jung | -7/+10 |
| 2020-04-07 | Remove old mir-opt test format. | Ana-Maria Mihalache | -244/+2 |
| 2020-04-07 | Implement Chain with Option fuses | Josh Stone | -149/+106 |
| 2020-04-07 | Normalize away pairs of line:col numbers. | Ana-Maria Mihalache | -167/+167 |
| 2020-04-07 | Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it. | Ana-Maria Mihalache | -488/+1855 |
| 2020-04-07 | --bless more mir-opt tests. | Ana-Maria Mihalache | -1013/+2254 |
| 2020-04-07 | Further improve comments | Jonas Schievink | -3/+4 |
| 2020-04-07 | remove false positives of unused_braces | Bastian Kauschke | -25/+72 |
| 2020-04-07 | wf: refactor `compute_trait_ref` | Bastian Kauschke | -155/+151 |
| 2020-04-07 | --bless all mir-opt tests. | Ana-Maria Mihalache | -3046/+6572 |
| 2020-04-07 | Auto merge of #70884 - Dylan-DPC:rollup-r3raqdf, r=jonas-schievink | bors | -153/+252 |
| 2020-04-07 | Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay | Dylan DPC | -68/+52 |
| 2020-04-07 | Rollup merge of #70854 - faern:use-assoc-int-submodules, r=dtolnay | Dylan DPC | -0/+0 |
| 2020-04-07 | Rollup merge of #70846 - tmiasko:compiler-builtins-codegen-units, r=alexcrichton | Dylan DPC | -1/+48 |
| 2020-04-07 | Rollup merge of #70762 - RalfJung:miri-leak-check, r=oli-obk | Dylan DPC | -76/+116 |
| 2020-04-07 | Rollup merge of #70201 - cuviper:clone_into, r=dtolnay | Dylan DPC | -8/+36 |
| 2020-04-07 | Clean up E0507 explanation | Guillaume Gomez | -6/+6 |
| 2020-04-07 | Auto merge of #70837 - nnethercote:speed-up-find_library_crate, r=petrochenkov | bors | -21/+45 |
| 2020-04-07 | Use a `SmallVec` for `Cache::predecessors`. | Nicholas Nethercote | -5/+11 |
| 2020-04-07 | Auto merge of #70164 - eddyb:walk-generic-arg, r=nikomatsakis | bors | -603/+618 |
| 2020-04-06 | Forward OsStr::clone_into to the inner Vec | Josh Stone | -2/+13 |
| 2020-04-06 | Implement ToOwned::clone_into for CStr | Josh Stone | -0/+17 |
| 2020-04-07 | Auto merge of #70865 - Dylan-DPC:rollup-jje2cuv, r=Dylan-DPC | bors | -47/+210 |
| 2020-04-07 | linker: Some minor code cleanup | Vadim Petrochenkov | -58/+38 |
| 2020-04-07 | Speed up path searching with `find_library_crate`. | Nicholas Nethercote | -21/+45 |