about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-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-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
2019-05-10Adjust mir-opt tests for new HIR without IfMazdak Farrokhzad-21/+26
2019-05-10Add a bunch more tests.David Wood-5/+506
2019-05-10Move uninhabited tests into subdirectory.David Wood-16/+16
2019-05-10Fix uninhabitedness of non-exhaustive enums.David Wood-105/+385
2019-05-10Fix inhabitedness of non-exhaustive variants.David Wood-1/+1
2019-05-10Add uninhabitedness tests w/ `#[non_exhaustive]`.David Wood-0/+193
2019-05-10Make tests compatible with musl hostMateusz Mikuła-3/+10
2019-05-10add regression test for #60629Marcel Hellwig-0/+10
2019-05-10Extend existing test for nested mut patterns.David Wood-0/+8
2019-05-09Rollup merge of #60676 - davidtwco:issue-60674, r=cramertjMazdak Farrokhzad-0/+27
2019-05-09Rollup merge of #60648 - petrochenkov:shorten2, r=Dylan-DPCMazdak Farrokhzad-2/+1