about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2018-12-29update tests line numbersMatthias Krüger-13/+13
2018-12-28remove remaining copyright headersMatthias Krüger-8/+0
2018-12-25Remove licensesMark Rousskov-1869/+850
2018-12-24make non_camel_case_types an early lintAndy Russell-13/+13
2018-12-19suggest similar lint names for unknown lintsAndy Russell-24/+35
2018-12-16Rollup merge of #56439 - JohnGinger:master, r=nikomatsakisMazdak Farrokhzad-0/+1
2018-12-15Rollup merge of #56738 - turboladen:fix-private_no_mangle_fns-message, r=zack...Pietro Albini-2/+2
2018-12-11Fix private_no_mangle_fns message grammarSteve Loveless-2/+2
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-07Change to give a help messageJohn Ginger-1/+1
2018-12-03Fix stderr file (unused variable)John Ginger-0/+1
2018-11-19Test for #[must_use] on traitsvarkor-0/+36
2018-11-15Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavisPietro Albini-0/+18
2018-11-11Rollup merge of #55799 - pnkfelix:remove-useless-revisions-marker-from-lint-u...Pietro Albini-202/+52
2018-11-11Rollup merge of #55687 - alexreg:fix-24010, r=scalexmPietro Albini-46/+0
2018-11-10Use non-short suggestion for parenthesised ..=varkor-1/+1
2018-11-10Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lintvarkor-0/+18
2018-11-09Removed an unneeded instance of `// revisions`; the compare-mode NLL shows th...Felix S. Klock II-202/+52
2018-11-07Only do check for trait objects, not trait or trait alias definitions.Alexander Regueiro-46/+0
2018-11-07work around deviation in diagnostic output for opt-level=0 by forcing `-O`.Felix S. Klock II-1/+1
2018-11-07Update output of `lint-type-overflow2.stderr` to reflect its output from `rus...Felix S. Klock II-8/+2
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-63/+31
2018-10-29don't lint `unused_parens` on `if (break _)`Andre Bogus-0/+9
2018-10-27wherein the status of empty and reason-only lint attributes is clarifiedZack M. Davis-0/+17
2018-10-27in which lint reasons are restricted to come last in the attributeZack M. Davis-5/+27
2018-10-27feature-gate lint reasonsZack M. Davis-11/+17
2018-10-27introducing lint reason annotations (RFC 2383)Zack M. Davis-0/+153
2018-10-25Rollup merge of #55138 - zackmdavis:the_paren_trap, r=pnkfelixPietro Albini-7/+7
2018-10-18Make warnings into errorsvarkor-0/+3
2018-10-17Don't warn about parentheses on `match (return)`varkor-0/+6
2018-10-16in which unused-parens suggestions heed what the user actually wroteZack M. Davis-7/+7
2018-10-15Rollup merge of #55081 - sinkuu:dedup_test, r=ManishearthManish Goregaokar-103/+0
2018-10-15Rollup merge of #54820 - kleimkuhler:issue-54538-unused_patterns-lint, r=niko...Manish Goregaokar-0/+80
2018-10-15Deduplicate testsShotaro Yamada-103/+0
2018-10-14Unused result warning: "X which must" ↦ "X that must"varkor-23/+23
2018-10-09Fix Range warning and improve testsKevin Leimkuhler-36/+32
2018-10-09Simply unused_parens check and add testsKevin Leimkuhler-0/+84
2018-10-08Fix handling of #[must_use] on unit and uninhabited typesvarkor-0/+37
2018-10-07Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obkbors-1/+11
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-91/+51
2018-10-04Fix dead code lint for functions using impl TraitJonas Schievink-1/+11
2018-09-27Update ui linesJosh Stone-30/+30
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-2/+0
2018-09-19Auto merge of #54101 - osa1:issue_54099, r=nikomatsakisbors-12/+18
2018-09-12Fix camel case type warning for types with trailing underscoresÖmer Sinan Ağacan-12/+18
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-23/+25
2018-09-07Rollup merge of #53550 - brson:recurring, r=estebankkennytm-56/+56
2018-09-04Introduce Custom Test FrameworksJohn Renner-8/+8
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-25/+25