about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-07-04improve validity error range printing for singleton rangesRalf Jung-2/+2
2019-07-04turns out that dangling pointer branch is dead code; remove it and improve th...Ralf Jung-37/+88
2019-07-04Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=CentrilMazdak Farrokhzad-716/+716
2019-07-04Rollup merge of #62258 - petrochenkov:idclean, r=CentrilMazdak Farrokhzad-53/+21
2019-07-04Rollup merge of #62240 - arielb1:resolve-wf-fields, r=pnkfelixMazdak Farrokhzad-0/+21
2019-07-03Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkorMark Rousskov-6/+6
2019-07-03Rollup merge of #62183 - alexcrichton:fix-tests, r=nikomatsakisMark Rousskov-0/+26
2019-07-03Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-async-fn-r...bors-48/+686
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-716/+716
2019-07-02Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichtonbors-11/+11
2019-07-02fix ICE with delay-span-bugNiko Matsakis-0/+33
2019-07-02address nitsNiko Matsakis-6/+6
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-01syntax: Unsupport `foo! bar { ... }` macros in the parserVadim Petrochenkov-53/+21
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-30Switch tracking issue for 'slice_patterns'.Mazdak Farrokhzad-6/+6
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-29wfcheck: resolve the type-vars in `AdtField` typesAriel Ben-Yehuda-0/+21
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