about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-06Rollup merge of #68880 - JohnTitor:issue-non-zero, r=Dylan-DPCDylan DPC-23/+37
2020-02-06Rollup merge of #68869 - GuillaumeGomez:err-explanation-e0271, r=Dylan-DPCDylan DPC-5/+7
2020-02-06Rollup merge of #68845 - dwrensha:fix-68783, r=estebankDylan DPC-17/+22
2020-02-06Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkovDylan DPC-8/+11
2020-02-06Rollup merge of #68842 - Centril:issue-68785, r=estebankDylan DPC-0/+14
2020-02-06Rollup merge of #68837 - jonas-schievink:assoc-item-lookup-2, r=estebankDylan DPC-21/+24
2020-02-06Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkovDylan DPC-665/+1049
2020-02-06Rollup merge of #68751 - Tyg13:unused_parens_const_static, r=CentrilDylan DPC-12/+36
2020-02-06Rollup merge of #68691 - nnethercote:rm-RefCell-from-ObligationForest, r=niko...Dylan DPC-5/+5
2020-02-06Auto merge of #68664 - tspiteri:no_run-complete-build, r=nikomatsakisbors-4/+4
2020-02-06Forbid using `0` as issue numberYuki Okushi-23/+37
2020-02-06Auto merge of #68583 - estebank:hrlt, r=oli-obkbors-190/+560
2020-02-05unused-parens: implement for const/static itemsTyler Lanphear-12/+36
2020-02-06Auto merge of #68861 - Dylan-DPC:rollup-0m09hsg, r=Dylan-DPCbors-120/+320
2020-02-06Remove `RefCell` usage from `ObligationForest`.Nicholas Nethercote-5/+5
2020-02-05Auto merge of #68461 - cjgillot:split_infer_prelude, r=matthewjasperbors-2557/+2725
2020-02-05clean E0271 explanationGuillaume Gomez-5/+7
2020-02-05Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichtonbors-0/+83
2020-02-05Fix testEsteban Küber-0/+2
2020-02-05Account for `impl Trait`Esteban Küber-34/+71
2020-02-05Move code to `diagnostics.rs`Esteban Küber-200/+214
2020-02-05review commentsEsteban Küber-37/+26
2020-02-05review comments: wordingEsteban Küber-13/+13
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-153/+210
2020-02-05Account for `'_` in suggestionsEsteban Küber-2/+5
2020-02-05review commentsEsteban Küber-60/+60
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-59/+120
2020-02-05When suggesting lifetimes, propose adding the new lifetime to all argumentsEsteban Küber-24/+37
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-25/+104
2020-02-05Account for HKTB when suggesting introduction of named lifetimeEsteban Küber-38/+153
2020-02-05Rollup merge of #68858 - ljedrz:collapse_stable_hash_foos, r=michaelwoeristerDylan DPC-33/+12
2020-02-05Rollup merge of #68851 - JohnTitor:fix-issue-number, r=CentrilDylan DPC-2/+2
2020-02-05Rollup merge of #68846 - king6cong:doc-fix, r=GuillaumeGomezDylan DPC-1/+1
2020-02-05Rollup merge of #68840 - Centril:rec-lim-curr-crate, r=estebankDylan DPC-23/+23
2020-02-05Rollup merge of #68832 - GuillaumeGomez:clean-up-3-err-codes, r=estebankDylan DPC-6/+11
2020-02-05Rollup merge of #68809 - ecstatic-morse:const-int-functions, r=oli-obkDylan DPC-51/+260
2020-02-05Rollup merge of #68790 - nnethercote:improve-merge_from_succ, r=nikomatsakisDylan DPC-3/+11
2020-02-05Rollup merge of #68762 - ForNeVeR:patch-1, r=alexcrichtonDylan DPC-1/+0
2020-02-05Move EvaluationCache::clear.Camille GILLOT-7/+7
2020-02-05Move ExpectedFound::new to ty::error.Camille GILLOT-10/+10
2020-02-05Move specialization_graph definition in traits::types.Camille GILLOT-196/+204
2020-02-05Split traits::structural_impls in two.Camille GILLOT-703/+714
2020-02-05ast_validation: fix visiting bug.Mazdak Farrokhzad-21/+49
2020-02-05Auto merge of #68755 - Tyg13:update_stdarch, r=alexcrichtonbors-6/+1
2020-02-05move item reference commentljedrz-7/+7
2020-02-05merge item id stable hashing functionsljedrz-26/+5
2020-02-05Move implementation of UnifyKey to unify_key.rs.Camille GILLOT-15/+15
2020-02-05Move infer::canonical datatypes to infer::types.Camille GILLOT-334/+364
2020-02-05Move infer::region_constraints::MemberConstraint to infer::types module.Camille GILLOT-24/+32
2020-02-05Move traits::query datatypes to traits::types.Camille GILLOT-249/+353