about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-11-01Remove duplicate logic in compute_missing_constructorsNadrieril-84/+35
2019-11-01Remove some redundancyNadrieril-40/+52
2019-11-01Factor out some pattern-stack related functionsNadrieril-12/+52
2019-11-01Abstract out pattern stacks to make the code more legibleNadrieril-41/+92
2019-10-27Clarify and fix the explanation of the algorithmNadrieril-66/+132
2019-10-27Remove mention of old slice pattern syntaxNadrieril-13/+13
2019-10-27tidyNadrieril-3/+4
2019-10-27Run `rustfmt`Nadrieril-476/+497
2019-10-27Auto merge of #65541 - eddyb:spanned-inferred-outlives, r=nikomatsakisbors-36/+62
2019-10-27Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m...bors-356/+730
2019-10-27Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakisbors-61/+304
2019-10-26Auto merge of #65852 - flip1995:clippyup, r=Manishearthbors-13/+7
2019-10-26Update Clippyflip1995-13/+7
2019-10-26Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichtonbors-450/+2322
2019-10-26Auto merge of #65845 - Centril:rollup-28jtjfc, r=Centrilbors-465/+957
2019-10-26Rollup merge of #65842 - GuillaumeGomez:more-search-information, r=Dylan-DPCMazdak Farrokhzad-0/+8
2019-10-26Rollup merge of #65828 - bjorn3:add_source_info_eq_hash, r=petrochenkovMazdak Farrokhzad-1/+3
2019-10-26Rollup merge of #65824 - eddyb:def-key-copy, r=varkorMazdak Farrokhzad-8/+8
2019-10-26Rollup merge of #65791 - dorfsmay:doc_keyword_continue, r=Mark-SimulacrumMazdak Farrokhzad-2/+33
2019-10-26Rollup merge of #65773 - estebank:sugg-whitespace, r=CentrilMazdak Farrokhzad-14/+744
2019-10-26Rollup merge of #65772 - mark-i-m:final-readmes, r=nikomatsakisMazdak Farrokhzad-400/+8
2019-10-26Rollup merge of #65761 - popzxc:document-ast, r=petrochenkovMazdak Farrokhzad-26/+112
2019-10-26Rollup merge of #65743 - eddyb:generator-on-call, r=matthewjasperMazdak Farrokhzad-14/+41
2019-10-26Add more information on searchGuillaume Gomez-0/+8
2019-10-26Auto merge of #65758 - RalfJung:miri, r=oli-obkbors-11/+18
2019-10-26update miriRalf Jung-7/+7
2019-10-26use plain cargo to install xargoRalf Jung-11/+1
2019-10-26bootstrap now takes care of installing xargoRalf Jung-4/+21
2019-10-26update MiriRalf Jung-7/+7
2019-10-26libsyntax: Document ast moduleIgor Aleksanov-26/+112
2019-10-26Auto merge of #63812 - eddyb:promo-sanity, r=oli-obkbors-57/+789
2019-10-26rustc_mir: use the new validator's Qualif in promotion.Eduard-Mihai Burtescu-49/+120
2019-10-26rustc_mir: double-check const-promotion candidates for sanity.Eduard-Mihai Burtescu-30/+691
2019-10-25Auto merge of #65826 - JohnTitor:rollup-mr6crka, r=JohnTitorbors-130/+225
2019-10-25Derive Eq and Hash for SourceInfo againbjorn3-1/+3
2019-10-26Rollup merge of #65810 - raoulstrackx:ac_mitigation, r=nagisaYuki Okushi-1/+7
2019-10-26Rollup merge of #65806 - fusion-engineering-forks:slice-ptr-range, r=CentrilYuki Okushi-1/+81
2019-10-26Rollup merge of #65800 - michaelwoerister:measureme-0.4.0, r=wesleywiserYuki Okushi-102/+32
2019-10-26Rollup merge of #65799 - LukasKalbertodt:fill-array-value-iter-tracking-issue...Yuki Okushi-11/+11
2019-10-26Rollup merge of #65749 - Centril:insurance-policy, r=RalfJungYuki Okushi-1/+5
2019-10-26Rollup merge of #65705 - shepmaster:vec-into-raw, r=SimonSapinYuki Okushi-14/+89
2019-10-25rustc: replace a few `.cloned()` with `.copied()`.Eduard-Mihai Burtescu-3/+3
2019-10-25rustc: make DefPathData (and friends) Copy (now that it uses Symbol).Eduard-Mihai Burtescu-5/+5
2019-10-25Fix slice::as_ptr_range doctest.Mara Bos-7/+10
2019-10-25Take out an insurance policy in case `iter.size_hint()`Mazdak Farrokhzad-1/+5
2019-10-25Add {String,Vec}::into_raw_partsJake Goulding-0/+73
2019-10-25Use ManuallyDrop in examples for {Vec,String}::from_raw_partsJake Goulding-12/+14
2019-10-25Remove unneeded pointer castingJake Goulding-6/+6
2019-10-25forgot pushfq/popqfq: fixedRaoul Strackx-0/+2
2019-10-25Explain why pointer::add in slice::as_ptr_range is safe.Mara Bos-0/+18