about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/error.rs
AgeCommit message (Expand)AuthorLines
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-1/+1
2021-08-27Add `ty::BoundConstness`Deadbeef-2/+2
2021-08-25Use if-let guards in the codebaseLéo Lanteri Thauvin-17/+13
2021-08-20move `fallback_if_possible` and friends to fallback.rsNiko Matsakis-6/+0
2021-08-13move Constness into TraitPredicateDeadbeef-3/+9
2021-07-23Fix span when suggesting to add an associated type boundGiacomo Stevanato-20/+45
2021-05-11Use .name_str() to format primitive types in error messagesFabian Wolff-2/+15
2021-04-08Use more accurate spans for trait/impl method arg divergenceEsteban Küber-5/+8
2021-04-02Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebankbors-16/+32
2021-03-31Add tcx lifetime to BinderJack Huey-1/+3
2021-03-16fix expected/found order on impl trait projection mismatchSNCPlay42-16/+32
2021-03-03Fix testsRyan Levick-2/+0
2021-02-19Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obkDylan DPC-3/+3
2021-02-18Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726Dylan DPC-6/+34
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-2/+2
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-1/+1
2021-02-15name async generators something more human friendly in type error diagnosticsGus Wynn-3/+3
2021-02-13Make ProjectionTy::trait_ref truncate substs againMatthew Jasper-6/+34
2021-02-13Heat up the ICE-y error reportingEllen-4/+9
2021-02-02Bump rustfmt versionMark Rousskov-4/+7
2021-01-18Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...LeSeulArtichaut-2/+1
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-1/+1
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-1/+2
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-1/+1
2020-12-24use matches!() macro in more placesMatthias Krüger-5/+2
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-4/+4
2020-12-11Move binder for dyn to each list itemJack Huey-1/+1
2020-10-23Add more `.await` suggestions on E0308Esteban Küber-24/+13
2020-10-21Lift: take self by valueBastian Kauschke-1/+1
2020-09-30Remove trailing space in error messageCamelid-1/+1
2020-09-28Rollup merge of #76711 - davidtwco:issue-51154-param-closure, r=estebankRalf Jung-0/+12
2020-09-21Rollup merge of #76914 - lcnr:path-no-more, r=ecstatic-morseecstatic-morse-2/+2
2020-09-21Rollup merge of #76888 - matthiaskrgr:clippy_single_match_2, r=Dylan-DPCecstatic-morse-7/+4
2020-09-21check for cycles when unifying const variablesBastian Kauschke-3/+5
2020-09-20use if let instead of single match arm expressions to compact code and reduce...Matthias Krüger-7/+4
2020-09-19take `TyCtxt` by valueBastian Kauschke-2/+2
2020-09-19don't take `TyCtxt` by referenceBastian Kauschke-6/+6
2020-09-18don't take `TyCtxt` by referenceBastian Kauschke-6/+6
2020-09-14diag: improve closure/generic parameter mismatchDavid Wood-0/+12
2020-09-04Change ty.kind to a methodLeSeulArtichaut-7/+10
2020-08-30mv compiler to compiler/mark-0/+897