about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-05-16Rollup merge of #60691 - topecongiro:await-macro-span, r=CentrilMazdak Farrokhzad-1/+1
2019-05-15Add test to ensure const-prop fails gracefullyWesley Wiser-0/+34
2019-05-15Add some tests for constant propagationWesley Wiser-0/+91
2019-05-15Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplettbors-46/+0
2019-05-14Emit StorageDead for all locals in generatorsTyler Mandry-0/+1
2019-05-14Rollup merge of #60799 - matthewjasper:allow-bound-regions-in-existential-typ...Mazdak Farrokhzad-0/+30
2019-05-14Rollup merge of #60788 - froydnj:apple-target-modifications-followup, r=estebankMazdak Farrokhzad-2/+2
2019-05-14Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, ...Mazdak Farrokhzad-0/+91
2019-05-14Update ui testsOliver Scherer-7/+1
2019-05-14Fix incremental compilation of cdylib emitting spurious unused_attributes lintOliver Scherer-0/+10
2019-05-14Add ui test for const Layout::from_size_align_uncheckedRichard Wiedenhöft-0/+21
2019-05-13default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targetsNathan Froyd-2/+2
2019-05-13Allow late bound regions in existential typesMatthew Jasper-0/+30
2019-05-13Rollup merge of #60770 - Pulkit07:issue60764, r=CentrilMazdak Farrokhzad-7/+28
2019-05-13Rollup merge of #60710 - varkor:delay_span_bug-const-parent, r=matthewjasperMazdak Farrokhzad-0/+60
2019-05-13Rollup merge of #60562 - iliekturtles:proc-macro-missing-docs, r=alexcrichtonMazdak Farrokhzad-0/+16
2019-05-13Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelixMazdak Farrokhzad-9/+9
2019-05-13add impl_trait_in_bindings to INCOMPLETE_FEATURESPulkit Goyal-7/+28
2019-05-13Auto merge of #60649 - Xanewok:save-analysis-assoc-const-ice, r=oli-obkbors-0/+42
2019-05-13Remove bitrig support from rustMarcel Hellwig-46/+0
2019-05-13Auto merge of #60765 - matthewjasper:fix-more-escaping-rescopes, r=oli-obkbors-0/+17
2019-05-13Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkovbors-15/+17
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-3/+3
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-12/+14
2019-05-12Auto merge of #60767 - Centril:rollup-4cbsb73, r=Centrilbors-0/+25
2019-05-12Rollup merge of #60694 - Pulkit07:issue60662, r=alexregMazdak Farrokhzad-0/+25
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-1016/+761
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-8/+4502
2019-05-12Auto merge of #60679 - petrochenkov:lit2, r=matkladbors-25/+21
2019-05-12Treat generators the same as closure for escaping lifetimesMatthew Jasper-0/+6
2019-05-12Always use the stronger outlives version for opaque typesMatthew Jasper-0/+11
2019-05-12Auto merge of #60244 - SimonSapin:dangling, r=oli-obkbors-2/+0
2019-05-12Auto merge of #60474 - mati865:musl_toolchain, r=alexcrichtonbors-3/+10
2019-05-12Fix HIR printing of existential type #60662Pulkit Goyal-0/+25
2019-05-11Add #[doc(hidden)] attribute on compiler generated proc-macro module.Mike Boutin-0/+16
2019-05-11Move literal parsing code into a separate fileVadim Petrochenkov-16/+16
2019-05-11Auto merge of #60714 - varkor:existential-global-lift-ice, r=oli-obkbors-0/+44
2019-05-11Simplify conversions between tokens and semantic literalsVadim Petrochenkov-9/+5
2019-05-11Auto merge of #60717 - varkor:impl-const-generic, r=matthewjasperbors-0/+22
2019-05-11Auto merge of #60721 - estebank:ice-ice-baby, r=varkorbors-0/+26
2019-05-10Avoid ICE by using delay_span_bugEsteban Küber-0/+26
2019-05-11Add test for const implvarkor-0/+22
2019-05-10Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obkbors-40/+287
2019-05-10Add testvarkor-0/+44
2019-05-10Add a test for failed inference of const typesvarkor-0/+26
2019-05-10Add a test for invalid const argumentsvarkor-0/+34
2019-05-10Rollup merge of #60697 - hellow554:fix_60629, r=michaelwoeristerMazdak Farrokhzad-0/+10
2019-05-10Rollup merge of #60692 - davidtwco:pr-60676-followup, r=CentrilMazdak Farrokhzad-0/+8
2019-05-10add test checking that 'if cond { .. }' where 'cond: &mut? bool' isn't accepted.Mazdak Farrokhzad-0/+61
2019-05-10Various test changesMazdak Farrokhzad-19/+200