about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-05-17Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik...bors-5/+2
2019-05-17Rollup merge of #60901 - estebank:str-str-str, r=CentrilManish Goregaokar-11/+170
2019-05-17Account for &String + StringEsteban Küber-2/+2
2019-05-17Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelixbors-962/+5201
2019-05-17Auto merge of #60892 - davidtwco:issue-60622, r=oli-obkbors-0/+45
2019-05-17Checking generic args after late bound region err.David Wood-0/+45
2019-05-16review commentsEsteban Küber-13/+13
2019-05-16Fix binop spanEsteban Küber-12/+9
2019-05-16Handle more string addition cases with appropriate suggestionsEsteban Küber-4/+166
2019-05-17Rollup merge of #60873 - estebank:bad-await, r=CentrilMazdak Farrokhzad-27/+334
2019-05-16Fix span for await macro callEsteban Küber-1/+1
2019-05-16Review commentsEsteban Küber-13/+13
2019-05-16readd match await test caseEsteban Küber-2/+31
2019-05-16Point at enclosing fn/closure when it's not asyncEsteban Küber-32/+53
2019-05-16tidy fixEsteban Küber-1/+1
2019-05-16Simplify span usage for incorrect awaitEsteban Küber-42/+20
2019-05-16Parse alternative incorrect uses of await and recoverEsteban Küber-27/+306
2019-05-16Rollup merge of #60597 - wesleywiser:const_prop, r=oli-obkManish Goregaokar-0/+125
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-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-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