about summary refs log tree commit diff
path: root/tests/ui/privacy
AgeCommit message (Expand)AuthorLines
2025-07-19Rollup merge of #144098 - cjgillot:lint-rpitit, r=compiler-errorsMatthias Krüger-54/+69
2025-07-17Do not check privacy for RPITIT.Camille GILLOT-179/+48
2025-07-17Add test.Camille GILLOT-56/+202
2025-07-17Integrate stable feature checking into a query.Camille GILLOT-40/+16
2025-07-17Rollup merge of #143431 - xizheyin:143392, r=compiler-errorsMatthias Krüger-0/+33
2025-07-15Implement resolver warnings about reexporting private dependenciesDavid Mládek-12/+48
2025-07-10chore: Improve how the other suggestions message gets renderedScott Schafer-2/+2
2025-07-05Use relative visibility when noting sealed trait to reduce false positivexizheyin-3/+2
2025-07-04Add test false-sealed-traits-note.rsxizheyin-0/+34
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-36/+44
2025-06-05Rollup merge of #141974 - Kivooeo:tf4, r=jieyouxuMatthias Krüger-0/+35
2025-06-04Rollup merge of #141968 - oli-obk:wfck-everything-at-once, r=wesleywiserMatthias Krüger-6/+6
2025-06-04cleaned up some testsKivooeo-0/+35
2025-06-03Run wfcheck in one big loop instead of per moduleOli Scherer-6/+6
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-149/+149
2025-05-03Move some tests out of tests/uimejrs-10/+29
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-9/+10
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-1/+1
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-15/+14
2025-04-01Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errorsMatthias Krüger-0/+48
2025-03-25Rollup merge of #138317 - petrochenkov:libsearch3, r=compiler-errorsMatthias Krüger-5/+24
2025-03-25privacy: Visit types and traits in impls in type privacy lintsVadim Petrochenkov-5/+24
2025-03-24Don't mark privacy test as needing GCEMichael Goulet-11/+10
2025-03-22Note potential but private items in show_candidatesxizheyin-0/+48
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+1
2025-03-07tests: fix some typos in commenttcpdumppy-1/+1
2025-02-21If the parent dependency is private, treat dependents as privateTrevor Gross-4/+30
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-2/+2
2025-02-14Consider add-prefix replacements tooMichael Goulet-6/+4
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-30/+20
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-88/+144
2025-02-03Check Sizedness of return type in WFMichael Goulet-5/+73
2025-01-28Fix tests/ui/privacy/sysroot-privateAlisa Sireneva-8/+9
2025-01-24Reword "crate not found" resolve messageEsteban Küber-4/+4
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-8/+8
2025-01-21remove support for the #[start] attributeRalf Jung-8/+8
2025-01-18Emit a single privacy error for multiple fields on the same struct expressionEsteban Küber-4/+4
2025-01-14Mark dependencies of the standard library as private by defaultTrevor Gross-2/+2
2025-01-14Add a UI test for stdlib-private dependenciesTrevor Gross-0/+120
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-5/+0
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-8/+0
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-3/+3
2024-10-04Bless ui tests.Camille GILLOT-16/+2
2024-09-07Bless tests due to new method suggestions.Tim (Theemathas) Chirananthavat-2/+2
2024-08-16Use FnSig instead of raw FnDecl for ForeignItemKind::FnMichael Goulet-2/+2
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-11/+11
2024-07-29Structured suggestion for `extern crate foo` when `foo` isn't resolved in importEsteban Küber-1/+4
2024-07-26Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er...Trevor Gross-18/+20
2024-07-24Do not use question as labelEsteban Küber-3/+3
2024-07-23Improve the impl and diag output of lint type_alias_boundsLeón Orell Valerian Liehr-18/+20