about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-04-08Rollup merge of #70789 - lcnr:macros, r=varkorDylan DPC-25/+72
2020-04-08Check fn header along with decl when suggesting to implement traitRabi Guha-48/+77
2020-04-08Downgrade implicit_hasher to pedanticDavid Tolnay-23/+31
2020-04-08Move cognitive_complexity to nurseryDavid Tolnay-58/+48
2020-04-08add `VecDeque::make_contiguous` tracking issueBastian Kauschke-1/+1
2020-04-08comment pessimistic yield and saving/restoring stateNiko Matsakis-0/+7
2020-04-08Auto merge of #5438 - flip1995:rollup-pi762oy, r=flip1995bors-532/+687
2020-04-08Run fmt and update testflip1995-10/+5
2020-04-08Rollup merge of #5425 - xiongmao86:issue5367, r=flip1995Philipp Krones-36/+73
2020-04-08Rollup merge of #5424 - jpospychala:suspicious_op_assign_impl, r=flip1995Philipp Krones-6/+33
2020-04-08Rollup merge of #5422 - nickrtorres:contributing-triage, r=flip1995Philipp Krones-1/+1
2020-04-08Rollup merge of #5420 - dtolnay:newret, r=flip1995Philipp Krones-4/+3
2020-04-08Rollup merge of #5419 - dtolnay:unreadable, r=flip1995Philipp Krones-16/+21
2020-04-08Rollup merge of #5417 - flip1995:doc_update, r=flip1995Philipp Krones-8/+7
2020-04-08Rollup merge of #5415 - nickrtorres:master, r=flip1995Philipp Krones-16/+142
2020-04-08Rollup merge of #5412 - dtolnay:tostring, r=flip1995Philipp Krones-4/+3
2020-04-08Rollup merge of #5410 - dtolnay:trivially, r=flip1995Philipp Krones-139/+135
2020-04-08Rollup merge of #5409 - dtolnay:letunit, r=flip1995Philipp Krones-10/+7
2020-04-08Rollup merge of #5406 - flip1995:update_lints_fix, r=flip1995Philipp Krones-287/+262
2020-04-08Auto merge of #5429 - faern:use-assoc-int-float-consts, r=flip1995bors-142/+138
2020-04-08Clean up E0510 explanationGuillaume Gomez-7/+20
2020-04-08Suggest move for closures and async blocks in more cases.Alex Aktsipetrov-64/+80
2020-04-08librustc_resolve: fixup nit in previous commitmarmeladema-3/+3
2020-04-08Replace "rc"/"arc" lang items with Rc/Arc diagnostic items.Eduard-Mihai Burtescu-78/+49
2020-04-08Stabilize some of alloc_layout_extrasCAD97-14/+11
2020-04-07rustc_session: forbid lints override regardless of positionTobias Thiel-2/+25
2020-04-07ignore 429's when linkcheckmark-1/+3
2020-04-08fix misleading type annotation diagonsticsYI-6/+99
2020-04-07fix another ICEmark-1/+1
2020-04-07fix ice with trait obj dummy selfmark-4/+2
2020-04-07fix abuses of tykind::errmark-14/+24
2020-04-07Remove unnecessary TypeFlags::NOMINAL_FLAGSTheo Sandstrom-24/+1
2020-04-08track_caller: harden naked interactionsMazdak Farrokhzad-4/+29
2020-04-07Do not suggest adding type param when `use` is already suggestedEsteban Küber-10/+1
2020-04-08Added FuseIteratorImpl, FustDoubleEndedIteratorImpl and FuseExactSizeIterator...Rakshith Ravi-79/+250
2020-04-07Avoid extra &mut in Chain::fold and try_foldJosh Stone-2/+2
2020-04-07Reduce callsites in Chain::last()Josh Stone-11/+10
2020-04-07Reduce callsites in Chain::count()Josh Stone-6/+9
2020-04-08librustc_hir: return LocalDefId instead of DefId in local_def_idmarmeladema-56/+66
2020-04-08Use int assoc consts in MANUAL_SATURATING_ARITHMETICLinus Färnstrand-2/+2
2020-04-08Use int assoc consts in checked_conversions lintLinus Färnstrand-4/+4
2020-04-08Use primitive type assoc consts in more testsLinus Färnstrand-41/+41
2020-04-08Use integer assoc consts in more lint example codeLinus Färnstrand-5/+5
2020-04-08Don't import primitive type modulesLinus Färnstrand-3/+1
2020-04-08Use assoc const NAN for zero_div_zero lintLinus Färnstrand-11/+10
2020-04-08Fix float cmp to use assoc fxx::EPSILONLinus Färnstrand-11/+11
2020-04-08Fix NAN comparison lint to use assoc NANLinus Färnstrand-65/+64
2020-04-07Corrects a typo in rustdoc documentation.Theo Sandstrom-3/+3
2020-04-07Update Clippyflip1995-14/+22
2020-04-07Merge pull request #5434 from eddyb/rustupPhilipp Krones-62/+68