| Age | Commit message (Expand) | Author | Lines |
| 2020-04-08 | Rollup merge of #70789 - lcnr:macros, r=varkor | Dylan DPC | -25/+72 |
| 2020-04-08 | Check fn header along with decl when suggesting to implement trait | Rabi Guha | -48/+77 |
| 2020-04-08 | Downgrade implicit_hasher to pedantic | David Tolnay | -23/+31 |
| 2020-04-08 | Move cognitive_complexity to nursery | David Tolnay | -58/+48 |
| 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 | Auto merge of #5438 - flip1995:rollup-pi762oy, r=flip1995 | bors | -532/+687 |
| 2020-04-08 | Run fmt and update test | flip1995 | -10/+5 |
| 2020-04-08 | Rollup merge of #5425 - xiongmao86:issue5367, r=flip1995 | Philipp Krones | -36/+73 |
| 2020-04-08 | Rollup merge of #5424 - jpospychala:suspicious_op_assign_impl, r=flip1995 | Philipp Krones | -6/+33 |
| 2020-04-08 | Rollup merge of #5422 - nickrtorres:contributing-triage, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-08 | Rollup merge of #5420 - dtolnay:newret, r=flip1995 | Philipp Krones | -4/+3 |
| 2020-04-08 | Rollup merge of #5419 - dtolnay:unreadable, r=flip1995 | Philipp Krones | -16/+21 |
| 2020-04-08 | Rollup merge of #5417 - flip1995:doc_update, r=flip1995 | Philipp Krones | -8/+7 |
| 2020-04-08 | Rollup merge of #5415 - nickrtorres:master, r=flip1995 | Philipp Krones | -16/+142 |
| 2020-04-08 | Rollup merge of #5412 - dtolnay:tostring, r=flip1995 | Philipp Krones | -4/+3 |
| 2020-04-08 | Rollup merge of #5410 - dtolnay:trivially, r=flip1995 | Philipp Krones | -139/+135 |
| 2020-04-08 | Rollup merge of #5409 - dtolnay:letunit, r=flip1995 | Philipp Krones | -10/+7 |
| 2020-04-08 | Rollup merge of #5406 - flip1995:update_lints_fix, r=flip1995 | Philipp Krones | -287/+262 |
| 2020-04-08 | Auto merge of #5429 - faern:use-assoc-int-float-consts, r=flip1995 | bors | -142/+138 |
| 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 int assoc consts in MANUAL_SATURATING_ARITHMETIC | Linus Färnstrand | -2/+2 |
| 2020-04-08 | Use int assoc consts in checked_conversions lint | Linus Färnstrand | -4/+4 |
| 2020-04-08 | Use primitive type assoc consts in more tests | Linus Färnstrand | -41/+41 |
| 2020-04-08 | Use integer assoc consts in more lint example code | Linus Färnstrand | -5/+5 |
| 2020-04-08 | Don't import primitive type modules | Linus Färnstrand | -3/+1 |
| 2020-04-08 | Use assoc const NAN for zero_div_zero lint | Linus Färnstrand | -11/+10 |
| 2020-04-08 | Fix float cmp to use assoc fxx::EPSILON | Linus Färnstrand | -11/+11 |
| 2020-04-08 | Fix NAN comparison lint to use assoc NAN | Linus Färnstrand | -65/+64 |
| 2020-04-07 | Corrects a typo in rustdoc documentation. | Theo Sandstrom | -3/+3 |
| 2020-04-07 | Update Clippy | flip1995 | -14/+22 |
| 2020-04-07 | Merge pull request #5434 from eddyb/rustup | Philipp Krones | -62/+68 |