about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-08-22Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directlyJosh Triplett-1/+0
2025-08-20rustc_lint_defs: Eliminate the dependency on `rustc_hir` for `Namespace`Josh Triplett-1/+0
2025-08-20Split `rustc_hir_id` out of `rustc_hir`Josh Triplett-0/+1
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-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2024-10-30compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_buildJubilee Young-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-4/+6
2022-06-03Use serde_json for json error messagesbjorn3-0/+1
2022-04-05span: move `MultiSpan`David Wood-0/+1
2022-03-02Make `LintExpectationId` stable between compilation sessions (RFC-2383)xFrednet-1/+1
2022-03-02Added `Expect` lint level and attribute (RFC-2383)xFrednet-0/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-06-25rustc_lint_defs: Remove apparently unused dependency on tracing (as "log")Josh Triplett-1/+0
2021-01-13Introduce missing ABI lint on extern blocksMark Rousskov-0/+1
2020-10-30Implement rustc side of report-future-incompatAaron Hill-0/+13