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_defs
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-2
/
+49
2021-02-04
Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix
Mara Bos
-0
/
+39
2021-02-03
make const_err a future incompat lint
Ralf Jung
-0
/
+4
2021-02-02
introduce future-compatibility warning for forbidden lint groups
Niko Matsakis
-0
/
+39
2021-02-01
Mark the lint doc as compile_fail
Aman Arora
-1
/
+1
2021-01-31
Add lint for 2229 migrations
Aman Arora
-0
/
+46
2021-01-28
Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint
Aaron Hill
-0
/
+48
2021-01-22
update const_err description
Ralf Jung
-26
/
+7
2021-01-15
Don't mark `ineffective_unstable_trait_impl` as an internal lint
Joshua Nelson
-3
/
+24
2021-01-13
Introduce missing ABI lint on extern blocks
Mark Rousskov
-0
/
+28
2021-01-10
Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit...
bors
-0
/
+1
2021-01-01
improve unconditional_panic description
Ralf Jung
-8
/
+4
2020-12-22
Add example to lint docs
Wesley Wiser
-1
/
+29
2020-12-22
Revert "Remove missing_fragment_specifier lint"
Wesley Wiser
-0
/
+17
2020-12-22
Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkor
bors
-9
/
+8
2020-12-21
add suggest for PatternsInWithoutBody
Daiki Ihara
-0
/
+1
2020-12-07
Validate naked functions definitions
Tomasz Miąsko
-0
/
+45
2020-11-29
Rename the `overlapping_patterns` lint to `overlapping_range_endpoints`
Nadrieril
-9
/
+8
2020-11-28
lint-docs: Add --validate flag to validate lint docs separately.
Eric Huss
-5
/
+19
2020-11-21
More consistently use spaces after commas in lists in docs
Carol (Nichols || Goulding)
-1
/
+1
2020-11-09
Rollup merge of #78114 - jyn514:private, r=oli-obk
Dylan DPC
-0
/
+1
2020-11-05
Recognize `private_intra_doc_links` as a lint
Joshua Nelson
-0
/
+1
2020-11-05
Fix more URLs
Guillaume Gomez
-4
/
+4
2020-11-05
Rename lint to non_autolinks
Guillaume Gomez
-4
/
+4
2020-11-05
Rename automatic_links to url_improvements
Guillaume Gomez
-4
/
+4
2020-11-05
Improve automatic_links globally
Guillaume Gomez
-5
/
+5
2020-11-05
Add documentation for automatic_links lint
Guillaume Gomez
-3
/
+3
2020-11-05
Add new lint for automatic_links improvements
Guillaume Gomez
-0
/
+12
2020-11-01
Turn 'useless #[deprecated]' error into a lint.
Mara Bos
-0
/
+27
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-0
/
+3305