about summary refs log tree commit diff
path: root/src/test/ui/dropck
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1663/+0
2023-01-04Move testsCaio-0/+30
2023-01-01reduce spans for `unsafe impl` errorsLukas Markeffsky-14/+4
2022-12-17docs: add long error explanation for error E0320Ezra Shaw-0/+3
2022-11-05Move some tests to more reasonable directoriesCaio-0/+29
2022-10-28Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillotMatthias Krüger-0/+12
2022-10-20Add fix suggestions for E0199, E0200, and E0569Nicolas Barrios-0/+12
2022-10-20Move some tests for more reasonable placesCaio-0/+77
2022-08-16Do not allow Drop impl on foreign fundamental typesMichael Goulet-6/+5
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2022-07-19feat: omit suffixes in const generics (e.g. `1_i32`)Artur Sinila-1/+1
2022-07-04fully move dropck to mirlcnr-31/+4
2022-07-01Shorten def_span for more items.Camille GILLOT-33/+25
2022-05-20update error messagelcnr-7/+7
2022-05-20rewrite `ensure_drop_params_and_item_params_correspond`lcnr-40/+30
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-2/+3
2022-02-12Bless nll tests.Camille GILLOT-3/+2
2021-11-18Move some tests to more reasonable directoriesCaio-0/+39
2021-11-12oops...Ellen-0/+30
2021-11-10no overlap errors after failing the orphan checklcnr-6/+6
2021-11-06Move some tests to more reasonable directoriesCaio-0/+46
2021-10-13Remove textual span from diagnostic stringOli Scherer-3/+3
2021-09-25Use larger span for adjustments on method callsAaron Hill-2/+2
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+103
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-1/+1
2020-12-26update testsBastian Kauschke-33/+31
2020-11-12check `Drop` specialization of const paramsBastian Kauschke-28/+61
2020-11-12move dropck tests from ui -> ui/dropckBastian Kauschke-0/+255
2020-10-16stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'Ralf Jung-3/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-6/+6
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-7/+7
2020-01-03clarify that `Drop` can be implemented for enums and unions tooAndy Russell-5/+16
2019-12-05Add regression testsTommaso Bianchi-0/+88
2019-10-28Talk about specific types and remove lifetimes from outputEsteban Küber-1/+1
2019-10-28Use more targeted spans for orphan rule errorsEsteban Küber-2/+4
2019-10-28Call out the types that are non local on E0117Esteban Küber-1/+1
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-78/+0
2019-09-17Update expectations of test ui/dropck/dropck_trait_cycle_checked.rs for Poloniuslqd-4/+8
2019-08-16rustc_mir: use the right type for associated const literals.Eduard-Mihai Burtescu-5/+5
2019-07-22Bless output of test dropck/dropck_trait_cycle_checked.rs for Poloniuslqd-0/+74
2019-07-07Raise the default recursion limit to 128Simonas Kazlauskas-7/+7
2019-05-29Update ui test suite to use dynmemoryruins-20/+20
2019-04-22update tests for migrate mode by defaultMatthew Jasper-567/+329
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-4/+1
2019-03-11Update NLL testsVadim Petrochenkov-10/+10
2019-03-11Update testsVadim Petrochenkov-15/+15
2019-01-08Improve the wordingYuki Okushi-1/+1
2018-12-25Remove licensesMark Rousskov-131/+31
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-05Use `// revisions` in the dropck-eyepatch tests instead of relying on compare...Felix S. Klock II-51/+60