about summary refs log tree commit diff
path: root/tests/ui/extern
AgeCommit message (Expand)AuthorLines
2023-12-12reject projecting to fields whose offset we cannot computeRalf Jung-0/+30
2023-12-12codegen: panic when trying to compute size/align of extern typeRalf Jung-1/+8
2023-12-10remove redundant importssurechen-2/+0
2023-12-09merge core_panic feature into panic_internalsRalf Jung-1/+1
2023-12-07Rollup merge of #116420 - bvanjoi:fix-116203, r=NilstriebMatthias Krüger-0/+67
2023-11-24Show number in error message even for one errorNilstrieb-13/+13
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-3/+1
2023-11-15discard invalid spans in external blocksbohan-0/+67
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-3/+3
2023-10-28Remove asmjs from testsJubilee Young-3/+1
2023-09-25Gate and validate #[rustc_safe_intrinsic]León Orell Valerian Liehr-1/+1
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-2/+2
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-3/+0
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+3
2023-08-07stabilize abi_thiscallBenedikt Radtke-2/+0
2023-06-22Tweak privacy errors to account for reachable itemsEsteban Küber-0/+8
2023-06-12Fix debug ICE for extern type with where clauses许杰友 Jieyou Xu (Joe)-0/+57
2023-05-24Move testsCaio-0/+16
2023-05-09tidy check to find misc files in ui tests, and clean up the resultsasquared31415-1/+0
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1541