summary refs log tree commit diff
path: root/src/librustc_infer/traits/error_reporting
AgeCommit message (Expand)AuthorLines
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-2/+2
2020-04-05Allocate query Vecs on the arena.Camille GILLOT-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-3/+3
2020-03-14Split librustc_infer.Camille GILLOT-0/+106
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-3573/+0
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-4/+4
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-03Rollup merge of #69650 - matthiaskrgr:clnp, r=varkorDylan DPC-6/+2
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-4/+4
2020-03-03Use .nth(x) instead of .skip(x).next() on iterators.Matthias Krüger-6/+2
2020-03-02Remove chalk integrationCAD97-15/+6
2020-03-01Fix use of `has_infer_types`Matthew Jasper-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-SimulacrumDylan DPC-1/+1
2020-02-28Rollup merge of #69541 - dotdash:format, r=Mark-SimulacrumMazdak Farrokhzad-3/+1
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-27Remove unneeded calls to format!()Björn Steinbrink-3/+1
2020-02-27use find(x) instead of filter(x).next()Matthias Krüger-1/+1
2020-02-17Querify object_safety_violations.Camille GILLOT-5/+3
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-16Remove librustc_infer crate re-exports.Camille GILLOT-4/+5
2020-02-16Make librustc_infer compile.Camille GILLOT-9/+8
2020-02-16Move librustc/{traits,infer} to librustc_infer.Camille GILLOT-0/+3590