summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/error.rs
AgeCommit message (Expand)AuthorLines
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