about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-fg.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/elided.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/fn-ptr.rsNiko Matsakis-1/+1
2019-07-02Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-one.rsNiko Matsakis-1/+1
2019-07-02introduce more tests covering `async fn` surfaceNiko Matsakis-4/+239
2019-07-02more nits + typosNiko Matsakis-2/+2
2019-07-02feature-gate member constraints outside of async-awaitNiko Matsakis-7/+42
2019-07-02bless test outputNiko Matsakis-6/+3
2019-07-02address nits by mattewjasperNiko Matsakis-33/+0
2019-07-02account for the pick-constraint edges when reporting errorsNiko Matsakis-0/+36
2019-07-02test with explicit existential typeNiko Matsakis-0/+2
2019-07-02add a preliminary existential test; not really enoughNiko Matsakis-0/+29
2019-07-02add a FIXME related to the non-free-region caseNiko Matsakis-0/+27
2019-07-02update the async-fn-multiple-lifetimes testNiko Matsakis-23/+4
2019-07-02fix tests and remove outdated stderr filesNiko Matsakis-54/+0
2019-07-02improve tests with migration mode, mir modeNiko Matsakis-94/+101
2019-07-02remove old error and add an explanationNiko Matsakis-49/+13
2019-07-02enforce and report pick-constraint errorsNiko Matsakis-13/+154
2019-07-02integrate pick constraints into lexical solver more completelyNiko Matsakis-3/+0
2019-07-02add some tests, currently ICE-ingNiko Matsakis-0/+241
2019-07-02Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasperbors-0/+160
2019-07-01Revert "implicit `Option`-returning doctests"Guillaume Gomez-12/+0
2019-07-01Auto merge of #62253 - Centril:rollup-115uuuq, r=Centrilbors-16/+198
2019-07-01Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche...bors-262/+395
2019-06-30Rollup merge of #62241 - Centril:fix-async-unsafe-order, r=petrochenkovMazdak Farrokhzad-13/+59
2019-06-30Extend #[must_use] lint to arraysvarkor-0/+91
2019-06-30Fix run-pass testsvarkor-1/+5
2019-06-30Improve error messages for boxed trait objects in tuplesvarkor-3/+33
2019-06-30Extend the #[must_use] lint to boxed typesvarkor-2/+13
2019-06-29Always parse 'async unsafe fn' + properly ban in 2015.Mazdak Farrokhzad-13/+59
2019-06-29Rollup merge of #61818 - tmandry:issue-60709-test, r=cramertjMazdak Farrokhzad-2/+30
2019-06-29Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkovMazdak Farrokhzad-62/+80
2019-06-29Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavusMazdak Farrokhzad-3/+6
2019-06-28Use RequiresStorage to determine which locals can overlapTyler Mandry-4/+18
2019-06-28Add size tests for moved locals in generatorsTyler Mandry-0/+146
2019-06-28Move async-fn-size test to async-await/Tyler Mandry-2/+2
2019-06-28Add regression test for #60709Tyler Mandry-0/+28
2019-06-27Rollup merge of #62155 - cramertj:61872, r=centrilMazdak Farrokhzad-0/+21
2019-06-27Rollup merge of #62152 - doctorn:async_let_ice, r=cramertjMazdak Farrokhzad-3/+72
2019-06-27Rollup merge of #62106 - cramertj:test-await, r=centrilMazdak Farrokhzad-0/+338
2019-06-27Rollup merge of #62067 - doctorn:await_diagnostic, r=matthewjasperMazdak Farrokhzad-0/+124
2019-06-27Rollup merge of #62043 - Centril:remove-fnbox, r=cramertjMazdak Farrokhzad-13/+0
2019-06-27Add suggestion for missing `.await` keywordNathan Corbyn-0/+124
2019-06-26Add regression test for MIR drop generation in async loopsTaylor Cramer-0/+21
2019-06-26Don't ICE on item in `.await` expressionNathan Corbyn-3/+72
2019-06-26Auto merge of #61872 - matthewjasper:refactor-mir-drop-gen, r=nikomatsakisbors-31/+154
2019-06-26Auto merge of #62072 - eddyb:generator-memory-index, r=tmandrybors-0/+19
2019-06-25Add StorageDead statements for `while` conditionsMatthew Jasper-25/+84
2019-06-25Use `as_temp` to evaluate statement expressionsMatthew Jasper-6/+59
2019-06-25Fix incorrect double assignment in MIR for while loopsMatthew Jasper-0/+11