about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-11-29Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakisbors-74/+187
2020-11-29Auto merge of #79523 - Nadrieril:fix-usize-ranges, r=varkorbors-2/+8
2020-11-29Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514bors-486/+421
2020-11-29Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obkbors-71/+215
2020-11-29Update tests to remove old numeric constantsbstrie-486/+421
2020-11-29Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-sebors-9/+68
2020-11-29Rollup merge of #79514 - Julian-Wollersberger:order-dependent-bounds, r=Mark-...Dylan DPC-0/+47
2020-11-29Rollup merge of #79395 - Havvy:test-move-if, r=Mark-SimulacrumDylan DPC-0/+0
2020-11-28Auto merge of #79511 - cjgillot:fitem-2, r=lcnrbors-0/+12
2020-11-28Correctly detect `usize`/`isize` range overlapsNadrieril-2/+8
2020-11-28Add test for issue #54121:Julian Wollersberger-0/+47
2020-11-28Do not visit ForeignItemRef for HIR indexing and validation.Camille GILLOT-0/+12
2020-11-28Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnrJonas Schievink-5/+13
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-119/+376
2020-11-27Slightly improve code samples in E0591Camelid-5/+13
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-9/+68
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-0/+10
2020-11-27Add test to check that we handle predicates that can define assoc types corre...Santiago Pastorino-0/+10
2020-11-27adjust super_predicates_that_define_assoc_type query descriptionSantiago Pastorino-18/+20
2020-11-27Bless testsSantiago Pastorino-8/+8
2020-11-27Add description on testSantiago Pastorino-0/+4
2020-11-27Add test for a still ambiguous scenarioSantiago Pastorino-0/+26
2020-11-27Avoid ICEing when associated type bound trait is missingSantiago Pastorino-0/+26
2020-11-27Fix super_traits_of to consider where boundsSantiago Pastorino-0/+21
2020-11-27Add test to check that we do not get a cycle due to resolving `Self::Bar` in ...Niko Matsakis-0/+27
2020-11-27Update testsSantiago Pastorino-61/+31
2020-11-27Allow to self reference associated types in where clausesSantiago Pastorino-0/+12
2020-11-27Allow to use super trait bounds in where clausesSantiago Pastorino-0/+15
2020-11-27Auto merge of #79318 - cjgillot:fitem, r=lcnrbors-26/+26
2020-11-26Use custom macro instead of printlnAaron Hill-141/+152
2020-11-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-32/+346
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-20/+20
2020-11-26Add additional semicolon testAaron Hill-108/+126
2020-11-26Only eat semicolons for statements that need themAaron Hill-6/+1
2020-11-26Properly handle attributes on statementsAaron Hill-74/+297
2020-11-26Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkovbors-0/+50
2020-11-26Bless test.Camille GILLOT-8/+8
2020-11-26Store ForeignItem in a side table.Camille GILLOT-18/+18
2020-11-26Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievinkbors-3/+83
2020-11-26Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkorJonas Schievink-3/+83
2020-11-26Auto merge of #79427 - Aaron1011:fix/const-array-index, r=oli-obkbors-0/+11
2020-11-25Resolve inference variables before trying to remove overloaded indexingAaron Hill-0/+11
2020-11-25Auto merge of #79411 - tmiasko:naked-params, r=Amanieubors-0/+95
2020-11-25add testsb-naber-32/+346
2020-11-25Auto merge of #79326 - Aaron1011:fix/builtin-macro-stmt, r=petrochenkovbors-4/+524
2020-11-25Auto merge of #79388 - tmiasko:naked-def-only, r=lcnrbors-13/+94
2020-11-25Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obkbors-37/+37
2020-11-24Move src/test/ui/if-*.rs to src/test/expr/if/if-*.rsHavvy (Ryan Scheel)-0/+0
2020-11-24Move src/test/ui/if-attrs to src/test/ui/expr/if/attrsHavvy (Ryan Scheel)-0/+0
2020-11-24Move src/test/ui/if to src/test/ui/expr/ifHavvy (Ryan Scheel)-0/+0