about summary refs log tree commit diff
path: root/tests/ui/extern
AgeCommit message (Expand)AuthorLines
2025-07-19tests: Require `run-fail` ui tests to have an exit code (`SIGABRT` not ok)Martin Nordholts-1/+1
2025-07-16trait_sel: `MetaSized` always holds temporarilyDavid Wood-126/+5
2025-07-10Rework borrowing suggestions to use `Expr` instead of just `Span`Esteban Küber-4/+4
2025-07-01Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomezbors-5/+1
2025-07-01Fix duplicate help on export_name and othersJonathan Brouwer-5/+1
2025-06-30Don't look at static items' HIR for wfcheckOli Scherer-2/+2
2025-06-28Port `#[link_name]` to the new attribute parsing infrastructureJonathan Brouwer-25/+8
2025-06-16trait_sel: skip elaboration of sizedness supertraitDavid Wood-2/+30
2025-06-16tests: bless remaining testsDavid Wood-6/+59
2025-06-16tests: `PointeeSized` bounds with extern typesDavid Wood-39/+82
2025-06-13Unimplement unsized_localsmejrs-0/+31
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-1/+1
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-1/+1
2025-06-02Use the informative error as the main const eval error messageOli Scherer-3/+3
2025-05-21Avoid creating an empty identifer in `Symbol::to_ident_string`.Nicholas Nethercote-0/+18
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-6/+6
2025-04-06update/bless testsBennet Bleßmann-30/+0
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