summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-1/+1
2017-01-26Point to immutable arg/fields when trying to use as &mutEsteban Küber-15/+17
2017-01-20Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkovAlex Crichton-1/+1
2017-01-20Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakisbors-7/+7
2017-01-18Use multiline Diagnostic for candidate in other moduleEsteban Küber-1/+1
2017-01-18Auto merge of #38168 - estebank:help-E0034, r=nrcbors-0/+269
2017-01-17Teach Diagnostics to highlight textEsteban Küber-7/+7
2017-01-16Auto merge of #38806 - comex:lint-attr-fix, r=nrcbors-12/+12
2017-01-15Auto merge of #39040 - estebank:relevant-impl-multiline, r=nikomatsakisbors-4/+4
2017-01-14Merge branch 'master' into lint-attr-fixcomex-9/+113
2017-01-13Use multiline Diagnostic for "relevant impl" listEsteban Küber-4/+4
2017-01-12E0034: provide disambiguated syntax for candidatesEsteban Küber-0/+269
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-3/+3
2017-01-11Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakisbors-6/+6
2017-01-10Rollup merge of #38606 - estebank:test-for-27522, r=petrochenkovSeo Sanghyeon-0/+30
2017-01-07Teach diagnostics to have correctly padded listsEsteban Küber-6/+6
2017-01-06Fix test/ui/span/issue-24690.stderrcomex-12/+12
2017-01-04Add test for correct span for typeEsteban Küber-0/+30
2017-01-04typeck::coherence::builtin - sort impls in the DefId orderAriel Ben-Yehuda-21/+21
2017-01-04simplify Copy implementation error reportingAriel Ben-Yehuda-0/+74
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-8/+8
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-7/+14
2016-12-20Update ui test stderrGuillaume Gomez-2/+5
2016-12-20improve suggestions output and add ui testGuillaume Gomez-0/+99
2016-12-06Auto merge of #38121 - jonathandturner:better_e0061, r=nikomatsakisbors-6/+2
2016-12-03Rollup merge of #38065 - estebank:fix-37618, r=jonathandturnerCorey Farwell-3/+3
2016-12-01Point arg num mismatch errors back to their definitionJonathan Turner-6/+2
2016-11-29Auto merge of #37863 - mikhail-m1:mut_error, r=nikomatsakisbors-0/+640
2016-11-29Auto merge of #37369 - estebank:multiline-span, r=nikomatsakisbors-18/+107
2016-11-28Show `Trait` instead of `<Struct as Trait>` in E0323Esteban Küber-3/+3
2016-11-29add hint to fix error for immutable ref in argMikhail Modin-0/+640
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-1/+1
2016-11-23review commentsEsteban Küber-5/+4
2016-11-22Show multiline spans in full if short enoughEsteban Küber-18/+108
2016-11-12Auto merge of #37554 - mikhail-m1:dnlle, r=jonathandturnerbors-6/+108
2016-11-11Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturnerbors-0/+21
2016-11-09Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiynEduard-Mihai Burtescu-0/+33
2016-11-09Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats...Eduard-Mihai Burtescu-0/+315
2016-11-08Group unused import warnings per path listEsteban Küber-0/+21
2016-11-08Point to type argument span when used as traitEsteban Küber-0/+33
2016-11-09Improve "Doesn't live long enough" errorMikhail Modin-6/+108
2016-11-05Include type of missing trait methods in errorEsteban Küber-0/+315
2016-11-01Improve "Doesn't live long enough" errorMikhail Modin-6/+690
2016-10-31Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikom...bors-0/+54
2016-10-26deduplicate one-time diagnostics on lint ID as well as span and messageZack M. Davis-0/+54
2016-10-20improve "Doesn't live long enough" errorMikhail Modin-0/+1782
2016-10-06Better underline for E0057,E0060,E0061Andrea Corradi-0/+34
2016-09-30Update E0220 error formatJesus Garlea-1/+1
2016-09-26Update E0425, E0446, E0449Jonathan Turner-0/+33
2016-09-16fix top level attr spansMikhail Modin-0/+32