about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-08-09Change wording for function without return valueEsteban Küber-20/+20
2019-08-09Be more accurate when mentioning type of found match armsEsteban Küber-0/+41
2019-08-09Do not suggest using ! with breakEsteban Küber-4/+1
2019-08-09Tweak mismatched types error on break expressionsEsteban Küber-21/+42
2019-08-09Rollup merge of #63387 - Centril:async-block-control-flow-tests, r=cramertjMazdak Farrokhzad-0/+146
2019-08-09Rollup merge of #63289 - kornelski:missingcrate, r=zackmdavisMazdak Farrokhzad-26/+26
2019-08-09Test interaction btw async blocks and ?, return, break.Mazdak Farrokhzad-0/+146
2019-08-08Rollup merge of #63379 - jackh726:issue-53096, r=Centril,oli-obkMazdak Farrokhzad-0/+9
2019-08-08Rollup merge of #63370 - JohnTitor:fix-ice-63364, r=varkorMazdak Farrokhzad-0/+20
2019-08-08Move testJack-0/+0
2019-08-08Add test for issue 53096Jack-0/+9
2019-08-08Rollup merge of #63331 - gorup:conditionalinit, r=cramertjMazdak Farrokhzad-0/+43
2019-08-08Rollup merge of #63259 - JohnTitor:add-tests-for-some-issues, r=CentrilMazdak Farrokhzad-0/+53
2019-08-08Rollup merge of #62994 - iluuu1994:test-for-43398, r=nikomatsakisMazdak Farrokhzad-0/+15
2019-08-08Return early to avoid failing assertionYuki Okushi-0/+20
2019-08-07Auto merge of #62457 - zackmdavis:minimax_search_and_the_structure_of_cogniti...bors-41/+41
2019-08-07Auto merge of #61919 - alexreg:fix-atb-1, r=nikomatsakisbors-0/+36
2019-08-07Auto merge of #63152 - estebank:big-array, r=oli-obkbors-52/+120
2019-08-06pretty-pretty extremal constants!Zack M. Davis-41/+41
2019-08-06review comment: reword test commentEsteban Küber-4/+4
2019-08-06Test conditional initialization validation in async fnsRyan Gorup-0/+43
2019-08-07Rollup merge of #63310 - gorup:partial-moves, r=cramertjMazdak Farrokhzad-0/+95
2019-08-07Rollup merge of #63294 - alsuren:async-tests, r=cramertjMazdak Farrokhzad-0/+501
2019-08-07Rollup merge of #63163 - bravomikekilo:master, r=cramertjMazdak Farrokhzad-14/+833
2019-08-07Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertjMazdak Farrokhzad-0/+32
2019-08-06review commentsEsteban Küber-10/+16
2019-08-06move error with diverging output to compile-failEsteban Küber-14/+0
2019-08-06Auto merge of #61515 - shepmaster:boxed-slice-to-array, r=cramertjbors-0/+101
2019-08-06test drop order for locals when a future is dropped part-way through executionDavid Laban-0/+176
2019-08-06Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-SimulacrumMazdak Farrokhzad-0/+29
2019-08-06Ignore no support targetsYuki Okushi-1/+3
2019-08-06fixup! test drop order for parameters when a future is dropped part-way throu...David Laban-1/+1
2019-08-06Add rustfix test and fix test name.bravomikekilo-127/+220
2019-08-06Rollup merge of #63312 - tshepang:doc-fix, r=CentrilMazdak Farrokhzad-1/+1
2019-08-06Rollup merge of #63264 - arielb1:revert-private-coherence-errors, r=estebankMazdak Farrokhzad-0/+20
2019-08-06Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=CentrilMazdak Farrokhzad-130/+195
2019-08-06Rollup merge of #63017 - matklad:no-fatal, r=petrochenkovMazdak Farrokhzad-15/+178
2019-08-05fix testsEsteban Küber-55/+78
2019-08-06doc: fix broken sentenceTshepang Lekhonkhobe-1/+1
2019-08-05Tests around moving parts of structs and tuples across await pointsRyan Gorup-0/+95
2019-08-05Changed tests to check-pass.Alexander Regueiro-2/+2
2019-08-06Add test for DerefMut methodsGuillaume Gomez-0/+29
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-130/+195
2019-08-05Don't recommend `extern crate` syntaxKornel-26/+26
2019-08-05Update to new passing-ui-test schemeOliver Scherer-2/+2
2019-08-05Address comment and formatting nitsOliver Scherer-1/+1
2019-08-05Add regression testsOliver Scherer-0/+37
2019-08-05Added another test.Alexander Regueiro-0/+12
2019-08-05Add implementations for converting boxed slices into boxed arraysJake Goulding-0/+101
2019-08-05test drop order for parameters when a future is dropped part-way through exec...David Laban-0/+307