about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-06Remove the `Forest` typeJohn Kåre Alsaker-78/+51
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-61/+42
2020-02-06Add a `hir_krate` queryJohn Kåre Alsaker-1/+8
2020-02-06Add a Hir wrapper typeJohn Kåre Alsaker-19/+47
2020-02-06Auto merge of #68583 - estebank:hrlt, r=oli-obkbors-190/+560
2020-02-06Auto merge of #68861 - Dylan-DPC:rollup-0m09hsg, r=Dylan-DPCbors-120/+320
2020-02-05Auto merge of #68461 - cjgillot:split_infer_prelude, r=matthewjasperbors-2557/+2725
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-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
2020-02-05Move traits::select datatypes to traits::types.Camille GILLOT-295/+290
2020-02-05Move traits::Reveal to traits::types.Camille GILLOT-43/+45
2020-02-05Move rustc::traits datatypes to module traits::types.Camille GILLOT-681/+691
2020-02-05Fix issue number of `capacity` methodYuki Okushi-2/+2
2020-02-05doc fix on doc attributeking6cong-1/+1
2020-02-04Implement remaining `unchecked` arithmetic intrinsicsDylan MacKenzie-2/+22
2020-02-04Fix testDylan MacKenzie-160/+124
2020-02-04Use consistent feature namingDylan MacKenzie-49/+49
2020-02-05Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPCbors-114/+156
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-23/+23
2020-02-04Auto merge of #68544 - Aaron1011:remove-overlapping-traits, r=estebankbors-109/+52