about summary refs log tree commit diff
path: root/tests/ui/extern
AgeCommit message (Expand)AuthorLines
2025-03-20Use def_path_str for def id arg in UnsupportedOpInfoMichael Goulet-1/+1
2025-03-03Tweak error code for sized checks of const/staticMichael Goulet-0/+1
2025-02-23Auto merge of #137225 - RalfJung:vectorcall, r=nnethercotebors-0/+1
2025-02-21More sophisticated span trimmingMichael Goulet-3/+2
2025-02-20vectorcall ABI: error if sse2 is not availableRalf Jung-0/+1
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-2/+2
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-6/+4
2025-02-11Auto merge of #136845 - matthiaskrgr:rollup-ol4np4z, r=matthiaskrgrbors-0/+14
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-18/+27
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-0/+14
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