about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2022-08-03Auto merge of #100064 - RalfJung:disaligned, r=petrochenkovbors-1/+110
2022-08-03fix is_disaligned logic for nested packed structsRalf Jung-1/+110
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-6/+64
2022-08-02Add items to `DocAliasBadLocation` check error match armhdelc-2/+2
2022-07-29Fix after rebasingEric Holk-1/+1
2022-07-29Update to still be correct without drop trackingEric Holk-6/+33
2022-07-29Update must_not_suspend lint to traverse referencesEric Holk-6/+6
2022-07-29Add drop tracking version of must_not_suspend ref testEric Holk-0/+30
2022-07-28Remove guess_head_span.Camille GILLOT-7/+7
2022-07-22Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe...Dylan DPC-2/+2
2022-07-20Rollup merge of #99485 - mdholloway:unused-qualifications-in-derive, r=oli-obkDylan DPC-0/+38
2022-07-18Don't add attribute to allow unused-qualifications to derive impl'sSamrat Man Singh-0/+38
2022-07-19feat: omit suffixes in const generics (e.g. `1_i32`)Artur Sinila-2/+2
2022-07-18Update invalid atomic ordering lintTomasz Miąsko-254/+57
2022-07-15Correctly handle path stability for 'use tree' itemsAaron Hill-2/+11
2022-07-15add `#[must_use]` to `Box::from_raw`rhysd-0/+26
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-3/+19
2022-07-13Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddybDylan DPC-23/+21
2022-07-08Support unstable moves via stable in unstable itemsJane Lusby-3/+19
2022-07-07`UnsafeCell` now has no niches, ever.Oli Scherer-23/+21
2022-07-07Shorten span for closures.Camille GILLOT-1/+1
2022-07-06replace `guess_head_span` with `def_span`Takayuki Maeda-8/+8
2022-07-01Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkovbors-72/+38
2022-07-01Auto merge of #98767 - Dylan-DPC:rollup-j1gq5sr, r=Dylan-DPCbors-1/+1
2022-07-01Shorten def_span for more items.Camille GILLOT-72/+38
2022-07-01Rollup merge of #98739 - euclio:useless-comment-plural, r=Dylan-DPCDylan DPC-1/+1
2022-07-01Auto merge of #98402 - cjgillot:undead, r=michaelwoeristerbors-68/+87
2022-06-30fix grammar in useless doc comment lintAndy Russell-1/+1
2022-06-30For diagnostic information of Boolean, remind it as use the type: 'bool'Yiming Lei-6/+37
2022-06-27Rollup merge of #97389 - m-ou-se:memory-ordering-diagnostics, r=estebankMatthias Krüger-228/+246
2022-06-25bless remaining testsRalf Jung-0/+39
2022-06-22Rewrite dead-code pass to avoid fetching HIR.Camille GILLOT-30/+53
2022-06-22Uniform spans in dead code lint.Camille GILLOT-42/+38
2022-06-22Slightly tweak invalid atomic ordering lint messages.Mara Bos-180/+180
2022-06-22Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=...bors-176/+262
2022-06-22Rollup merge of #98336 - fmease:remove-faulty-doc-hidden-lint, r=GuillaumeGomezYuki Okushi-177/+0
2022-06-21Move some tests to more reasonable directoriesCaio-0/+34
2022-06-21Remove `#[doc(hidden)]` logic from `unused_attributes` lintLeón Orell Valerian Liehr-177/+0
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-176/+262
2022-06-16 fix one more case of trailing spaceklensy-14/+14
2022-06-16diagnostics: fix trailing spaceklensy-82/+82
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-0/+175
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-0/+175
2022-06-11Have the drop code suggestion not include `let _ =`Aaron Kofsky-4/+4
2022-06-11Reword suggestion messages.Aaron Kofsky-4/+4
2022-06-11Auto merge of #97903 - est31:unused_macro_rules_compile_error, r=petrochenkovbors-0/+113
2022-06-10Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w...Yuki Okushi-0/+8
2022-06-09Test that the unused_macros lint works correctly if rules are malformedest31-0/+41
2022-06-09Suppress the unused_macro_rules lint if malformed rules are encounteredest31-0/+19
2022-06-09Never regard macro rules with compile_error! invocations as unusedest31-0/+53