about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2021-07-06Make type_implements_trait not a queryAman Arora-1/+3
2021-07-05Fix double warning about illegal floating-point literal patternFabian Wolff-168/+14
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-6/+6
2021-07-01Avoid ICE on type error recoveryEsteban Küber-0/+58
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-620/+0
2021-06-29Rollup merge of #86206 - FabianWolff:issue-86188, r=Mark-SimulacrumYuki Okushi-16/+60
2021-06-23Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3...bors-10/+0
2021-06-22Updated tests to reflect specified types in E0121Deadbeef-3/+3
2021-06-20Auto merge of #85538 - r00ster91:iterrepeat, r=Mark-Simulacrumbors-3/+1
2021-06-19Auto merge of #86460 - JohnTitor:use-static-in-pattern-err, r=oli-obkbors-19/+0
2021-06-19Refactor `PatternError` structureYuki Okushi-19/+0
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-4/+4
2021-06-16Move some typeck-related tests to the typeck dirYuki Okushi-38/+0
2021-06-16Update test stderr filesAris Merchant-10/+0
2021-06-11Fix type checking of return expressions outside fn bodiesFabian Wolff-16/+60
2021-06-05Remove `_` from E0121 diagnostic suggestionsDeadbeef-1/+1
2021-06-04Replace some std::iter::repeat with str::repeatr00ster91-3/+1
2021-05-28Auto merge of #85607 - LeSeulArtichaut:thir-unsafeck-closures, r=nikomatsakisbors-4/+47
2021-05-28Auto merge of #84968 - FabianWolff:master, r=estebankbors-3/+8
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-4/+47
2021-05-27Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebankDylan DPC-1/+4
2021-05-25show list of candidatesAliénore Bouttefeux-1/+2
2021-05-25Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakisbors-8/+8
2021-05-24Replace more "NULL" with "null"LeSeulArtichaut-1/+1
2021-05-22Make the THIR unsafeck use the `thir_body` queryLeSeulArtichaut-8/+8
2021-05-22change from review and show full type if it can be derefAliénore Bouttefeux-1/+1
2021-05-21Check for use of mutable/extern statics in THIR unsafeckLeSeulArtichaut-5/+63
2021-05-21remove generic argument insead of displaying "_"Aliénore Bouttefeux-1/+1
2021-05-20Check for raw pointer dereference in THIR unsafeckLeSeulArtichaut-3/+18
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-1/+2
2021-05-13Auto merge of #85258 - GuillaumeGomez:rollup-kzay7o5, r=GuillaumeGomezbors-5/+40
2021-05-13Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwcoGuillaume Gomez-2/+0
2021-05-13Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebankGuillaume Gomez-3/+40
2021-05-13Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obkbors-20/+0
2021-05-13fix test suiteRalf Jung-20/+0
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-6/+70
2021-05-12Don't suggest adding `'static` lifetime to argumentsAaron Hill-2/+0
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-44/+44
2021-05-11Test `-Zthir-unsafeck` for unused unsafe blocksLeSeulArtichaut-3/+26
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-3/+44
2021-05-11Auto merge of #82272 - b-naber:gat_diag, r=estebank,jackh726bors-26/+26
2021-05-11improve diagnosts for GATsb-naber-26/+26
2021-05-09remove const_fn feature gateRalf Jung-4/+2
2021-05-08Add tests.Luqman Aden-3/+40
2021-05-07Rollup merge of #84734 - tmandry:compiletest-needs-unwind, r=Mark-SimulacrumDylan DPC-0/+1
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-1/+2
2021-05-06Fix up/ignore failing ui tests on fuchsiaTyler Mandry-0/+1
2021-05-06Fix incorrect suggestions for E0605Fabian Wolff-3/+8
2021-05-03Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplettbors-1/+1
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1