about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis
AgeCommit message (Expand)AuthorLines
2022-10-01Rollup merge of #102500 - compiler-errors:parse-sess-cleanup, r=cjgillotMatthias Krüger-3/+6
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-209/+219
2022-10-01Refactor rustc lint APIMaybe Waffle-209/+219
2022-09-30Rollup merge of #102492 - compiler-errors:simplify-deny-assoc-bindings, r=cjg...Matthias Krüger-11/+7
2022-09-30make query take `(LocalDefId, DefId)`Boxy-22/+22
2022-09-30make `compare_const_impl` a query and use it in `instance.rs`Boxy-54/+53
2022-09-30Remove expr_parentheses_needed from ParseSessMichael Goulet-3/+6
2022-09-29Auto merge of #101887 - nnethercote:shrink-Res, r=spastorinobors-10/+14
2022-09-29Don't lower assoc bindings just to deny themMichael Goulet-11/+7
2022-09-29Rollup merge of #102476 - oli-obk:split_error_path, r=cjgillotMichael Howell-134/+140
2022-09-29Split out the error reporting logic into a separate functionOli Scherer-134/+140
2022-09-29Auto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r=Dylan-DPCbors-30/+87
2022-09-29Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726Dylan DPC-30/+87
2022-09-29Split collect.rsOli Scherer-1178/+1204
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-10/+14
2022-09-28Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiserbors-6/+23
2022-09-28Auto merge of #101454 - cjgillot:concat-binders, r=estebankbors-2/+2
2022-09-28rustc_safe_intrinsic: Keep list of safe intrinsics within the compilerArthur Cohen-3/+59
2022-09-28Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin...Yuki Okushi-3/+9
2022-09-28Deduplicate some logicmejrs-47/+27
2022-09-27Address feedbackmejrs-16/+45
2022-09-27Wrapper suggestionsmejrs-67/+146
2022-09-27Support bindings with anon consts in genericsMichael Goulet-2/+45
2022-09-27Make type_of work correctly for const arg bindingsMichael Goulet-3/+9
2022-09-27Format type_ofMichael Goulet-28/+36
2022-09-27Deny associated type bindings within associated type bindingsMichael Goulet-3/+9
2022-09-27Do not overwrite binders for another HirId.Camille GILLOT-2/+2
2022-09-27attributes: Add #[rustc_safe_intrinsic] builtinArthur Cohen-49/+10
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+56682