about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-10-03Deprecate `#![plugin]` and `#[plugin_registrar]`.Mazdak Farrokhzad-15/+107
2019-10-03Rollup merge of #64959 - davidtwco:issue-64252-self-type-help, r=Centril,este...Mazdak Farrokhzad-0/+68
2019-10-03Rollup merge of #64931 - estebank:missing-param-ref, r=matthewjasper,CentrilMazdak Farrokhzad-20/+20
2019-10-03Rollup merge of #63678 - Aaron1011:fix/hrtb-leak, r=nikomatsakisMazdak Farrokhzad-4/+54
2019-10-02Revert changes to `src/test/ui/reify-intrinsic.stderr`Aaron Hill-2/+2
2019-10-02review commentsEsteban Küber-0/+5
2019-10-02fix example (le sigh)Niko Matsakis-2/+2
2019-10-02add unsize slice-str coercionNiko Matsakis-0/+11
2019-10-02review commentEsteban Küber-20/+20
2019-10-02fix typoFelix S Klock II-1/+1
2019-10-02Do not mark unitinitialized locals as requiring storageMatthew Jasper-5/+109
2019-10-02Regression tests for issue 64655.Felix S. Klock II-0/+145
2019-10-02Make lifetimes in constants live at the point of useMatthew Jasper-4/+17
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-474/+7
2019-10-02Set RUST_BACKTRACE=0 in tests that include a backtrace in stderrAaron Hill-4/+8
2019-10-02Avoid ICE on ReFree region from malformed codeEsteban Küber-0/+17
2019-10-02s/`async` fn/`async fn`/Niko Matsakis-7/+7
2019-10-02correct coercion commentsNiko Matsakis-3/+3
2019-10-02Do not ICE when dereferencing non-Copy raw pointerEsteban Küber-0/+34
2019-10-02WIP fix testsNiko Matsakis-187/+221
2019-10-02Rollup merge of #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obkMazdak Farrokhzad-0/+23
2019-10-02Rollup merge of #64989 - sinkuu:fix_ice_64964, r=davidtwcoMazdak Farrokhzad-0/+22
2019-10-02Rollup merge of #64980 - ecstatic-morse:better-rustc-peek, r=oli-obkMazdak Farrokhzad-0/+52
2019-10-02Rollup merge of #64973 - ecstatic-morse:fix-debuginfo-test, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-10-02Rollup merge of #64967 - ecstatic-morse:issue-64945, r=oli-obkMazdak Farrokhzad-0/+61
2019-10-02Rollup merge of #64914 - pnkfelix:issue-64453-regression-test, r=nikomatsakisMazdak Farrokhzad-0/+58
2019-10-02Rollup merge of #64581 - ztlpn:fix-ok-wrapping-unreachable-code, r=CentrilMazdak Farrokhzad-0/+114
2019-10-02extract expected return type from `-> impl Future` obligationNiko Matsakis-0/+59
2019-10-02[const-prop] Correctly handle locals that can't be propagatedWesley Wiser-0/+23
2019-10-02Do not collect to vec for debug outputShotaro Yamada-1/+1
2019-10-02Fix async/await ICE #64964Shotaro Yamada-0/+22
2019-10-02Compute the layout of uninhabited structsOliver Scherer-0/+20
2019-10-02syntax: improve parameter without type suggestionsDavid Wood-0/+68
2019-10-01Rollup merge of #64649 - estebank:returnator, r=varkorTyler Mandry-0/+14
2019-10-01Add test exposing unsoundness in `IndirectlyMutableLocals`Dylan MacKenzie-0/+52
2019-10-02Add support for 'extern const fn'Aaron Hill-2/+253
2019-10-01Fixup testsAaron Hill-4/+11
2019-10-02fix unit testsGuanqun Lu-4/+4
2019-10-02comment fixesGuanqun Lu-4/+4
2019-10-02add test filesGuanqun Lu-0/+48
2019-10-01Improve HRTB error span when -Zno-leak-check is usedAaron Hill-0/+43
2019-10-01This needs to be build-pass since it involves debuginfoDylan MacKenzie-1/+1
2019-10-01Fix typo passing flags to rustcDylan MacKenzie-1/+1
2019-10-01Add test cases for #64945Dylan MacKenzie-0/+61
2019-10-01Rollup merge of #64933 - sam09:master, r=estebankMazdak Farrokhzad-6/+43
2019-10-01Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkovMazdak Farrokhzad-6/+6
2019-10-01fix test after rebaseAlex Zatelepin-4/+14
2019-10-01address review commentsAlex Zatelepin-4/+4
2019-10-01add testsAlex Zatelepin-4/+108
2019-10-01regression test for 64453 borrow check error.Felix S. Klock II-0/+58