| Age | Commit message (Expand) | Author | Lines |
| 2020-04-08 | Auto merge of #5411 - dtolnay:hasher, r=flip1995 | bors | -1/+1 |
| 2020-04-08 | Rollup merge of #70927 - GuillaumeGomez:cleanup-e0510, r=Dylan-DPC | Dylan DPC | -7/+20 |
| 2020-04-08 | Rollup merge of #70915 - tsandstr:remove-nominal-flags, r=eddyb | Dylan DPC | -24/+1 |
| 2020-04-08 | Rollup merge of #70914 - tsandstr:typo1, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-04-08 | Rollup merge of #70892 - lcnr:interators_are_nice, r=nikomatsakis | Dylan DPC | -155/+151 |
| 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 | Downgrade implicit_hasher to pedantic | David Tolnay | -1/+1 |
| 2020-04-08 | Move cognitive_complexity to nursery | David Tolnay | -1/+1 |
| 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 | Rollup merge of #5420 - dtolnay:newret, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-08 | Rollup merge of #5419 - dtolnay:unreadable, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-08 | Rollup merge of #5415 - nickrtorres:master, r=flip1995 | Philipp Krones | -0/+7 |
| 2020-04-08 | Rollup merge of #5412 - dtolnay:tostring, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-08 | Rollup merge of #5410 - dtolnay:trivially, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-08 | Rollup merge of #5409 - dtolnay:letunit, r=flip1995 | Philipp Krones | -1/+1 |
| 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-08 | Stabilize some of alloc_layout_extras | CAD97 | -14/+11 |
| 2020-04-07 | rustc_session: forbid lints override regardless of position | Tobias Thiel | -2/+25 |
| 2020-04-07 | ignore 429's when linkcheck | mark | -1/+3 |
| 2020-04-08 | fix misleading type annotation diagonstics | YI | -6/+99 |
| 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-08 | Added FuseIteratorImpl, FustDoubleEndedIteratorImpl and FuseExactSizeIterator... | Rakshith Ravi | -79/+250 |
| 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-08 | Use assoc const NAN for zero_div_zero lint | Linus Färnstrand | -1/+1 |
| 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 | Extend sidebar scrollbar changes to all scrollbars | Guillaume Gomez | -13/+41 |
| 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 |