about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-07-19Warn on inert attributes used on bang macro invocationAaron Hill-0/+1
2021-07-13Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obkbors-2/+2
2021-07-09Fix default_hash_types to use resolved pathCameron Steffen-2/+2
2021-07-08Rollup merge of #86639 - eholk:lint-tool, r=petrochenkovYuki Okushi-0/+3
2021-07-06Parse tool name for command line lint optionsEric Holk-0/+3
2021-07-06Add s to non_fmt_panicRyan Levick-0/+1
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-0/+1
2021-07-06Rename lintRyan Levick-0/+1
2021-06-26Better suggestion for array_into_iter in for loop.Mara Bos-1/+1
2021-05-31Remove unused feature gatesbjorn3-2/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-04-06add lint deref_nullptrAliénore Bouttefeux-0/+1
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-0/+1
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-0/+1
2021-03-26Use iter::zip in compiler/Josh Stone-0/+1
2021-03-19stabilize or_patternsmark-1/+1
2021-03-16Don't warn about old rustdoc lint names (temporarily)Joshua Nelson-1/+1
2021-03-14Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomezYuki Okushi-0/+1
2021-03-05Rename `rustdoc` to `rustdoc::all`Joshua Nelson-0/+1
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-0/+3
2021-03-03First version of noop-lintRyan Levick-0/+3
2021-03-01Update commentsJoshua Nelson-2/+1
2021-03-01Address review commentsJoshua Nelson-0/+1
2021-03-01Improve error messagesJoshua Nelson-0/+4
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-15/+19
2021-02-03Add lint for `panic!(123)` which is not accepted in Rust 2021.Mara Bos-3/+3
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-0/+1
2020-12-22Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkorbors-1/+1
2020-12-03Add lint pass for doc keywordGuillaume Gomez-0/+3
2020-11-29`overlapping_range_endpoints` does not belong in the `unused` lint groupNadrieril-1/+0
2020-11-29Rename the `overlapping_patterns` lint to `overlapping_range_endpoints`Nadrieril-1/+2
2020-10-18Add lint to warn about braces in a panic message.Mara Bos-0/+3
2020-11-05Rename lint to non_autolinksGuillaume Gomez-2/+2
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-3/+3
2020-11-05Add new lint for automatic_links improvementsGuillaume Gomez-1/+2
2020-10-30TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection}LeSeulArtichaut-0/+1
2020-10-29Rollup merge of #78244 - workingjubilee:dogfood-fancy-ranges, r=varkorJonas Schievink-0/+2
2020-10-28Dogfood {exclusive,half-open} ranges in compiler (nfc)Jubilee Young-0/+2
2020-10-26Uplift temporary-cstring-as-ptr into rustcNathan Whitaker-0/+3
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-3/+4
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-3/+4
2020-10-01Uplift drop-bounds lint from clippyMichael Howell-0/+3
2020-09-27Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...Joshua Nelson-0/+1
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-0/+1
2020-08-30mv compiler to compiler/mark-0/+464