about summary refs log tree commit diff
path: root/src/test/ui/privacy
AgeCommit message (Expand)AuthorLines
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-14/+2
2021-10-15Bless testsCameron Steffen-80/+80
2021-10-10Bless ui tests.Camille GILLOT-14/+2
2021-09-30Bless tests.Camille GILLOT-2/+14
2021-09-15Move some tests to more reasonable directoriesCaio-0/+62
2021-08-14Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkovbors-0/+40
2021-08-11Modify structured suggestion outputEsteban Küber-9/+11
2021-08-10Move some UI tests to more suitable subdirsYuki Okushi-0/+40
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-27/+27
2021-07-27Remove min_tait and full_tait stderr dangling filesSantiago Pastorino-136/+0
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-6/+70
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-38/+18
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-0/+45
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-80/+80
2021-04-25Improve diagnostics for function passed when a type was expected.Hameer Abbasi-0/+9
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-32/+30
2021-03-17Rollup merge of #83092 - petrochenkov:qspan, r=estebankYuki Okushi-2/+2
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-2/+2
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-9/+103
2021-02-10resolve: Remove visibility hacks for enum variants and trait itemsVadim Petrochenkov-40/+68
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+155
2021-01-13Update tests for extern block lintingMark Rousskov-3/+3
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-0/+85
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-2/+2
2020-11-16improve error message for const ty param mismatchBastian Kauschke-44/+24
2020-10-25Merge remote-tracking branch 'upstream/master' into box-allocTim Diekmann-49/+49
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-49/+49
2020-10-07Support custom allocators in `Box`Tim Diekmann-9/+9
2020-10-06Fix tests from rebaseMatthew Jasper-13/+8
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-48/+25
2020-09-11Improve E0118 descriptionaticu-7/+9
2020-09-02pretty: trim paths of unique symbolsDan Aloni-194/+194
2020-08-22Use smaller def span for functionsAaron Hill-32/+32
2020-08-10Do not suggest similarly named enclosing itemEsteban Küber-3/+1
2020-08-05Handle fieldless tuple structs in diagnostic codeAaron Hill-0/+25
2020-06-21Prefer accessible paths in 'use' suggestionsDan Aloni-30/+6
2020-06-11Stop special casing top level TAITMatthew Jasper-20/+14
2020-05-07reword "possible candidate" import suggestionAndy Russell-6/+6
2020-04-11rustc: Add a warning count upon completionRoccoDev-3/+3
2020-04-07Do not suggest adding type param when `use` is already suggestedEsteban Küber-4/+0
2020-03-27Rollup merge of #70344 - Centril:hir-pretty, r=eddybDylan DPC-5/+5
2020-03-26wip pacify the merciless ui testsNiko Matsakis-1/+1
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-4/+6
2020-03-24rustc_typeck: remove rustc_hir_pretty usageMazdak Farrokhzad-5/+5
2020-03-24Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddybMazdak Farrokhzad-2/+2
2020-03-23Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasperMazdak Farrokhzad-229/+229
2020-03-22Use more targetted span for error labelEsteban Küber-10/+10
2020-03-22Normalize wording of privacy access labelsEsteban Küber-212/+212
2020-03-22Add span label to primary error spanEsteban Küber-12/+12
2020-03-21convert a couple more errorsmark-2/+2