about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-02-12Fix outdated doc comment.jumbatm-4/+3
2020-02-11Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPCbors-375/+533
2020-02-11Rollup merge of #69055 - GuillaumeGomez:clean-up-e0307, r=Dylan-DPCDylan DPC-3/+17
2020-02-11Rollup merge of #69047 - ehuss:rustfmt-vendor, r=CentrilDylan DPC-0/+1
2020-02-11Rollup merge of #69044 - jonas-schievink:dont-run-coherence-twice, r=davidtwcoDylan DPC-30/+43
2020-02-11Rollup merge of #69031 - Centril:dyntest, r=eddybDylan DPC-30/+30
2020-02-11Rollup merge of #69022 - ljedrz:traits_tweak_vecs, r=petrochenkovDylan DPC-4/+5
2020-02-11Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-SimulacrumDylan DPC-0/+56
2020-02-11Rollup merge of #68816 - estebank:fn-mut-closure, r=varkorDylan DPC-238/+367
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-70/+14
2020-02-11Auto merge of #68725 - jumbatm:invert-control-in-struct_lint_level, r=Centrilbors-1611/+1795
2020-02-11Clean up E0307 explanationGuillaume Gomez-3/+17
2020-02-11Fix stage2 test failures from call to span_lint.jumbatm-43/+80
2020-02-11Avoid allocs in a few places.jumbatm-13/+14
2020-02-11Address review nitpicks.jumbatm-4/+4
2020-02-11Move more into decorate functions.jumbatm-51/+58
2020-02-11Run RustFmtjumbatm-87/+100
2020-02-11Make cx.span_lint methods lazyjumbatm-114/+85
2020-02-11Move more work into `decorate` functions.jumbatm-32/+28
2020-02-11Run RustFmtjumbatm-499/+476
2020-02-11Also check for "use fully-qualified syntax".jumbatm-0/+1
2020-02-11Box `decorate` to avoid code bloat.jumbatm-107/+119
2020-02-11Invert control in struct_lint_level.jumbatm-1130/+1299
2020-02-11Auto merge of #68961 - eddyb:dbg-stack-dunk, r=nagisabors-38/+41
2020-02-10Don't rustfmt the vendor directory.Eric Huss-0/+1
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-735/+778
2020-02-11Don't run coherence twice for future-compat lintsJonas Schievink-30/+43
2020-02-10Auto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r=Dylan-DPCbors-150/+354
2020-02-10Enable Control Flow Guard in rustbuildAndrew Paverd-0/+56
2020-02-10use `dyn Trait` more in testsMazdak Farrokhzad-30/+30
2020-02-10Rollup merge of #69014 - dwrensha:fix-68890, r=CentrilDylan DPC-1/+28
2020-02-10Rollup merge of #69007 - GuillaumeGomez:clean-up-e0283, r=Dylan-DPCDylan DPC-4/+5
2020-02-10Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=CentrilDylan DPC-20/+96
2020-02-10Rollup merge of #68932 - michaelwoerister:self-profile-generic-activity-args,...Dylan DPC-118/+169
2020-02-10Rollup merge of #68908 - jwhite927:E0637, r=Dylan-DPCDylan DPC-3/+50
2020-02-10Rollup merge of #68897 - GuillaumeGomez:clean-up-e0275, r=Dylan-DPCDylan DPC-4/+6
2020-02-10Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrumbors-69/+44
2020-02-10self-profile: Support arguments for generic_activities.Michael Woerister-118/+169
2020-02-10preallocate 2 Vecs in traits; tweak WfPredicates::normalizeljedrz-4/+5
2020-02-10clean up E0275 explanationGuillaume Gomez-4/+6
2020-02-10Clean up E0283 explanationGuillaume Gomez-4/+5
2020-02-10Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPCbors-445/+606
2020-02-09[parser] change an instance of span_bug() to struct_span_err() to avoid ICEDavid Renshaw-1/+28
2020-02-10Rollup merge of #69006 - petrochenkov:prevspan2, r=CentrilDylan DPC-26/+54
2020-02-10Rollup merge of #69005 - ecstatic-morse:unified-dataflow-graphviz, r=wesleywiserDylan DPC-35/+56
2020-02-10Rollup merge of #68992 - matthewjasper:imm-binding-after-at, r=CentrilDylan DPC-4/+82
2020-02-10Rollup merge of #68976 - ecstatic-morse:const-non-zero, r=dtolnayDylan DPC-2/+12
2020-02-10Rollup merge of #68966 - jonas-schievink:coherence-perf, r=varkorDylan DPC-136/+81
2020-02-10Rollup merge of #68694 - nnethercote:reduce-RefCells-in-InferCtxt, r=varkorDylan DPC-242/+321
2020-02-09Remove vestigial #43355-compat codeJonas Schievink-85/+29