about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2017-01-06Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakisbors-2/+2
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
2017-01-03Improve error message, fix and add tests.Andrew Cann-2/+2
2016-12-30Further and hopefully final Windows fixesSimonas Kazlauskas-1/+1
2016-12-29Rollup merge of #38559 - japaric:ptx2, r=alexcrichtonAlex Crichton-1/+1
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-8/+8
2016-12-26fix ui testJorge Aparicio-1/+1
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-257/+299
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-0/+1953
2016-12-21Disable field reorderingAustin Hicks-29/+32
2016-12-21Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakisbors-0/+102
2016-12-20Rollup merge of #38245 - estebank:cast-deref-hint-2, r=nikomatsakisAlex Crichton-0/+322
2016-12-20Update ui test stderrGuillaume Gomez-2/+5
2016-12-20improve suggestions output and add ui testGuillaume Gomez-0/+99
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-14When cast needs a dereference point at full castEsteban Küber-0/+322
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