about summary refs log tree commit diff
path: root/src/librustc_infer/traits/coherence.rs
AgeCommit message (Expand)AuthorLines
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-540/+0
2020-03-14Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddybYuki Okushi-1/+1
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-1/+1
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-4/+4
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-2/+2
2020-03-10Rename Rustc Guide to Rustc Dev GuideSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-2/+2
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-28Rollup merge of #69541 - dotdash:format, r=Mark-SimulacrumMazdak Farrokhzad-3/+3
2020-02-27Remove unneeded calls to format!()Björn Steinbrink-3/+3
2020-02-27use find(x) instead of filter(x).next()Matthias Krüger-2/+1
2020-02-16Remove librustc_infer crate re-exports.Camille GILLOT-3/+3
2020-02-16Make librustc_infer compile.Camille GILLOT-1/+1
2020-02-16Move librustc/{traits,infer} to librustc_infer.Camille GILLOT-0/+541