about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis
AgeCommit message (Expand)AuthorLines
2022-10-05Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwcoDylan DPC-36/+119
2022-10-04Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-...Michael Howell-1/+1
2022-10-05Suggest `.into()` when all other coercion suggestions failMichael Goulet-36/+119
2022-10-04It's not about types or consts, but the lack of regionsOli Scherer-9/+7
2022-10-04slightly improve no return for returning function errorRageking8-1/+1
2022-10-04Auto merge of #102644 - matthiaskrgr:rollup-rg0sw41, r=matthiaskrgrbors-2/+57
2022-10-04Rollup merge of #102441 - chenyukang:fix-102320-unwrap_or_else, r=compiler-er...Matthias Krüger-2/+57
2022-10-04Auto merge of #102395 - davidtwco:translation-rename-typeck, r=compiler-errorsbors-44/+45
2022-10-03errors: rename `typeck.ftl` to `hir_analysis.ftl`David Wood-44/+45
2022-10-03`HirId` for `deferred_transmute_checks`lcnr-12/+15
2022-10-02Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-sebors-1/+1
2022-10-02fix #102320, suggest unwrap_or_else when a closure is passed to unwrap_or ins...yukang-2/+57
2022-10-01Change feature name to is_some_andCameron Steffen-1/+1
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-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