about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-07-06Rollup merge of #62377 - wesleywiser:fix_62375, r=alexcrichtonMazdak Farrokhzad-0/+22
2019-07-06Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavisMazdak Farrokhzad-37/+88
2019-07-05Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisaMazdak Farrokhzad-0/+105
2019-07-05Rollup merge of #62369 - JohnTitor:remove-compile-pass, r=petrochenkovMazdak Farrokhzad-5/+5
2019-07-05Rollup merge of #62193 - matthewjasper:dynamic-drop-async, r=CentrilMazdak Farrokhzad-0/+328
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-161/+185
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-15/+100
2019-07-06Fix test annotationYuki Okushi-1/+1
2019-07-06Remove compile-pass from compiletestYuki Okushi-4/+4
2019-07-05Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddybMazdak Farrokhzad-0/+24
2019-07-05Rollup merge of #62383 - Aaron1011:fix/async-error-span, r=varkorMazdak Farrokhzad-0/+32
2019-07-05Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertjMazdak Farrokhzad-30/+30
2019-07-05Rollup merge of #62292 - Centril:split-async-closures, r=cramertjMazdak Farrokhzad-76/+206
2019-07-05Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJungMazdak Farrokhzad-14/+2
2019-07-05rustc_target: avoid negative register counts in the SysV x86_64 ABI.Eduard-Mihai Burtescu-0/+105
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-9/+23
2019-07-04Break out of the correct number of scopes in loopsMatthew Jasper-0/+24
2019-07-04Create async version of the dynamic-drop testMatthew Jasper-0/+328
2019-07-04Improve error span for async type inference errorAaron Hill-0/+32
2019-07-04Add test for ICE #62375Wesley Wiser-0/+22
2019-07-04Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.Alex Gaynor-14/+2
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-04Reduce reliance on feature(await_macro).Mazdak Farrokhzad-30/+30
2019-07-03Adjust tests wrt. 'async_closure' feature gate.Mazdak Farrokhzad-76/+206
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