about summary refs log tree commit diff
path: root/tests/ui/privacy
AgeCommit message (Expand)AuthorLines
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
2024-06-17Do not ICE in privacy when type inference fails.Camille GILLOT-0/+42
2024-06-06Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnrbors-40/+31
2024-06-05Bless tests and handle tests/crashesBoxy-40/+31
2024-06-05Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-errorsMatthias Krüger-0/+57
2024-06-04Add test descriptionOli Scherer-2/+8
2024-06-04Give test a more useful nameOli Scherer-2/+2
2024-06-04Move tests to a more appropriate directoryOli Scherer-0/+51
2024-06-04bless privacy tests (only diagnostic duplication)Oli Scherer-1/+13
2024-05-22Add some tests for public-private dependencies.Eric Huss-9/+360
2024-05-21Make early lints translatableXiretza-2/+2
2024-04-12Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiserMatthias Krüger-29/+29
2024-04-12Improve diagnostic by suggesting to remove visibility qualifiermorine0122-29/+29
2024-04-08Rollup merge of #120144 - petrochenkov:unty, r=davidtwcoMatthias Krüger-5/+4
2024-04-04Only inspect user-written predicates for privacy concernsOli Scherer-11/+6
2024-04-04Add regression testOli Scherer-0/+43
2024-03-24Rollup merge of #122757 - h1467792822:priv-dep, r=davidtwcoMatthias Krüger-0/+20
2024-03-24add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directiveMatthias Krüger-0/+1
2024-03-24add test for #64784 Declarative macros can create infinite glob import cyclesMatthias Krüger-0/+15
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-2/+2
2024-03-20Fixed the `private-dependency` bug: If the directly dependent crate is loaded...h1467792822-0/+20
2024-03-18When displaying multispans, ignore empty lines adjacent to `...`Esteban Küber-1/+0
2024-03-13privacy: Stabilize lint `unnameable_types`Vadim Petrochenkov-5/+4
2024-03-12Allow unused fields in some testsArthur Carcano-2/+2
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-1/+0
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-5/+6
2024-02-23Allow for a missing `adt_def` in `NamePrivacyVisitor`.Nicholas Nethercote-0/+15
2024-02-17Allow newly added non_local_definitions lint in testsUrgau-5/+6
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-85/+85
2024-02-09Move some testsCaio-0/+26
2024-02-08Add some tests for associated type normalization edge casesOli Scherer-0/+194
2024-02-07Stop using `hir_ty_to_ty` in rustc_privacyOli Scherer-19/+50
2024-02-07Update testsr0cky-2/+4