about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-05-03Auto merge of #71006 - ecstatic-morse:dataflow-bidi, r=ecstatic-morsebors-709/+1369
2020-05-03Update clippy lintDylan MacKenzie-1/+1
2020-05-03Reflect API changes on current masterDylan MacKenzie-1/+1
2020-05-03Use agreed upon terminology in cursor docsDylan MacKenzie-5/+5
2020-05-03Add `rustc_peek` test for liveness with borrowsDylan MacKenzie-0/+38
2020-05-03Support liveness in `rustc_peek` testsDylan MacKenzie-14/+51
2020-05-03Use new liveness analysis during generator transformDylan MacKenzie-22/+24
2020-05-03Live variable analysisDylan MacKenzie-2/+141
2020-05-03Initialize the cursor with an empty stateDylan MacKenzie-4/+10
2020-05-03Support backward dataflow analysesDylan MacKenzie-661/+1094
2020-05-03Rename `live_locals` -> `live_locals_at_any_suspension_point`Dylan MacKenzie-11/+12
2020-05-03Add `MutatingUseContext::Yield`Dylan MacKenzie-2/+6
2020-05-03Auto merge of #71853 - Dylan-DPC:rollup-4qi6ry9, r=Dylan-DPCbors-269/+677
2020-05-03Rollup merge of #71808 - unexge:long-err-expl-for-e0539, r=GuillaumeGomezDylan DPC-2/+51
2020-05-03Rollup merge of #71726 - ldm0:ref2ptr, r=oli-obkDylan DPC-47/+334
2020-05-03Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJungDylan DPC-216/+263
2020-05-03Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodtDylan DPC-4/+29
2020-05-03bless caller-location testRalf Jung-8/+6
2020-05-03remove unneeded flags; exlain why we still have const_if_matchRalf Jung-27/+56
2020-05-03fmtRalf Jung-1/+1
2020-05-03resolve: Relax fresh binding disambiguation slightly to fix regressionVadim Petrochenkov-6/+11
2020-05-03List Clippy as a subtree, instead of a submoduleflip1995-3/+2
2020-05-03warn about each skipped feature gateRalf Jung-345/+343
2020-05-03Correctly check comparison operators in MIR typeckMatthew Jasper-44/+50
2020-05-03Auto merge of #70825 - eddyb:enum-discr-correct-generics-parent, r=nikomatsakisbors-19/+126
2020-05-03Mention `RefCell::take` can panic in docsThinkChaos-0/+4
2020-05-03Remove clippy from some leftover lists of "possibly failing" toolsOliver Scherer-7/+1
2020-05-03Auto merge of #71828 - Dylan-DPC:rollup-qf5h2w5, r=Dylan-DPCbors-79/+573
2020-05-03Rollup merge of #71813 - ecstatic-morse:issue-71734, r=tmandryDylan DPC-5/+45
2020-05-03Rollup merge of #71806 - lcnr:patch-3, r=jonas-schievinkDylan DPC-1/+1
2020-05-03Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkovDylan DPC-48/+237
2020-05-03Rollup merge of #71314 - mibac138:cfg-version, r=petrochenkovDylan DPC-19/+283
2020-05-03Rollup merge of #71165 - lcnr:patch-2, r=AmanieuDylan DPC-6/+7
2020-05-03Auto merge of #71815 - Mark-Simulacrum:no-llvm-rebuild, r=jonas-schievinkbors-51/+89
2020-05-02trailing newlinesEsteban Küber-1/+0
2020-05-02Add docsEsteban Küber-0/+18
2020-05-02Suggest constraint on `impl Trait` in return typeEsteban Küber-21/+100
2020-05-02fix rebaseEsteban Küber-1/+1
2020-05-02Point at associated types when they have a default typeEsteban Küber-25/+96
2020-05-02review comment: use or patternsEsteban Küber-4/+2
2020-05-02When a projection is expected, suggest constraining or calling methodEsteban Küber-84/+228
2020-05-02On type mismatch involving associated type, suggest constraintEsteban Küber-66/+469
2020-05-03Add build script to rustc_attr because of cfg(version)mibac138-0/+5
2020-05-03Add more tests for cfg(version)mibac138-5/+53
2020-05-03Change cfg(version) error message wordingmibac138-9/+12
2020-05-03Implement RFC 2523, `#[cfg(version(..))]`mibac138-19/+227
2020-05-02Auto merge of #71807 - Dylan-DPC:rollup-jvb8sd9, r=Dylan-DPCbors-273/+271
2020-05-02Don't skip building LLVM if already builtMark Rousskov-6/+18
2020-05-02Extract stamp testing for LLVMMark Rousskov-45/+71
2020-05-02Decode qualifs from defaulted trait associated constsDylan MacKenzie-2/+4