summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2022-10-06Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-8/+8
2022-09-15Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obkbors-8/+8
2022-09-14Compute `lint_levels` by definitionDeadbeef-8/+8
2022-09-13Update must_not_suspend/ref.rsEric Holk-10/+37
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-45/+30
2022-09-04Don't fire `rust_2021_incompatible_closure_captures` in edition = 2021Maybe Waffle-0/+15
2022-09-02Rollup merge of #97739 - a2aaron:let_underscore, r=estebankGuillaume Gomez-0/+63
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-26More tests for invalid_value lint5225225-7/+49
2022-08-26Make invalid-value trigger on uninit primitives5225225-10/+23
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-11/+10
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-11/+10
2022-08-23Use par_body_owners for livenessSeo Sanghyeon-20/+20
2022-08-18Rollup merge of #97962 - eholk:drop-tracking-must-not-suspend, r=cjgillotMatthias Krüger-0/+57
2022-08-11Add missing visit_pat_field in early lint visitor.Eric Huss-6/+27
2022-08-11Make Node::ExprField a child of Node::Expr.Eric Huss-76/+76
2022-08-11Add visitors for PatField and ExprField.Eric Huss-1/+1
2022-08-11Honor lint level attributes in more places.Eric Huss-0/+1266
2022-08-11Check attributes on struct expression fields.Eric Huss-2/+8
2022-08-11Check attributes on pattern fields.Eric Huss-1/+13
2022-08-10Rollup merge of #100226 - cjgillot:noice-multibyte, r=davidtwcoMatthias Krüger-0/+54
2022-08-07Do not manually craft a span pointing inside a multibyte character.Camille GILLOT-0/+54
2022-08-05Use `#![warn(let_underscore_drop)]` in tests.Aaron Kofsky-2/+6
2022-08-05Delay formatting trimmed path until lint/error is emittedMichael Goulet-0/+24
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-6/+64
2022-08-04Explain why let-underscoring a lock guard is incorrect.Aaron Kofsky-2/+4
2022-08-04Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro...Matthias Krüger-0/+41
2022-08-04Enable unused_parens for match armswcampbell-0/+41
2022-08-03Rollup merge of #100029 - hdelc:master, r=cjgillotMatthias Krüger-2/+2
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-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