about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/variance/test.rs
AgeCommit message (Expand)AuthorLines
2024-06-20Slightly refactor the dumping of HIR analysis dataLeón Orell Valerian Liehr-37/+0
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-5/+8
2024-03-11Never bail out early while running all the type check queriesOli Scherer-8/+5
2024-01-17Stop using track_errors for some forever unstable rustc_attr analysesOli Scherer-5/+8
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-2/+2
2023-08-28Test variances of opaque capturesMichael Goulet-0/+15
2023-03-21Use local key in providersMichael Goulet-1/+1
2023-03-05migrate `rustc_hir_analysis` to session diagnosticObei Sideg-1/+6
2023-01-18remove error code from `#[rustc_variance]` and document its remainsEzra Shaw-3/+2
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-3/+4
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+14