about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-08Auto merge of #5411 - dtolnay:hasher, r=flip1995bors-1/+1
2020-04-08Rollup merge of #70927 - GuillaumeGomez:cleanup-e0510, r=Dylan-DPCDylan DPC-7/+20
2020-04-08Rollup merge of #70915 - tsandstr:remove-nominal-flags, r=eddybDylan DPC-24/+1
2020-04-08Rollup merge of #70914 - tsandstr:typo1, r=Dylan-DPCDylan DPC-3/+3
2020-04-08Rollup merge of #70892 - lcnr:interators_are_nice, r=nikomatsakisDylan DPC-155/+151
2020-04-08Rollup merge of #70883 - GuillaumeGomez:cleanup-e0507, r=Dylan-DPCDylan DPC-6/+6
2020-04-08Rollup merge of #70876 - nnethercote:smallvec-predecessors, r=estebankDylan DPC-5/+11
2020-04-08Rollup merge of #70850 - ssomers:btreemap_first_last, r=AmanieuDylan DPC-48/+76
2020-04-08Rollup merge of #70847 - pietroalbini:ci-move-docker-lib, r=Mark-SimulacrumDylan DPC-0/+6
2020-04-08Rollup merge of #70789 - lcnr:macros, r=varkorDylan DPC-25/+72
2020-04-08Downgrade implicit_hasher to pedanticDavid Tolnay-1/+1
2020-04-08Move cognitive_complexity to nurseryDavid Tolnay-1/+1
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-08Rollup merge of #5420 - dtolnay:newret, r=flip1995Philipp Krones-1/+1
2020-04-08Rollup merge of #5419 - dtolnay:unreadable, r=flip1995Philipp Krones-1/+1
2020-04-08Rollup merge of #5415 - nickrtorres:master, r=flip1995Philipp Krones-0/+7
2020-04-08Rollup merge of #5412 - dtolnay:tostring, r=flip1995Philipp Krones-1/+1
2020-04-08Rollup merge of #5410 - dtolnay:trivially, r=flip1995Philipp Krones-1/+1
2020-04-08Rollup merge of #5409 - dtolnay:letunit, r=flip1995Philipp Krones-1/+1
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 assoc const NAN for zero_div_zero lintLinus Färnstrand-1/+1
2020-04-07Corrects a typo in rustdoc documentation.Theo Sandstrom-3/+3
2020-04-07Update Clippyflip1995-14/+22
2020-04-07Update cargoEric Huss-0/+0
2020-04-07Extend sidebar scrollbar changes to all scrollbarsGuillaume Gomez-13/+41
2020-04-07bump MiriRalf Jung-7/+10
2020-04-07Remove old mir-opt test format.Ana-Maria Mihalache-244/+2
2020-04-07Implement Chain with Option fusesJosh Stone-149/+106
2020-04-07Normalize away pairs of line:col numbers.Ana-Maria Mihalache-167/+167
2020-04-07Add 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