about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-08-17Rollup merge of #63548 - eddyb:unicode-demangling, r=alexcrichtonMazdak Farrokhzad-4/+4
2019-08-17Rollup merge of #63545 - Centril:gate-yield-preexp, r=oli-obkMazdak Farrokhzad-1/+25
2019-08-16Feature gate 'yield ?' pre-expansion.Mazdak Farrokhzad-1/+25
2019-08-16Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichtonMazdak Farrokhzad-16/+1
2019-08-16Rollup merge of #63525 - matklad:centraliza-file-loading, r=petrochenkovMazdak Farrokhzad-0/+15
2019-08-16bless you nllEduard-Mihai Burtescu-32/+32
2019-08-16rustc_mir: use the right type for associated const literals.Eduard-Mihai Burtescu-5/+5
2019-08-16Rollup merge of #63612 - estebank:macro-sugg-try-into, r=CentrilMazdak Farrokhzad-0/+14
2019-08-16Rollup merge of #63539 - Centril:2015.await, r=oli-obkMazdak Farrokhzad-0/+88
2019-08-16Rollup merge of #63535 - petrochenkov:expndata, r=matthewjasperMazdak Farrokhzad-71/+71
2019-08-16Rollup merge of #62593 - kper:cleanup_abi, r=CentrilMazdak Farrokhzad-0/+112
2019-08-15Remove `__rust_unstable_column`Vadim Petrochenkov-15/+0
2019-08-15Hygienize use of built-in macros in the standard libraryVadim Petrochenkov-1/+1
2019-08-15Do not suggest `try_into` for base types inside of macro expansionsEsteban Küber-0/+14
2019-08-15resolve: Move macro resolution traces from `Module`s to `Resolver`Vadim Petrochenkov-71/+71
2019-08-15Duplicate `test-macros.rs` to fix test #62593Kevin Per-0/+112
2019-08-15Remove `run-pass` directory #62593Kevin Per-1913/+0
2019-08-15Move `test-macros.rs` back to `ui` to fix tests #62593Kevin Per-0/+0
2019-08-15Group all ui tests and move to abi #62593Kevin Per-0/+0
2019-08-15Rollup merge of #63582 - JohnTitor:fix-ice-63226, r=oli-obkMazdak Farrokhzad-0/+26
2019-08-15Rollup merge of #63577 - meffij:test-hrtb, r=alexcrichtonMazdak Farrokhzad-0/+31
2019-08-15ignore tests on wasm32-bareRalf Jung-0/+1
2019-08-15test Retag in drop shimRalf Jung-11/+26
2019-08-15Fixing broken tests #62401Kevin Per-0/+136
2019-08-15Grouping ABI tests (2) #62401Kevin Per-0/+82
2019-08-15Grouping ABI test #62401Kevin Per-0/+1695
2019-08-15Adjust regression testYuki Okushi-0/+2
2019-08-15Add regression test for include_str! normalizationAleksey Kladov-0/+15
2019-08-15Check FnHeader not to cause ICEYuki Okushi-0/+24
2019-08-15Auto merge of #62429 - cuviper:iter-closures, r=cramertjbors-0/+124
2019-08-15Auto merge of #63575 - Centril:rollup-anlv9g5, r=Centrilbors-34/+245
2019-08-14Test HRTB issue accepted by compilernivlac-0/+31
2019-08-14Rollup merge of #63560 - Centril:mv-generator-test, r=petrochenkovMazdak Farrokhzad-0/+2
2019-08-14Rollup merge of #63509 - estebank:async-span, r=CentrilMazdak Farrokhzad-0/+23
2019-08-14Rollup merge of #63507 - estebank:type-inference-error, r=CentrilMazdak Farrokhzad-16/+175
2019-08-14Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obkMazdak Farrokhzad-15/+21
2019-08-14Rollup merge of #62984 - nathanwhit:extra_semi_lint, r=varkorMazdak Farrokhzad-3/+24
2019-08-14Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centrilbors-1/+1
2019-08-14move test that shouldn't be in test/run-pass/Mazdak Farrokhzad-0/+2
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-1/+1
2019-08-14Update rustc-demangle to 0.1.16.Eduard-Mihai Burtescu-4/+4
2019-08-14Rollup merge of #63530 - ehuss:typo-statemement, r=centrilMazdak Farrokhzad-2/+2
2019-08-14Rollup merge of #63508 - estebank:compromice, r=petrochenkovMazdak Farrokhzad-0/+14
2019-08-14Rollup merge of #63501 - nikomatsakis:issue-63500-async-anon-impl-lifetime, r...Mazdak Farrokhzad-0/+54
2019-08-14Rollup merge of #63499 - nikomatsakis:issuee-63388-async-fn-elision-self-mut-...Mazdak Farrokhzad-1783/+881
2019-08-14Rollup merge of #63475 - iluuu1994:issue-62632, r=CentrilMazdak Farrokhzad-8/+14
2019-08-14Rollup merge of #63459 - eddyb:issue-63430, r=petrochenkovMazdak Farrokhzad-0/+14
2019-08-14Rollup merge of #63383 - Centril:async-lifetime-elision-tests, r=nikomatsakisMazdak Farrokhzad-0/+2867
2019-08-14typeck: add tests for suggesting -> 2018 on wrong <expr>.awaitMazdak Farrokhzad-0/+88
2019-08-13Suggest giving return type to closures on E0282Esteban Küber-19/+57