about summary refs log tree commit diff
path: root/src/librustc_infer/traits/mod.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-136/+0
2020-07-05Shrink ParamEnv to 16 bytesMark Rousskov-1/+1
2020-06-20Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearthbors-2/+0
2020-06-20Move bounds on associated types to the typeMatthew Jasper-2/+0
2020-06-20int -> i32Bastian Kauschke-2/+2
2020-06-16Auto merge of #72962 - lcnr:ObligationCause-lrc, r=ecstatic-morsebors-1/+1
2020-06-07store `ObligationCause` on the heapBastian Kauschke-1/+1
2020-06-05Rename traits::Vtable to ImplSource.Ana-Maria Mihalache-4/+4
2020-05-20intern `PredicateKind`Bastian Kauschke-1/+1
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-1/+2
2020-05-05Rebase and use ena 0.14Markus Westerlind-1/+1
2020-05-05Move projection_cache into the combined undo logMarkus Westerlind-0/+1
2020-04-12Update links of `rustc guide`Yuki Okushi-2/+2
2020-04-01Remove duplicated code in trait selectionEsteban Küber-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-14Split librustc_infer.Camille GILLOT-0/+136
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-646/+0
2020-03-14Mode ProjectionCache to its own module.Camille GILLOT-2/+6
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-2/+2
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-1/+1
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-03-02Remove chalk integrationCAD97-5/+0
2020-03-01Fix use of `has_infer_types`Matthew Jasper-1/+1
2020-02-21Auto merge of #69242 - cjgillot:object_violations, r=Zoxcbors-2/+1
2020-02-19Make lookup of associated item by name O(log n)Dylan MacKenzie-1/+1
2020-02-17Querify object_safety_violations.Camille GILLOT-2/+1
2020-02-16Remove librustc_infer crate re-exports.Camille GILLOT-6/+6
2020-02-16Make librustc_infer compile.Camille GILLOT-5/+8
2020-02-16Move librustc/{traits,infer} to librustc_infer.Camille GILLOT-0/+645