about summary refs log tree commit diff
path: root/compiler/rustc_lint/src
AgeCommit message (Expand)AuthorLines
2023-01-09migrate: `expect.rs`Rejyr-30/+41
2023-01-09migrate(wip): `builtin.rs`Rejyr-229/+376
2023-01-09migrate: `internal.rs`Rejyr-76/+97
2023-01-09migrate: `ImproperCTypes`Rejyr-29/+55
2023-01-09migrate: `let_underscore.rs`Rejyr-33/+62
2023-01-09migrate: `levels.rs`Rejyr-107/+116
2023-01-09add: `emit{,_spanned}_lint` for `LintLevelsBuilder`Rejyr-19/+39
2023-01-09refactor: comment about lint locationRejyr-0/+13
2023-01-09fix: merge conflictRejyr-29/+55
2023-01-09update: `lints.rs` for renamed traitsRejyr-11/+23
2023-01-09add: `lints` for `errors.rs`Rejyr-1/+3
2023-01-09migrate: `early.rs` and `enum_intrinsics_non_enums.rs`Rejyr-8/+30
2023-01-09migrate: `array_into_iter.rs`Rejyr-39/+45
2023-01-09migrate: `methods.rs`Rejyr-9/+15
2023-01-09migrate: `non_ascii_idents.rs`Rejyr-35/+49
2023-01-09migrate: `non_fmt_panic.rs`Rejyr-33/+53
2023-01-09migrate: `nonstandard_style.rs`Rejyr-81/+156
2023-01-09migrate: `noop_method_call.rs`Rejyr-7/+19
2023-01-09migrate: `pass_by_value.rs`Rejyr-13/+14
2023-01-09migrate: `redundant_semicolon.rs`Rejyr-12/+13
2023-01-09migrate: `traits.rs`Rejyr-16/+41
2023-01-09migrate: `unused.rs`Rejyr-103/+201
2023-01-09migrate: `types.rs`Rejyr-154/+248
2023-01-09add: `lints.rs`Rejyr-10/+15
2023-01-04Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillotMichael Goulet-8/+6
2023-01-04Address commentsMichael Goulet-1/+1
2023-01-04Simplify some iterator combinatorsMichael Goulet-16/+11
2023-01-04get_parent and find_parentMichael Goulet-5/+4
2023-01-04rename get_parent_node to parent_idMichael Goulet-7/+6
2023-01-03fix dupe word typosRageking8-3/+3
2022-12-30Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726Michael Goulet-66/+0
2022-12-29Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e...Matthias Krüger-1/+1
2022-12-29Revert "Implement allow-by-default multiple_supertrait_upcastable lint"David Tolnay-66/+0
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-1/+1
2022-12-28Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errorsfee1-dead-0/+66
2022-12-27Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillotMichael Goulet-63/+85
2022-12-27Rollup merge of #105515 - estebank:issue-104141, r=oli-obkMatthias Krüger-0/+1
2022-12-26address review comments + better testsLukas Markeffsky-51/+63
2022-12-25fix more clippy::style findingsMatthias Krüger-8/+6
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-1/+1
2022-12-22Fix `explicit_outlives_requirements` lint in macrosLukas Markeffsky-20/+30
2022-12-22Rollup merge of #104741 - bryangarza:bug-104588-async-track-caller, r=compile...Matthias Krüger-1/+72
2022-12-22Rollup merge of #106008 - uweigand:s390x-lintgroup-order, r=NilstriebYuki Okushi-1/+10
2022-12-21Sort lint_groups in no_lint_suggestionUlrich Weigand-1/+10
2022-12-21Improve code based on feedback.Bryan Garza-16/+10
2022-12-21Add lint doc commentBryan Garza-1/+20
2022-12-21Update track_caller logic/lint after rebaseBryan Garza-4/+13
2022-12-21update wording of lintBryan Garza-1/+1
2022-12-21Update code based on PR commentsBryan Garza-3/+9
2022-12-21Switch `#[track_caller]` back to a no-op unless feature gate is enabledBryan Garza-1/+44