about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
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
2019-07-26rustc: Stabilize options for pipelined compilationAlex Crichton-27/+27
2019-07-21normalize use of backticks in compiler messages for librustc_lintSamy Kacimi-13/+13
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-32/+32
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-119/+119
2019-07-06in which the `non_ascii_idents` lint appears (RFC 2457)Zack M. Davis-0/+43
2019-07-06Make WhileTrue into an EarlyLintPass lint.Mazdak Farrokhzad-23/+32
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-34/+34
2019-06-30Extend #[must_use] lint to arraysvarkor-0/+91
2019-06-30Improve error messages for boxed trait objects in tuplesvarkor-3/+33
2019-06-30Extend the #[must_use] lint to boxed typesvarkor-2/+13
2019-06-24--bless you.Mazdak Farrokhzad-5/+5
2019-06-24Address review comments.Mazdak Farrokhzad-1/+0
2019-06-24lint-type-overflow2: warn -> deny.Mazdak Farrokhzad-32/+21
2019-06-23let_chains: scrutinee -> head expression.Mazdak Farrokhzad-4/+4
2019-06-23let_chains: Adjust unnecessary parens tests.Mazdak Farrokhzad-4/+4
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-24/+46
2019-06-09Address review commentsVadim Petrochenkov-69/+0
2019-06-08Remove some more `#![feature(custom_attribute)]`sVadim Petrochenkov-40/+40
2019-06-03Auto merge of #61100 - varkor:must_use-tuple-expr, r=cramertjbors-0/+64
2019-06-03Add nested must_use variantvarkor-1/+11
2019-06-03Specify tuple element in lint messagevarkor-10/+10
2019-06-03Add function call to testvarkor-4/+18