about summary refs log tree commit diff
path: root/compiler/rustc_lint/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+0
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-0/+1
2025-03-15Stop relying on rustc_type_ir in non-type-system cratesMichael Goulet-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-02-26Print out destructorMichael Goulet-0/+1
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-11-07Remove unused intercrate dependenciesclubby789-1/+0
2024-10-27compiler: Depend on rustc_abi in rustc_lintJubilee Young-0/+1
2024-05-27non_local_defs: point to Self and Trait to give more contextUrgau-0/+1
2024-03-07Remove useless smallvec dependency in rustc_lint::non_local_defUrgau-1/+0
2024-02-17Implement RFC3373 non local definitions lintUrgau-0/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-12/+14
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+1
2022-09-17Update `unicode-rs` crates to Unicode 15Charles Lew-1/+1
2022-07-05macros: add diagnostic derive for lintsDavid Wood-0/+1
2022-05-28Initial fixes on top of type interner commitMichael Goulet-0/+1
2022-04-15Remove `--extern-location` and all associated codeJeremy Fitzhardinge-1/+0
2022-02-25Initiate the inner usage of `let_chains`Caio-1/+0
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-08-17Auto merge of #88083 - m-ou-se:non-fmt-panics-suggest-debug, r=estebankbors-0/+1
2021-08-16Improve non_fmt_panics suggestion based on trait impls.Mara Bos-0/+1
2021-08-16Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiserbors-0/+1
2021-08-16Uplift the `invalid_atomic_ordering` lint from clippy to rustcThom Chiovoloni-0/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-0/+1
2020-10-20Parse the format string for the panic_fmt lint for better warnings.Mara Bos-0/+1
2020-08-30mv compiler to compiler/mark-0/+22