about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/variance/terms.rs
AgeCommit message (Expand)AuthorLines
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.Nicholas Nethercote-0/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_hir_analysis`.Nicholas Nethercote-5/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2023-09-26Don't store lazyness in DefKindMichael Goulet-4/+2
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-3/+2
2023-08-03Compute variances for lazy type aliasesLeón Orell Valerian Liehr-1/+7
2023-07-25inline format!() args from rustc_codegen_llvm to the end (4)Matthias Krüger-2/+2
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-7/+7
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-2/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+145