about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2020-03-31update unused_braces wordingBastian Kauschke-9/+9
2020-03-31add tests for `unused_braces`Bastian Kauschke-0/+101
2020-03-24Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddybMazdak Farrokhzad-8/+8
2020-03-23Reword unused variable warningAlex Tokarev-25/+25
2020-03-22the crate and testsmark-2/+2
2020-03-21convert a couple more errorsmark-6/+6
2020-03-18Rollup merge of #69838 - Centril:expand-module, r=petrochenkovMazdak Farrokhzad-0/+20
2020-03-18fix pre-expansion linting infraMazdak Farrokhzad-0/+20
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-8/+8
2020-03-17Rollup merge of #69881 - Centril:fix-69485, r=oli-obkMazdak Farrokhzad-0/+18
2020-03-16Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-...Dylan DPC-6/+60
2020-03-15VariantSizeDifferences: bail on SizeOverflowMazdak Farrokhzad-0/+18
2020-03-15Add more context to the literal overflow messageYI-6/+60
2020-03-14Update ui testsGuillaume Gomez-1/+1
2020-03-07Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakisMazdak Farrokhzad-23/+11
2020-03-03Update testsYuki Okushi-19/+11
2020-03-03Remove the `no_debug` featureYuki Okushi-4/+0
2020-03-01encode `;` stmt w/o expr as `StmtKind::Empty`Mazdak Farrokhzad-4/+4
2020-02-21Add a `Self: Sized` boundJonas Schievink-1/+1
2020-02-20Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obkMazdak Farrokhzad-189/+488
2020-02-19avoid excessive number of revisionsRalf Jung-147/+1
2020-02-18better lint namesRalf Jung-5/+5
2020-02-15fix exceeding_bitshift lint and testRalf Jung-188/+633
2020-02-14Update testsMatthew Jasper-60/+60
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-2/+10
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-2/+2
2020-02-05unused-parens: implement for const/static itemsTyler Lanphear-12/+27
2020-02-01Remove or_patterns from INCOMPLETE_FEATURESMatthew Jasper-34/+25
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-123/+123
2020-01-27Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkovbors-1/+1
2020-01-25Rollup merge of #68504 - tmiasko:check-pass, r=alexcrichtonYuki Okushi-16/+16
2020-01-24Normalise notes with the/isvarkor-123/+123
2020-01-23unused-parens: implement for block return valuesTyler Lanphear-12/+31
2020-01-23Use check-pass mode for lint testsTomasz Miąsko-16/+16
2020-01-20generalize bindings_with_variant_name lintMazdak Farrokhzad-1/+47
2020-01-20stabilize transparent_enumsMazdak Farrokhzad-1/+1
2020-01-17Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce...Tyler Mandry-0/+61
2020-01-17Don't warn about snake case for field puns that don't introduce a new name.jumbatm-0/+61
2020-01-12Add backticks in appropriate placesvarkor-8/+8
2020-01-12Diagnostics should start lowercasevarkor-27/+27
2020-01-09Update testsVadim Petrochenkov-90/+523
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-0/+2
2020-01-06fire "non_camel_case_types" for associated typesAndy Russell-2/+9
2020-01-03Implement uncommon_codepoints lint.Charles Lew-0/+43
2019-12-22Auto merge of #67505 - Centril:rollup-7win7ty, r=Centrilbors-150/+248
2019-12-22Rollup merge of #67500 - JohnTitor:non-shorthand-field-patterns, r=CentrilMazdak Farrokhzad-15/+113
2019-12-22Tweak non_shorthand_field_patterns' suggestionYuki Okushi-15/+113
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-24/+26
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-135/+135