about summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-1/+16
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-31/+32
2021-09-28Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillotGuillaume Gomez-7/+7
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-19/+16
2021-09-25Fix incorrect disambiguation suggestion for associated itemsFabian Wolff-7/+7
2021-09-25Use larger span for adjustments on method callsAaron Hill-31/+32
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-4/+10
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-7/+7
2021-08-11Modify structured suggestion outputEsteban Küber-39/+39
2021-08-09Use smaller spans when suggesting method call disambiguationEsteban Kuber-4/+5
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-07-30Use multispan suggestions more oftenEsteban Küber-4/+6
2021-07-26Actually infer args in visitorskadmin-2/+26
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-3/+6
2021-06-20Specify if struct/enum in arg mismatch errorSmitty-2/+2
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-9/+78
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-6/+6
2021-02-17Rollup merge of #81860 - osa1:issue81800, r=estebankDylan DPC-0/+21
2021-02-07Fix SourceMap::start_pointÖmer Sinan Ağacan-0/+21
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-35/+7
2021-02-06path trimming: ignore type aliasesDan Aloni-1/+1
2021-01-26Point only at generic arguments when they are unexpectedEsteban Küber-9/+18
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-2/+2
2020-11-22Drop support for cloudabi targetsLzu Tao-3/+1
2020-11-19expand: Stop derive expansion un unexpected targets earlyVadim Petrochenkov-28/+1
2020-11-19resolve: Centralize some error reporting for unexpected macro resolutionsVadim Petrochenkov-4/+4
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-21/+39
2020-09-28pretty.rs: Update Closure and Generator printAman Arora-1/+1
2020-09-08Update testsGuillaume Gomez-1/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-43/+43
2020-06-27Fix wording for anonymous parameter name helpJames Box-2/+2
2020-06-20update testsChristian Poveda-1/+3
2020-06-10review comments: only suggest one substitutionEsteban Küber-15/+3
2020-06-10On recursive ADT, provide indirection structured suggestionEsteban Küber-12/+33
2020-06-04resolve: Sort E0408 errors by Symbol strTom Eccles-10/+10
2020-05-07reword "possible candidate" import suggestionAndy Russell-1/+1
2020-04-29Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelixDylan DPC-3/+18
2020-04-28Suggest `;` or assignment to drop borrows in tail exprsEsteban Küber-3/+18
2020-04-23Moving more build-pass tests to check-passVal Markovic-2/+2
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-10/+10
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+8
2020-03-24fix rebase falloutMazdak Farrokhzad-0/+2
2020-03-23Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy...Mazdak Farrokhzad-1/+1
2020-03-23Reword unused variable warningAlex Tokarev-1/+1
2020-03-22Increase verbosity when suggesting subtle code changesEsteban Küber-4/+5
2020-03-18Properly handle Spans that reference imported SourceFilesAaron Hill-0/+44
2020-03-12update testsMark Mansi-1/+1
2020-02-20Rollup merge of #68877 - estebank:point-at-params, r=petrochenkovMazdak Farrokhzad-20/+32
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-4/+0