about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2021-02-09Auto merge of #81384 - tmiasko:partial-ord, r=petrochenkovbors-45/+1
2021-02-09Fixing bad suggestion for `_` in `const` type when a function #81885Kevin Per-4/+26
2021-02-09Rollup merge of #80732 - spastorino:trait-inheritance-self2, r=nikomatsakisDylan DPC-27/+22
2021-02-09./x.py test --blessTomasz Miąsko-45/+1
2021-02-08Rollup merge of #81828 - davidhewitt:capture-raw-format-strings, r=estebankMara Bos-2/+2
2021-02-07Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisabors-33/+0
2021-02-07Auto merge of #79078 - petrochenkov:derattr, r=Aaron1011bors-43/+27
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-43/+27
2021-02-07Rollup merge of #81843 - bstrie:issue-29821, r=lcnrGuillaume Gomez-0/+19
2021-02-07Auto merge of #81462 - osa1:issue75158, r=Mark-Simulacrumbors-69/+0
2021-02-06Auto merge of #78052 - da-x:path-trimming-type-aliases, r=davidtwcobors-30/+30
2021-02-06Add regression test for #29821bstrie-0/+19
2021-02-06Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnrJonas Schievink-2/+2
2021-02-06parse_format: treat r" as a literalDavid Hewitt-2/+2
2021-02-06path trimming: ignore type aliasesDan Aloni-30/+30
2021-02-05Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma...Santiago Pastorino-27/+22
2021-02-05Move type size check tests to new dir ui/limitsÖmer Sinan Ağacan-89/+0
2021-02-05Add test for #75158Ömer Sinan Ağacan-0/+20
2021-02-04typeck: Emit structured suggestions for tuple struct syntaxCamelid-2/+2
2021-02-03Miscellaneous small diagnostics cleanupCamelid-2/+2
2021-02-02Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...Jack Huey-0/+2
2021-02-02Update ui tests (nll)Jesus Rubio-0/+2
2021-02-02Rollup merge of #81481 - lcnr:cast-tests, r=jackh726Jonas Schievink-17/+0
2021-01-31Move some tests to more reasonable directoriesCaio-1355/+0
2021-01-28Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakisbors-1/+2
2021-01-28move a bunch of testsBastian Kauschke-17/+0
2021-01-28Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebankbors-35/+35
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-35/+35
2021-01-26Point only at generic arguments when they are unexpectedEsteban Küber-2/+2
2021-01-23Move SIMD testsCaleb Zulawski-60/+0
2021-01-23Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve...Caleb Zulawski-2/+29
2021-01-23Adjust wording of a diagnosticoli-1/+1
2021-01-23Permit mutable references in all const contextsoli-3/+3
2021-01-23Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkovbors-6/+9
2021-01-22add and update testsb-naber-6/+9
2021-01-21Account for labels when suggesting `loop` instead of `while true`Esteban Küber-7/+7
2021-01-16Move some tests to more reasonable directories - 2Caio-4166/+0
2021-01-15Make hitting the recursion limit in projection non-fatalMatthew Jasper-1/+2
2021-01-14Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebankMara Bos-0/+14
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-0/+2
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-28/+102
2021-01-13Update code to account for extern ABI requirementMark Rousskov-10/+10
2021-01-13Update tests for extern block lintingMark Rousskov-84/+79
2021-01-12Include `..` suggestion if fields are all wildcardsCamelid-0/+4
2021-01-12Always show suggestions in their own subwindowsCamelid-8/+12
2021-01-12Only suggest `..` if more than one field is missingCamelid-20/+8
2021-01-12Specialize `..` help message for all fields vs. the restCamelid-2/+2
2021-01-12Suggest `_` and `..` if a pattern has too few fieldsCamelid-0/+18
2021-01-12Provide more information for HRTB lifetime errors involving closuresEsteban Küber-2/+5
2021-01-12Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebankYuki Okushi-5/+4