summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2016-12-30Disable field reorderingAustin Hicks-29/+32
2016-12-18Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddybbors-32/+29
2016-12-16Allow path fragments to be parsed as type parameter bounds in macro expansionKalita Alexey-0/+30
2016-12-14Fix -Z print-type-sizes and tests.Austin Hicks-32/+29
2016-12-12Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakisbors-2/+27
2016-12-09Add UI test for missing type parameterKeith Yeung-0/+25
2016-12-06Auto merge of #38121 - jonathandturner:better_e0061, r=nikomatsakisbors-6/+2
2016-12-03Update error expectationsKeith Yeung-2/+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-12-02limit the length of types in monomorphizationAriel Ben-Yehuda-0/+43
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-36/+152
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-24Tests of `-Z print-type-sizes` functionality.Felix S. Klock II-0/+442
2016-11-23review commentsEsteban Küber-8/+7
2016-11-22Show multiline spans in full if short enoughEsteban Küber-36/+153
2016-11-14Auto merge of #37771 - alexcrichton:fix-nightlies, r=brsonbors-0/+52
2016-11-14test: Move missing-items to a ui testAlex Crichton-0/+52
2016-11-12Auto merge of #37531 - estebank:fix-ref-mut-mut, r=jonathandturnerbors-0/+142
2016-11-12Auto merge of #37554 - mikhail-m1:dnlle, r=jonathandturnerbors-8/+110
2016-11-12Rollup merge of #37695 - estebank:unescaped-curly, r=alexcrichtonEduard-Mihai Burtescu-0/+36
2016-11-12Rollup merge of #37613 - DanielKeep:eww-you-got-printf-in-your-format, r=alex...Eduard-Mihai Burtescu-0/+72
2016-11-12Rollup merge of #37481 - estebank:lifetime-help-removal-for-impl, r=eddybEduard-Mihai Burtescu-0/+50
2016-11-11On fmt string with unescaped `{` note how to escapeEsteban Küber-0/+36
2016-11-11Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturnerbors-0/+21
2016-11-11Add foreign formatting directive detection.Daniel Keep-0/+72
2016-11-10Don't hint to add lifetime on trait implEsteban Küber-0/+50
2016-11-09Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiynEduard-Mihai Burtescu-1/+34
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-1/+34
2016-11-09Improve "Doesn't live long enough" errorMikhail Modin-8/+110
2016-11-05Include type of missing trait methods in errorEsteban Küber-0/+315
2016-11-04Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelixbors-2/+440
2016-11-03Fix invalid "ref mut mut" sugestionEsteban Küber-0/+142
2016-11-01move compile-fail tests to ui testsNiko Matsakis-7/+313
2016-11-01update ref fileNiko Matsakis-8/+0
2016-11-01compare-method lintNiko Matsakis-9/+36
2016-11-01cleanup error reporting and add `ui` testsNiko Matsakis-2/+115
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-26un-break the `construct_witness` logicAriel Ben-Yehuda-0/+103
2016-10-20improve "Doesn't live long enough" errorMikhail Modin-36/+1818
2016-10-17Moved new dropck-eyepatch compile-fail tests to the `ui/` subtree.Felix S. Klock II-0/+470
2016-10-06Better underline for E0057,E0060,E0061Andrea Corradi-0/+34
2016-10-04Rollup merge of #36798 - gavinb:fix/36164, r=GuillaumeGomezManish Goregaokar-6/+58