about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/async_fn_in_trait.rs
AgeCommit message (Expand)AuthorLines
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+1
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-3/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-07-08Move trait selection error reporting to its own top-level moduleMichael Goulet-1/+1
2024-04-29Remove `extern crate rustc_session` from `rustc_lint`.Nicholas Nethercote-0/+1
2024-01-23Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.Nicholas Nethercote-1/+1
2023-10-18Don't ICE when encountering unresolved regions in fully_resolveMichael Goulet-1/+0
2023-10-15Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstriebbors-3/+6
2023-10-13Stabilize AFIT and RPITITMichael Goulet-3/+0
2023-10-13Format all the let chains in compilerMichael Goulet-3/+6
2023-10-04Apply suggestions from code reviewTyler Mandry-2/+7
2023-10-03Address review nitsMichael Goulet-7/+6
2023-10-03Only reachable traitsMichael Goulet-0/+6
2023-10-03Fill in prose to describe the `async_fn_in_trait` lintTravis Cross-5/+65
2023-10-03Add async_fn_in_trait lintMichael Goulet-0/+58