summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-07-26For some reason, on my linux box, using `-Zverbose` here is causing a linker ...Felix S. Klock II-1/+1
2018-07-26Regression test for issue.Felix S. Klock II-0/+88
2018-06-28actually fix testmark-1/+1
2018-06-28fix testmark-4/+7
2018-06-28Prohibit global_allocator in submodules for nowMark Mansi-1/+9
2018-06-28Attempt to fix hygiene for global_allocatorMark Mansi-0/+37
2018-06-27use `pat_ty_adjusted` from `expr_use_visitor` to type of argumentsNiko Matsakis-0/+42
2018-06-27Don't use `ParamEnv::reveal_all()` if there is a real one availableOliver Schneider-0/+28
2018-06-20Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom...bors-0/+48
2018-06-19Suggest that values are dropped in the opposite order they are definedSantiago Pastorino-0/+48
2018-06-19Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppebors-0/+30
2018-06-19Update the error message for a missing global allocatorSimon Sapin-1/+1
2018-06-19Add a UI test for the missing allocator error messageSimon Sapin-0/+30
2018-06-19Add unit test for case that didn't seem to be covered in existing UI testsFelix S. Klock II-0/+46
2018-06-19Update the existing UI tests to reflect diagnostic changes in NLL.Felix S. Klock II-5/+38
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-103/+163
2018-06-18Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakisbors-15/+15
2018-06-18Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelixbors-8/+6
2018-06-18Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelixbors-111/+211
2018-06-17test: Ignore some problematic tests on powerpc and powerpc64*John Paul Adrian Glaubitz-8/+12
2018-06-16Auto merge of #51562 - SimonSapin:transparent, r=cramertjbors-26/+1
2018-06-14Fix typo DebrujinIndex -> DebruijnIndexFabian Drinck-15/+15
2018-06-14Add DEBUG_FORMAT for DebruijnIndexFabian Drinck-15/+15
2018-06-14Declare DebruijnIndex via newtype_index macroFabian Drinck-15/+15
2018-06-13Removed various update-reference and update-all-references scriptsChris Cesare-79/+0
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-26/+1
2018-06-11Stabilize the #[global_allocator] attributeSimon Sapin-25/+0
2018-06-10Auto merge of #51475 - GuillaumeGomez:fix-error-codes, r=Manishearthbors-4/+4
2018-06-10Fix error codesGuillaume Gomez-4/+4
2018-06-10Update testsSeiichi Uchida-6/+6
2018-06-10Include parens to type parameterSeiichi Uchida-6/+6
2018-06-09update some tests affected by some of the prior tweaksNiko Matsakis-8/+6
2018-06-09Auto merge of #51042 - matthewjasper:reenable-trivial-bounds, r=nikomatsakisbors-40/+240
2018-06-08Auto merge of #51448 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-217/+568
2018-06-08Rollup merge of #51401 - estebank:warn-repr, r=cramertjMark Rousskov-201/+316
2018-06-08Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakisMark Rousskov-2/+60
2018-06-08Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakisMark Rousskov-6/+2
2018-06-08Rollup merge of #51276 - Havvy:dyn-trait-send-send, r=nikomatsakisMark Rousskov-0/+41
2018-06-08Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebankMark Rousskov-8/+111
2018-06-08Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakisMark Rousskov-0/+38
2018-06-08Built, corrected, and run tests. Added expected stderr files.Crazycolorz5-0/+42
2018-06-08Auto merge of #51247 - pnkfelix:issue-51190-report-type-moved-from-behind-bor...bors-38/+68
2018-06-08Normalize associated types when checking global boundsMatthew Jasper-0/+40
2018-06-08Fix a typoMatthew Jasper-2/+2
2018-06-08 Test that object bounds are preferred over global where clause boundsMatthew Jasper-0/+28
2018-06-08Add tests for associated types and inconsistent boundsMatthew Jasper-0/+166
2018-06-08Reenable trivial boundsMatthew Jasper-38/+4
2018-06-08Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakiskennytm-44/+66
2018-06-08Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance...kennytm-0/+84
2018-06-07Add existential type definitonsOliver Schneider-111/+211