about summary refs log tree commit diff
path: root/tests/ui/extern
AgeCommit message (Expand)AuthorLines
2025-01-23tests: use `needs-threads` instead of `ignore-emscripten`许杰友 Jieyou Xu (Joe)-2/+2
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-1/+1
2025-01-21remove support for the #[start] attributeRalf Jung-4/+2
2025-01-07Update tests.Mara Bos-10/+11
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+3
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-4/+4
2024-12-12Tweak multispan renderingEsteban Küber-2/+1
2024-12-09Revert #131669 due to ICEs许杰友 Jieyou Xu (Joe)-4/+0
2024-12-06lint: rework some ImproperCTypes messages (especially around indirections to ...niacdoial-0/+4
2024-12-02Allow fn pointers comparisons lint in UI testsUrgau-0/+3
2024-11-30bless tests for changed library pathRalf Jung-3/+3
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-11/+0
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-7/+6
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-3/+3
2024-10-11Note what qualifierMichael Goulet-3/+3
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