about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-06-16Auto merge of #51562 - SimonSapin:transparent, r=cramertjbors-26/+1
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-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-07Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov"Pietro Albini-44/+66
2018-06-06Do not account for inner/outer attrEsteban Küber-2/+2
2018-06-06Use consistent span for repr attr suggestionEsteban Küber-4/+4
2018-06-06Change repr documentation linkEsteban Küber-8/+8
2018-06-06Add `transparent` as valid `repr` hintEsteban Küber-8/+8
2018-06-06Turn warning into lintEsteban Küber-214/+227
2018-06-06Update the expected error output to reflect changes in this PR.Felix S. Klock II-38/+63
2018-06-06Drive-by: Make assignment conflict tests in borrowck-vec-pattern-nesting.rs r...Felix S. Klock II-0/+5
2018-06-06It turns out that the diagnostics generated from NLL for these cases are now ...Felix S. Klock II-45/+0
2018-06-06Expand output and suggestions, fix testsEsteban Küber-142/+244
2018-06-06fix stderrsdylan_DPC-2/+2
2018-06-06Auto merge of #51201 - estebank:dotdot, r=petrochenkovbors-8/+33
2018-06-05Rebase falloutOliver Schneider-3/+12
2018-06-05Satisfy the untiring tidyOliver Schneider-2/+2
2018-06-05Properly report transitive errorsOliver Schneider-9/+205
2018-06-05Referring to erroneous constants in promoteds must abort the buildOliver Schneider-31/+277
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-90/+77
2018-06-05Account for comma in suggestionEsteban Küber-2/+2
2018-06-05Improve diagnostics for incorrect `..` usageEsteban Küber-3/+35
2018-06-05Accept `..` in incorrect position to avoid further errorsEsteban Küber-8/+1
2018-06-05Rollup merge of #51343 - glaubitz:sparc64-tests, r=shepmasterMark Simulacrum-8/+11
2018-06-05Rollup merge of #51308 - fanzier:const-prop-array-bounds-check, r=oli-obkMark Simulacrum-10/+21
2018-06-05Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavusbors-0/+24
2018-06-05Fix tidyFabian Zaiser-1/+1
2018-06-05Propagate uses of constants correctly so that array index checks workFabian Zaiser-10/+21