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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-29
Revert "Implement allow-by-default multiple_supertrait_upcastable lint"
David Tolnay
-3
/
+0
2022-12-28
Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors
fee1-dead
-0
/
+3
2022-12-21
Update track_caller logic/lint after rebase
Bryan Garza
-0
/
+1
2022-12-12
Reinstate `{Early,Late}LintPassObjects`.
Nicholas Nethercote
-6
/
+0
2022-12-09
Implement allow-by-default multiple_supertrait_upcastable lint
Gary Guo
-0
/
+3
2022-12-07
Add some useful comments.
Nicholas Nethercote
-1
/
+8
2022-12-07
Remove `$hir` argument from `late_lint_methods!`.
Nicholas Nethercote
-4
/
+2
2022-12-02
Remove six macros relating to lint definitions.
Nicholas Nethercote
-119
/
+103
2022-12-02
Remove `-Zno-interleave-lints`.
Nicholas Nethercote
-44
/
+7
2022-11-23
Make `deref_into_dyn_supertrait` lint the impl and not the usage
Maybe Waffle
-0
/
+3
2022-11-07
fix: lint against lint functions
Rejyr
-0
/
+1
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-1
/
+1
2022-10-09
fixup lint name
Maybe Waffle
-3
/
+3
2022-10-09
Start uplifting `clippy::for_loops_over_fallibles`
Maybe Waffle
-0
/
+3
2022-10-07
make const_err a hard error
Ralf Jung
-0
/
+5
2022-10-02
Make it a lint for all opaque types
Michael Goulet
-3
/
+3
2022-10-02
Lint for unsatisfied nested opaques
Michael Goulet
-0
/
+3
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+1
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-14
Move some code and add comments.
Camille GILLOT
-0
/
+1
2022-09-06
Allow lint passes to be bound by `TyCtxt`
Jason Newcomb
-14
/
+29
2022-09-03
Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov
bors
-0
/
+1
2022-09-02
Add warning against unexpected --cfg with --check-cfg
Urgau
-0
/
+1
2022-09-02
Rollup merge of #97739 - a2aaron:let_underscore, r=estebank
Guillaume Gomez
-0
/
+5
2022-09-01
Rollup merge of #94467 - ibraheemdev:master, r=pnkfelix
Matthias Krüger
-0
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-0
/
+2
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-23
cleanup: commented lints
Rejyr
-2
/
+0
2022-08-22
migrate: `UnknownTool` error to `SessionDiagnostic`
Rejyr
-0
/
+3
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-30
Rollup merge of #99888 - nnethercote:streamline-visitors, r=cjgillot
Yuki Okushi
-1
/
+1
2022-07-29
Remove some late `check_*` functions.
Nicholas Nethercote
-1
/
+1
2022-07-27
lint: add bad opt access internal lint
David Wood
-0
/
+3
2022-07-27
lint: add comment about diag lints in group
David Wood
-0
/
+4
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-07-06
Make AST lowering a query.
Camille GILLOT
-1
/
+1
2022-06-19
Make some lints incremental.
Camille GILLOT
-14
/
+13
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-0
/
+2
2022-06-05
Remove `let_underscore_must_use`
Aaron Kofsky
-6
/
+1
2022-06-04
Add `let_underscore_must_use` lint.
Aaron Kofsky
-1
/
+6
2022-06-04
Add `let_underscore_lock` lint.
Aaron Kofsky
-1
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-29
Add `let_underscore_drop` lint.
Aaron Kofsky
-0
/
+5
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-12
Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov
bors
-0
/
+1
2022-05-08
Move lint expectation checking into a separate query (RFC 2383)
xFrednet
-0
/
+1
2022-05-06
Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...
bors
-0
/
+5
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-05-04
Add unused_macro_rules lint definition
est31
-0
/
+1
[next]