about summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2017-03-17Rollup merge of #40433 - mattico:test-issue-29595, r=estebankCorey Farwell-0/+29
2017-03-15Stabilize pub(restricted)Taylor Cramer-9/+7
2017-03-14Liberalize attributes.Jeffrey Seyfried-2/+2
2017-03-13Add test for issue #29595Matt Ickstadt-0/+29
2017-03-10Rollup merge of #40287 - estebank:label-overlap, r=nrcAlex Crichton-0/+27
2017-03-10Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelixAlex Crichton-0/+27
2017-03-10Fix incorrect span label formattingEsteban Küber-0/+27
2017-03-10Point to enclosing block/fn on nested unsafeEsteban Küber-0/+182
2017-03-06Clean up "pattern doesn't bind x" messagesEsteban Küber-0/+64
2017-02-28walk the bodies "in order" by traversing the crateNiko Matsakis-8/+8
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-9/+9
2017-02-25Fix suggestion span error with a line containing non-ASCIIssinkuu-0/+27
2017-02-09change span_notes to notes in E0368/E0369Alex Burka-10/+2
2017-02-04note wording: lint implied by lint group, not lint group implies lintZack M. Davis-3/+3
2017-02-04note individual lint name set via lint group attribute in notesZack M. Davis-1/+7
2017-02-02Auto merge of #39384 - wesleywiser:fix_fixmes, r=alexcrichtonbors-18/+16
2017-02-02Auto merge of #39116 - mgattozzi:better-string-message, r=nrcbors-0/+51
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-18/+16
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-1/+1
2017-01-28Add clearer error message using `&str + &str`Michael Gattozzi-0/+51
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