summary refs log tree commit diff
path: root/src/librustc/lint
AgeCommit message (Expand)AuthorLines
2019-04-06Don't report deprecation lints in derive expansionsOliver Scherer-1/+16
2019-03-17Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-10/+11
2019-03-16Temporarily emulate the (accidentally) omitted recursion during impl Trait ch...Felix S. Klock II-0/+14
2019-02-20hir: HirId-ify intravisitljedrz-32/+35
2019-02-14Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obkMazdak Farrokhzad-1/+1
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-9/+9
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-14/+14
2019-02-13Cleanup importsTaiki Endo-8/+8
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-4/+4
2019-02-11Use hidden suggestions for unused imports lintEsteban Küber-1/+1
2019-02-11Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebankbors-0/+10
2019-02-10rustc: doc commentsAlexander Regueiro-14/+14
2019-02-07Make it an incompatibility lint for nowMark Mansi-1/+8
2019-02-07unused_imports: make the lint machine-applicablePietro Albini-0/+10
2019-02-05move librustc to 2018Mark Mansi-38/+38
2019-02-01Rename external_private_dependency to exported_private_dependenciesAaron Hill-2/+2
2019-02-01Clippy fixes, rename stuff to match RFCAaron Hill-2/+2
2019-02-01Properly register lintAaron Hill-0/+1
2019-02-01Initial implementation workAaron Hill-0/+6
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-12/+7
2019-01-26Auto merge of #57726 - Zoxc:combine-early-lints, r=estebankbors-172/+346
2019-01-19Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkovMazdak Farrokhzad-6/+0
2019-01-19Combine all builtin early lints and use a separate walk for plugin lints. Add...John Kåre Alsaker-172/+346
2019-01-17Remove `hir::StmtKind::Decl`.Nicholas Nethercote-6/+0
2019-01-16Prioritize variants as inherent associated items during name resolutionVadim Petrochenkov-0/+7
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-9/+9
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-1/+1
2019-01-02Fix 'be be' constructsDaniel Mueller-2/+2
2018-12-27Make sure feature gate errors are recoverableVadim Petrochenkov-4/+2
2018-12-25Remove licensesMark Rousskov-40/+0
2018-12-23Rollup merge of #56992 - euclio:unknown-lint-suggestion, r=oli-obkkennytm-23/+34
2018-12-19suggest similar lint names for unknown lintsAndy Russell-23/+34
2018-12-19Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelixPietro Albini-3/+3
2018-12-18Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakisbors-0/+7
2018-12-15Auto merge of #56203 - aheart:master, r=varkorbors-0/+8
2018-12-14fix englishAriel Ben-Yehuda-2/+1
2018-12-14add the ORDER_DEPENDENT_TRAIT_OBJECTS lintAriel Ben-Yehuda-0/+8
2018-12-12Bump to 1.33.0Alex Crichton-1/+1
2018-12-10update docs of rustdoc lintsQuietMisdreavus-3/+3
2018-12-09Add lint for items deprecated in futureaheart-0/+8
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-8/+8
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-8/+8
2018-11-22Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi...Guillaume Gomez-0/+7
2018-11-21rustc: implement and use Default on more types.Eduard-Mihai Burtescu-5/+2
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-1/+1
2018-11-16lint if a private item has doctestsGuillaume Gomez-0/+7
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-1/+1
2018-11-15Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavisPietro Albini-3/+6
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-11-10Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lintvarkor-3/+6