about summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2017-05-04Only point at the fields that cause infinite sizeEsteban Küber-9/+6
2017-05-04Point at fields that make the type recursiveEsteban Küber-0/+67
2017-05-02Auto merge of #40851 - oli-obk:multisugg, r=jonathandturnerbors-8/+4
2017-04-25Point at variable moved by closureEsteban Küber-16/+35
2017-04-25Rebase and address commentsOliver Schneider-1/+1
2017-04-25Address PR commentsOliver Schneider-3/+4
2017-04-25Simplify a suggestion for str additionOliver Schneider-3/+1
2017-04-25Update affected testsOliver Schneider-7/+4
2017-04-21Rollup merge of #41435 - estebank:issue-33884, r=nikomatsakisCorey Farwell-0/+39
2017-04-21Rollup merge of #37658 - GuillaumeGomez:ref_suggestion, r=nikomatsakis,eddybCorey Farwell-10/+5
2017-04-21Update ui testGuillaume Gomez-10/+5
2017-04-20Reduce visual clutter of multiline start when possibleEsteban Küber-50/+34
2017-04-20Add test for issue 33884Esteban Küber-0/+39
2017-04-20Rollup merge of #41214 - estebank:less-multiline, r=petrochenkovCorey Farwell-0/+63
2017-04-12Add a way to get shorter spans until `char` for pointing at defsEsteban Küber-0/+63
2017-04-10Auto merge of #40565 - estebank:binops-help, r=arielb1bors-5/+1
2017-04-10Explicit help message for binop type missmatchEsteban Küber-5/+1
2017-04-09Auto merge of #41136 - estebank:multiline, r=jonathandturnerbors-10/+13
2017-04-09Always show end line of multiline annotationsEsteban Küber-10/+13
2017-04-07Merge branch 'master' into ty-placeholderEsteban Küber-3/+3
2017-04-02Introduce `TyErr` independent from `TyInfer`Esteban Küber-0/+69
2017-03-27borrowck: consolidate `mut` suggestionsAriel Ben-Yehuda-6/+9
2017-03-20Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkovCorey Farwell-9/+7
2017-03-19Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors-2/+2
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