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
2023-07-10
Uplift `clippy::fn_null_check` to rustc
Urgau
-0
/
+3
2023-05-31
Uplift clippy::cast_ref_to_mut to rustc
Urgau
-0
/
+3
2023-05-27
Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked
Urgau
-0
/
+3
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-10
Uplift clippy::drop_ref to rustc
Urgau
-0
/
+3
2023-04-25
Add deny lint to prevent untranslatable diagnostics using static strings
clubby789
-0
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-22
Move useless_anynous_reexport lint into unused_imports
Guillaume Gomez
-3
/
+0
2023-03-12
Add lint for useless anonymous reexports
Guillaume Gomez
-0
/
+3
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-23
Add lint against `Iterator::map` receiving a callable that returns `()`
Obei Sideg
-1
/
+5
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2023-01-31
make unaligned_reference a hard error
Ralf Jung
-1
/
+10
2023-01-28
Reintroduce multiple_supertrait_upcastable lint
Gary Guo
-0
/
+3
2023-01-14
fix issues in unused lint
yukang
-1
/
+1
2023-01-09
refactor: cleanup
Rejyr
-2
/
+2
2023-01-09
add: `lints.rs`
Rejyr
-0
/
+3
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
[next]