about summary refs log tree commit diff
path: root/src/test/ui/lint/force-warn
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-521/+0
2022-10-07make const_err a hard errorRalf Jung-73/+34
2022-10-01bless ui testsMaybe Waffle-12/+12
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-45/+30
2022-07-01Shorten def_span for more items.Camille GILLOT-18/+6
2022-06-25bless remaining testsRalf Jung-0/+39
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-8/+8
2022-06-16diagnostics: fix trailing spaceklensy-15/+15
2022-04-17Lint elided lifetimes in path on the AST.Camille GILLOT-3/+3
2021-12-04Use multipart suggestions.Camille GILLOT-15/+90
2021-12-04Lint bare traits in AstConv.Camille GILLOT-5/+115
2021-11-30Lint elided lifetimes in path during lifetime resolution.Camille GILLOT-1/+5
2021-11-03Clean up some `-Z unstable-options` in tests.Eric Huss-7/+5
2021-08-24Update testsinquisitivecrystal-11/+11
2021-08-18Error when warnings lint group is used with force-warnRyan Levick-0/+14
2021-08-18Improve force-warn testsRyan Levick-11/+114
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-5/+5
2021-07-21Rename force-warns to force-warnRyan Levick-23/+23
2021-07-01New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w...Ryan Levick-1/+28
2021-06-30Force warnings even when can_emit_warnings == falseRyan Levick-0/+22
2021-06-26Make ForceWarn a lint level.Camille GILLOT-9/+9
2021-06-25Address PR feedbackRyan Levick-6/+6
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-6/+6
2021-06-10Fix force-warns to allow dashes.Eric Huss-1/+1
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-9/+9
2021-06-03Update tests with new casingRyan Levick-9/+9
2021-06-02Add deny-by-default testRyan Levick-0/+22
2021-06-02Add missing stderr fileRyan Levick-0/+14
2021-06-02Add final testRyan Levick-7/+6
2021-06-02Force warn on lint groups as wellRyan Levick-4/+58
2021-06-01Fix issues and add testRyan Levick-1/+14
2021-05-28Initial support for force-warnsRyan Levick-0/+93