index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lint
/
src
/
traits.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-08
Rustfmt
bjorn3
-5
/
+5
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-2
/
+2
2025-01-23
Make `hir::TyKind::TraitObject` use tagged ptr
Boxy
-1
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-10-22
Represent TraitBoundModifiers as distinct parts in HIR
Michael Goulet
-4
/
+1
2024-10-14
Move trait bound modifiers into hir::PolyTraitRef
Michael Goulet
-2
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-08-13
Use is_lang_item more
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-07-25
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
Bryanskiy
-2
/
+4
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-2
/
+2
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-2
/
+2
2023-09-06
make comments less cryptic
ouz-a
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-10
/
+4
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-2
/
+1
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-2
/
+2
2023-01-09
refactor: cleanup
Rejyr
-2
/
+0
2023-01-09
migrate: `traits.rs`
Rejyr
-15
/
+12
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-1
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-2
/
+2
2022-10-01
Refactor rustc lint API
Maybe Waffle
-17
/
+17
2022-06-30
lint: port drop trait/glue diagnostics
David Wood
-13
/
+8
2022-03-21
Rename `~const Drop` to `~const Destruct`
Deadbeef
-4
/
+0
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+2
2022-01-26
drive-by: use is_const and is_const_if_const
Michael Goulet
-2
/
+1
2021-12-03
Use let_else in some more places in rustc_lint
est31
-12
/
+8
2021-09-09
fmt
Deadbeef
-2
/
+2
2021-09-09
Do not lint for ~const Drop bounds
Deadbeef
-0
/
+5
2021-08-22
Rollup merge of #86747 - FabianWolff:issue-86653, r=GuillaumeGomez
Guillaume Gomez
-16
/
+20
2021-08-13
move Constness into TraitPredicate
Deadbeef
-1
/
+1
2021-07-18
feat(rustc_lint): add `dyn_drop`
Michael Howell
-1
/
+62
2021-06-30
Improve wording of the `drop_bounds` lint
Fabian Wolff
-16
/
+20
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-2
/
+1
2021-01-16
Review changes
Jack Huey
-2
/
+2
2020-10-01
Uplift drop-bounds lint from clippy
Michael Howell
-0
/
+79