about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/methods.rs
AgeCommit message (Expand)AuthorLines
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-69/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-6/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+5
2024-06-03Fix up comments.Nicholas Nethercote-3/+3
2024-04-29Remove `extern crate rustc_session` from `rustc_lint`.Nicholas Nethercote-0/+1
2024-01-23Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.Nicholas Nethercote-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-2/+2
2023-04-04Do not suppress temporary_cstring_as_ptr in macros.Camille GILLOT-41/+8
2023-01-09refactor: cleanupRejyr-2/+0
2023-01-09migrate: `methods.rs`Rejyr-9/+5
2022-10-23Migrate all diagnosticsNilstrieb-5/+5
2022-10-01Refactor rustc lint APIMaybe Waffle-8/+11
2022-09-05refactor: remove unnecessary variablesTakayuki Maeda-4/+2
2022-09-05separate the receiver from arguments in HIRTakayuki Maeda-7/+11
2022-06-30lint: port `CString` ptr diagnosticsDavid Wood-10/+7
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-2/+2
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2021-10-02Make diangostic item names consistentCameron Steffen-1/+1
2020-10-26Fix doctestNathan Whitaker-0/+1
2020-10-26Write docs for lint / fix review nitNathan Whitaker-2/+20
2020-10-26Address review commentsNathan Whitaker-11/+8
2020-10-26Change to warn by default / fix typoNathan Whitaker-1/+1
2020-10-26Tweak diagnosticNathan Whitaker-4/+6
2020-10-26Address review commentsNathan Whitaker-49/+35
2020-10-26Uplift temporary-cstring-as-ptr into rustcNathan Whitaker-0/+102