about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2017-04-20Rollup merge of #41214 - estebank:less-multiline, r=petrochenkovCorey Farwell-1/+64
2017-04-18change note for patternsCengiz Can-1/+1
2017-04-18fixes #40013Cengiz Can-5/+72
2017-04-17Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkovbors-5/+85
2017-04-17libsyntax/parse: improve associated item error reportingAriel Ben-Yehuda-5/+85
2017-04-12Rollup merge of #41205 - estebank:shorter-mismatched-types-2, r=nikomatsakisTim Neumann-5/+136
2017-04-12Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1Tim Neumann-0/+26
2017-04-12Add a way to get shorter spans until `char` for pointing at defsEsteban Küber-1/+64
2017-04-11Highlight and simplify mismatched typesEsteban Küber-5/+136
2017-04-11UI test for -Z print-fuel=fooAustin Hicks-0/+22
2017-04-11Initial attempt at implementing optimization fuel and re-enabling struct fiel...Austin Hicks-32/+29
2017-04-11Auto merge of #41174 - estebank:issue-41155, r=nikomatsakisbors-0/+23
2017-04-10Auto merge of #40565 - estebank:binops-help, r=arielb1bors-5/+204
2017-04-10Explicit help message for binop type missmatchEsteban Küber-5/+204
2017-04-10Point at only one char on `Span::next_point`Esteban Küber-0/+23
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-7/+363
2017-04-06Rollup merge of #41108 - arielb1:tuple-blame, r=estebankCorey Farwell-1/+13
2017-04-06don't try to blame tuple fields for immutabilityAriel Ben-Yehuda-1/+13
2017-04-05Rollup merge of #41052 - topecongiro:overlapping_inherent_impls, r=estebankAriel Ben-Yehuda-0/+101
2017-04-05Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomezAriel Ben-Yehuda-0/+29
2017-04-05Use proper span for tuple index parsed as floatEsteban Küber-0/+26
2017-04-05Rollup merge of #41062 - estebank:private-field, r=arielb1Corey Farwell-0/+37
2017-04-04Do not recommend private fields called as methodEsteban Küber-0/+37
2017-04-04Merge branch 'master' into issue-32540Esteban Küber-22/+1761
2017-04-04Move 'coherence-overlapping-inherent-impl-trait' test to uitopecongiro-0/+26
2017-04-04Move 'overlapping_inherent_impls' test to uitopecongiro-0/+75
2017-04-03Merge branch 'master' into issue-40006Esteban Küber-22/+1761
2017-04-02Introduce `TyErr` independent from `TyInfer`Esteban Küber-0/+69
2017-03-30update UI testNiko Matsakis-4/+0
2017-03-30cherry-pick over the tests I wrote for the reachability codeNiko Matsakis-0/+1023
2017-03-30rework how we handle the type of loopsNiko Matsakis-0/+33
2017-03-30Auto merge of #40597 - jseyfried:improve_span_expn_info, r=jseyfriedbors-4/+1
2017-03-29Rollup merge of #40816 - estebank:issue-38321, r=nikomatsakisCorey Farwell-0/+338
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-4/+1
2017-03-28Simplify labels and move tests to uiEsteban Küber-0/+338
2017-03-27Fix unittestsEsteban Küber-1/+5
2017-03-27Simplify error outputEsteban Küber-7/+3
2017-03-27fix handling of `self`Ariel Ben-Yehuda-9/+102
2017-03-27borrowck: consolidate `mut` suggestionsAriel Ben-Yehuda-15/+119
2017-03-25Improve wording and spans for unexpected tokenEsteban Küber-7/+173
2017-03-24Point at last valid token on failed `expect_one_of`Esteban Küber-3/+10
2017-03-24Identify missing item category in `impl`sEsteban Küber-0/+33
2017-03-22Add diagnostic for incorrect `pub (restriction)`Esteban Küber-0/+155
2017-03-20Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkovCorey Farwell-29/+23
2017-03-19Rollup merge of #40445 - estebank:issue-18150, r=jonathandturnerCorey Farwell-1/+3
2017-03-19Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors-2/+2
2017-03-17Rollup merge of #40500 - estebank:turbofish-help, r=pnkfelixCorey Farwell-0/+57
2017-03-17Rollup merge of #40433 - mattico:test-issue-29595, r=estebankCorey Farwell-0/+29