summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2019-01-15Rollup merge of #57467 - JohnTitor:implement-the-check-attribute-1, r=oli-obkMazdak Farrokhzad-19/+26
2019-01-15Change from _ to NoneYuki Okushi-1/+1
2019-01-15Restore error messageYuki Okushi-2/+3
2019-01-15Make UnsafeCode EarlyLintPassYuki Okushi-22/+20
2019-01-15Run lint for unsafe on the astYuki Okushi-1/+1
2019-01-14Rollup merge of #57570 - Xanewok:querify-some, r=ZoxcMazdak Farrokhzad-2/+2
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-107/+134
2019-01-13Querify local plugin_registrar_fnIgor Matuszewski-2/+2
2019-01-09Separate the description on different linesYuki Okushi-1/+3
2019-01-09Add check_attributeYuki Okushi-0/+6
2019-01-08improve non_camel_case_types diagnosticsAndy Russell-14/+19
2019-01-08improve non_upper_case_globals diagnosticsAndy Russell-39/+27
2019-01-08improve non_snake_case diagnosticsAndy Russell-54/+88
2019-01-06check missing docs for reexported macros as wellGuillaume Gomez-20/+29
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2019-01-02rename `type_moves_by_default` to `type_is_copy_modulo_regions`Niko Matsakis-1/+1
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-4/+6
2018-12-25Remove licensesMark Rousskov-60/+0
2018-12-25Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebankbors-22/+17
2018-12-24make non_camel_case_types an early lintAndy Russell-22/+17
2018-12-23Fix recursion limitsJohn Kåre Alsaker-0/+2
2018-12-19Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelixPietro Albini-0/+9
2018-12-18Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakisbors-0/+5
2018-12-15Rollup merge of #56738 - turboladen:fix-private_no_mangle_fns-message, r=zack...Pietro Albini-2/+2
2018-12-14use tracking issue instead of original issueAriel Ben-Yehuda-1/+1
2018-12-14add the ORDER_DEPENDENT_TRAIT_OBJECTS lintAriel Ben-Yehuda-0/+5
2018-12-12Bump to 1.33.0Alex Crichton-2/+2
2018-12-11Fix private_no_mangle_fns message grammarSteve Loveless-2/+2
2018-12-10add a lint group for lints emitted by rustdocQuietMisdreavus-0/+9
2018-12-10Remove `tokenstream::Delimited`.Nicholas Nethercote-2/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-21/+18
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-22/+22
2018-12-06Rollup merge of #56528 - sinkuu:unused_dep, r=Mark-SimulacrumPietro Albini-2/+0
2018-12-05Remove unused dependency (rustc_lint -> rustc_mir)Shotaro Yamada-2/+0
2018-12-04syntax: Rename some keywordsVadim Petrochenkov-1/+1
2018-11-27remove uses of feature gateMark Mansi-1/+0
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-0/+1
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-1/+1
2018-11-19Fix change to predicatesvarkor-1/+1
2018-11-19Fix typo in #[must_use] messagevarkor-1/+1
2018-11-19Handle trait objectsvarkor-6/+24
2018-11-19Recognise #[must_use] on traits, affecting impl Traitvarkor-1/+14
2018-11-19Use general uninhabitedness checkingvarkor-14/+10
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-15/+45
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-11-12Use type safe `VariantIdx` instead of `usize` everywhereOliver Scherer-5/+11
2018-11-10Use non-short suggestion for parenthesised ..=varkor-11/+17
2018-11-10Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lintvarkor-12/+36
2018-11-07Removed `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint.Alexander Regueiro-5/+0