summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2021-06-19Revert "Allow specifying alignment for functions"Mark Rousskov-8/+14
2021-06-05Remove `_` from E0121 diagnostic suggestionsDeadbeef-1/+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
2021-05-03Rollup merge of #84818 - ABouttefeux:enum-suggest, r=jackh726Dylan DPC-3/+12
2021-05-03Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnrDylan DPC-0/+5
2021-05-02add suggestion for unit enum variant when matched with a paternAliénore Bouttefeux-3/+12
2021-05-01Closure capture borrow diagnostics for disjoint capturesChris Pardy-5/+5
2021-05-01Add help message for unused type paramkadmin-0/+5
2021-04-23Tweak suggestion outputEsteban Küber-0/+15
2021-04-19fix suggestion for unsized function parameterslcnr-12/+11
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-3/+1
2021-04-15elision of generic argument in E0599 if the methode has not been found anywhe...Aliénore Bouttefeux-1/+3
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...Manish Goregaokar-8/+8
2021-04-12Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkorDylan DPC-13/+37
2021-04-09Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrumbors-0/+1
2021-04-09reduce threads spawned by ui-testsThe8472-0/+1
2021-04-08Suggest return typeEsteban Küber-2/+8
2021-04-08Suggest changing impl parameter types to match traitEsteban Küber-7/+25