about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2019-09-29syntax: fix #64682.Mazdak Farrokhzad-5/+38
2019-09-28Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkorMazdak Farrokhzad-0/+52
2019-09-28Fix lint-exceeding-bitshifts ui testsWesley Wiser-23/+27
2019-09-27Add test for redundant_semicolon lint interaction with proc macro attrsNathan-0/+52
2019-09-25Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasperMazdak Farrokhzad-10/+13
2019-09-22Auto merge of #64669 - estebank:unreachable, r=Centrilbors-6/+12
2019-09-21review commentsEsteban Küber-2/+2
2019-09-21Do not trigger unreachable lint in async body and Use span labelsEsteban Küber-6/+12
2019-09-21Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=CentrilMazdak Farrokhzad-2/+2
2019-09-18Point at original span when emitting unreachable lintAaron Hill-0/+5
2019-09-17Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mar...Tyler Mandry-1/+1
2019-09-16Fix failure note `to_str` implementationAfnan Enayet-1/+1
2019-09-16or-patterns: #47390: we rely on names to exercise `IndexMap`.Mazdak Farrokhzad-10/+13
2019-09-14Don't mark expression with attributes as not needing parenthesesMark Rousskov-19/+23
2019-09-12Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebankbors-87/+162
2019-09-11Stabilize `param_attrs` in Rust 1.39.0Caio-2/+2
2019-09-10Refactor "not FFI-safe" diagnosticvarkor-88/+133
2019-09-10Surround `PhantomData` in backticksvarkor-6/+6
2019-09-10Forbid opaque types in extern blocksvarkor-0/+30
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-1/+1
2019-09-05or-patterns: fix fallout from #664128.Mazdak Farrokhzad-34/+19
2019-09-03unused_parens: fix for or-patterns + &(mut x)Mazdak Farrokhzad-47/+192
2019-08-31Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppebors-13/+23
2019-08-31improper_ctypes: guard against accidental change to Unique<T>.Mazdak Farrokhzad-13/+23
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-18/+18
2019-08-26review commentEsteban Küber-2/+2
2019-08-21Add more tests covering more casesEsteban Küber-0/+106
2019-08-21Do not complain about unused code when used in `impl` `Self` typeEsteban Küber-0/+35
2019-08-21Introduce `term-size` dependency and consider term width when trimmingEsteban Küber-20/+20
2019-08-21Strip code to the left and right in diagnostics for long linesEsteban Küber-2/+2
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-2/+2
2019-08-17test in a way that works even with muslRalf Jung-65/+58
2019-08-17invalid_value: also detect transmute-from-0 (seen in the wild)Ralf Jung-39/+78
2019-08-17invalid_value: warn for types with custom valid rangeRalf Jung-28/+84
2019-08-17warn about uninit bools and charsRalf Jung-1/+30
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-1/+1
2019-08-12more informative error message from invalid_value lintRalf Jung-55/+183
2019-08-11warn for more casesRalf Jung-11/+166
2019-08-11add basic lint testing for misuse of mem::zeroed and mem::uninitializedRalf Jung-0/+72
2019-08-09Allow deprecated try macro in test cratesLzu Tao-2/+3
2019-08-09Deprecate `try!` macroBO41-1/+1
2019-08-07Rollup merge of #63163 - bravomikekilo:master, r=cramertjMazdak Farrokhzad-14/+833
2019-08-06Add rustfix test and fix test name.bravomikekilo-127/+220
2019-08-03fix tidy problembravomikekilo-1/+1
2019-08-03add new test and add conditional whitespacebravomikekilo-1/+727
2019-07-31add a pair of whitespace after remove parenthesesbravomikekilo-1/+1
2019-07-30Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obkbors-27/+27
2019-07-28Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centrilbors-27/+269
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-106/+105
2019-07-27Lint attributes on function argumentsCaio-27/+269