about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/collect
AgeCommit message (Expand)AuthorLines
2024-04-15Validation and other thingsMichael Goulet-2/+11
2024-04-15Lower and resolve precise captures in HIRMichael Goulet-0/+25
2024-04-11Call lower_const_param instead of duplicating the codeSantiago Pastorino-0/+5
2024-04-09Actually, just reuse the UNUSED_LIFETIMES lintMichael Goulet-26/+0
2024-04-04cache type info for ParamEnvLukas Markeffsky-7/+4
2024-04-02Don't create an FnDef of a DefKind::Variant, use the ctor def idMichael Goulet-2/+2
2024-03-30Stop calling visitors VMichael Goulet-3/+5
2024-03-25Rollup merge of #122881 - Bryanskiy:delegation-fixes-2, r=petrochenkovMatthias Krüger-1/+9
2024-03-22Split out ImplPolarity and PredicatePolarityMichael Goulet-2/+2
2024-03-22Delegation: fix ICE on `bound_vars` divergenceBryanskiy-1/+9
2024-03-22Rename module astconv to hir_ty_loweringLeón Orell Valerian Liehr-2/+2
2024-03-22Update local variables and tracing callsLeón Orell Valerian Liehr-20/+19
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-18/+19
2024-03-22Rename AstConv to HIR ty loweringLeón Orell Valerian Liehr-37/+37
2024-03-21Rollup merge of #122799 - estebank:issue-122569, r=fee1-deadMatthias Krüger-3/+3
2024-03-21Replace closures with `_` when suggesting fully qualified path for method callEsteban Küber-3/+3
2024-03-20Split item bounds and item super predicatesMichael Goulet-5/+49
2024-03-19Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-deadMatthias Krüger-1/+1
2024-03-19The AssocOpaqueTy HIR node is not actually needed to differentiate from other...Oli Scherer-1/+1
2024-03-18Use `hir::Node` helper methods instead of repeat the same impl multiple timesOli Scherer-89/+20
2024-03-15Rollup merge of #122513 - petrochenkov:somehir4, r=fmeaseGuillaume Gomez-7/+4
2024-03-15Rollup merge of #122527 - fmease:clean-up-hir-ty-lowering, r=compiler-errorsMatthias Krüger-2/+1
2024-03-15Clean up AstConvLeón Orell Valerian Liehr-2/+1
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-7/+4
2024-03-14Auto merge of #120943 - petrochenkov:somehir3, r=oli-obkbors-0/+1
2024-03-13Create some minimal HIR for associated opaque typesVadim Petrochenkov-0/+1
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-3/+5
2024-03-11Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubileebors-31/+0
2024-03-11Rollup merge of #119385 - fmease:assoc-const-eq-fixes-2, r=oli-obk,cjgillotJubilee-31/+0
2024-03-11Never bail out early while running all the type check queriesOli Scherer-5/+3
2024-03-08Rollup merge of #122100 - compiler-errors:better-capture, r=oli-obkMatthias Krüger-28/+40
2024-03-08Improve error message for opaque capturesMichael Goulet-28/+40
2024-03-08Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkovMatthias Krüger-22/+16
2024-03-08Rename some functions to represent their generalized behaviorMichael Goulet-1/+1
2024-03-08Make TAITs capture all higher-ranked lifetimes in scopeMichael Goulet-53/+7
2024-03-06Rollup merge of #122027 - compiler-errors:rpitit-cycle, r=spastorinoMatthias Krüger-15/+61
2024-03-05Use `ControlFlow` in HIR visitorsJason Newcomb-22/+16
2024-03-06Auto merge of #122041 - matthiaskrgr:rollup-imsmdke, r=matthiaskrgrbors-20/+8
2024-03-05Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`Jason Newcomb-9/+4
2024-03-05Move visitor utils to `rustc_ast_ir`Jason Newcomb-1/+1
2024-03-05Merge `impl_trait_in_assoc_types_defined_by` query back into `opaque_types_de...Oli Scherer-20/+8
2024-03-05Uplift some feeding out of associated_type_for_impl_trait_in_impl and into qu...Michael Goulet-15/+61
2024-03-03Add a proper `with_no_queries` to printingJohn Kåre Alsaker-1/+1
2024-02-29Overhaul how stashed diagnostics work, again.Nicholas Nethercote-13/+9
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-7/+6
2024-02-26Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-1/+1
2024-02-25Rollup merge of #121409 - compiler-errors:atb-cycle, r=cjgillotMatthias Krüger-8/+22
2024-02-23Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnrMatthias Krüger-1/+1
2024-02-23Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-1/+1
2024-02-22Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnrMatthias Krüger-18/+25