about summary refs log tree commit diff
path: root/src/test/ui/span
AgeCommit message (Expand)AuthorLines
2017-07-25Point at path segment on module not foundEsteban Küber-0/+21
2017-07-20Use the macro structure spans instead of the invocationEsteban Küber-0/+30
2017-07-17Change some helps to suggestionsOliver Schneider-2/+2
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-10/+10
2017-07-07Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakisbors-42/+40
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-1/+1
2017-07-06Add extra whitespace for suggestionsEsteban Küber-0/+4
2017-07-06Make suggestion include the line numberEsteban Küber-2/+2
2017-07-06remove associated_consts feature gateSean McArthur-42/+40
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-2/+2
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-78/+78
2017-06-26make lint on-by-default/implied-by messages appear only onceZack M. Davis-4/+2
2017-06-12Add E0608Guillaume Gomez-1/+1
2017-06-05Auto merge of #42383 - estebank:candidate-newline, r=arielb1bors-6/+8
2017-06-04Separate suggestion in a `help` and a `note`Esteban Küber-2/+4
2017-06-02Use multiline note for trait suggestionEsteban Küber-4/+4
2017-06-01Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakisbors-8/+3
2017-05-31Use callsite's span for macro calls on suggestionEsteban Küber-0/+19
2017-06-01tests: fix fallout from changing the span of binop errors.Eduard-Mihai Burtescu-8/+3
2017-05-30Add new error codeGuillaume Gomez-1/+1
2017-05-27Add new error codes and update testsGuillaume Gomez-95/+95
2017-05-24Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu...Mark Simulacrum-78/+78
2017-05-24Change error count messagesMichael Kohl-78/+78
2017-05-17Add better error message when == operator is badly usedGuillaume Gomez-2/+2
2017-05-10Example usage of multiple suggestionsOliver Schneider-2/+2
2017-05-05Move logic to `is_representable` instead of climbing HIREsteban Küber-22/+21
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