about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/astconv
AgeCommit message (Expand)AuthorLines
2022-11-03Correctly resolve Inherent Associated TypesDeadbeef-0/+14
2022-11-02Rollup merge of #103875 - oli-obk:ast_conv_simplification, r=spastorinoMatthias Krüger-11/+5
2022-11-02Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-deadMatthias Krüger-0/+3
2022-11-03change error_reported to use Result instead of an optionyukang-1/+1
2022-11-02Simplify astconv item def id handlingOli Scherer-11/+5
2022-11-02return const_error when ty has errorsTakayuki Maeda-0/+3
2022-10-29Use LanguageItems::require lessCameron Steffen-4/+3
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-1/+1
2022-10-25Split diagnostic details out into a separate function and fluent filesOli Scherer-4/+1
2022-10-25Move a wf-check into the site where the value is instantiatedOli Scherer-18/+53
2022-10-21Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPCbors-11/+14
2022-10-20rustc_hir_typeck: fix paths and partially mv fileslcnr-1/+1
2022-10-20Implement assertions and fixes to not emit empty spans without suggestionsKevin Per-11/+14
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-3/+3
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-28/+32
2022-10-01Refactor rustc lint APIMaybe Waffle-28/+32
2022-09-30Rollup merge of #102492 - compiler-errors:simplify-deny-assoc-bindings, r=cjg...Matthias Krüger-11/+7
2022-09-29Don't lower assoc bindings just to deny themMichael Goulet-11/+7
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-5/+4
2022-09-27Deny associated type bindings within associated type bindingsMichael Goulet-3/+9
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+4169