summary refs log tree commit diff
path: root/tests/ui/extern
AgeCommit message (Expand)AuthorLines
2024-09-20TL note: current means targetJubilee Young-3/+3
2024-09-19Keep object-size-dependent tests failingJubilee Young-27/+9
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-6/+6
2024-08-16Use FnSig instead of raw FnDecl for ForeignItemKind::FnMichael Goulet-1/+1
2024-08-06Add a special case for CStr/CString in the improper_ctypes lintFlying-Toast-6/+6
2024-08-02Bless testsbjorn3-3/+3
2024-07-17Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmeaseMatthias Krüger-1/+1
2024-07-14Use ordinal number in argument errorlong-long-float-1/+1
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-3/+5
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-1/+1
2024-04-17Remove libc from rust_get_test_int usesBen Kimock-4/+1
2024-04-15Use the rustc_private libc less in testsBen Kimock-7/+7
2024-04-04Fix diagnostic for qualifier in extern blockArthur Carcano-7/+2
2024-03-24add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directiveMatthias Krüger-8/+11
2024-03-24add test for str as extern "C" arg causes compiler panic #80125Matthias Krüger-0/+50
2024-03-24add test for #52334Matthias Krüger-0/+35
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-4/+1
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-2/+10
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-104/+104
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-2/+12
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+12
2024-02-13Move testsCaio-0/+64
2024-02-09Move some testsCaio-0/+119
2024-02-07Update testsr0cky-1/+11
2024-02-01review comment: change wordingEsteban Küber-4/+4
2024-02-01On E0277 be clearer about implicit `Sized` bounds on type params and assoc typesEsteban Küber-8/+8
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-3/+3
2024-01-21exclude unexported macro bindings from extern cratebohan-1/+47
2024-01-13Bless testsGeorge-lewis-0/+1
2024-01-06Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472Matthias Krüger-1/+1
2024-01-05Stabilize THIR unsafeckMatthew Jasper-2/+2
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-15/+1
2023-12-12also test projecting to some sized fields at non-zero offset in structs with ...Ralf Jung-3/+9
2023-12-12test that both size_of_val and align_of_val panicRalf Jung-6/+16
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