about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-11-29Remove extra call to upvar_tysAman Arora-0/+74
2020-11-29Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakisbors-79/+192
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-492/+428
2020-11-29Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obkbors-71/+306
2020-11-29args may be passed by valueAshley Mannix-4/+4
2020-11-29Auto merge of #79455 - CraftSpider:master, r=jyn514bors-0/+53
2020-11-29Update tests to remove old numeric constantsbstrie-492/+428
2020-11-29Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-sebors-53/+122
2020-11-28Add test for macro by example syntax in decl macros with only one optionRune Tynan-0/+7
2020-11-29Rollup merge of #79514 - Julian-Wollersberger:order-dependent-bounds, r=Mark-...Dylan DPC-0/+47
2020-11-29Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514Dylan DPC-0/+17
2020-11-29Rollup merge of #79395 - Havvy:test-move-if, r=Mark-SimulacrumDylan DPC-0/+0
2020-11-29Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514Dylan DPC-7/+7
2020-11-28Add support for multi-argument decl macrosRune Tynan-0/+17
2020-11-29libtest: Make `sed` arguments compatible with appleJakob Schikowski-2/+2
2020-11-29looser regex on local argsAshley Mannix-6/+6
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-28Update src/test/rustdoc/decl_macro_priv.rsRune Tynan-0/+1
2020-11-27Slightly improve code samples in E0591Camelid-5/+13
2020-11-27Update decl_macro test, add decl_macro_priv test for --document-private-itemsRune Tynan-3/+15
2020-11-27Add test, fix pub macro impl, compile errorRune Tynan-0/+16
2020-11-28Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514bors-0/+1
2020-11-27Auto merge of #79372 - jyn514:more-cleanup, r=GuillaumeGomezbors-2/+1
2020-11-27Revert the effect of #77467 by disabling normalization in rustdocoli-0/+1
2020-11-27Add tests for doc_keyword feature extensionGuillaume Gomez-0/+17
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-53/+122
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-13/+13
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-104/+79
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