about summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
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
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-1/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-11-04Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichtonbors-1/+2
2018-11-04rustc_target: pass contexts by reference, not value.Eduard-Mihai Burtescu-3/+3
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-0/+1
2018-11-01enforce unused-must-use lint in macrosAlex Burka-1/+2
2018-10-29don't lint `unused_parens` on `if (break _)`Andre Bogus-4/+3
2018-10-26Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkovbors-1/+1
2018-10-26Auto merge of #53821 - oli-obk:sanity_query, r=RalfJungbors-75/+5
2018-10-25Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obkbors-278/+0
2018-10-25Rebase falloutOliver Schneider-43/+0
2018-10-25add the lint back to the list, and fix testsRalf Jung-15/+1
2018-10-25Report const eval error inside the queryOliver Schneider-19/+6