about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-08-20Rollup merge of #63750 - eddyb:lazy-seq, r=ZoxcMazdak Farrokhzad-296/+301
2019-08-20Rollup merge of #63746 - sd234678:remove-unneeded-comment-decoration-from-src...Mazdak Farrokhzad-227/+207
2019-08-20Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertjMazdak Farrokhzad-605/+271
2019-08-20Rollup merge of #62497 - o01eg:fix-62496, r=alexcrichtonMazdak Farrokhzad-11/+22
2019-08-20rustc_metadata: replace LazySeq<T> with Lazy<[T]>.Eduard-Mihai Burtescu-296/+301
2019-08-20Auto merge of #63587 - flip1995:clippyup, r=flip1995bors-31/+52
2019-08-20Auto merge of #63709 - matklad:decomposed-tokens, r=petrochenkovbors-209/+68
2019-08-20Update Cargo.lockflip1995-23/+42
2019-08-20Update cargoflip1995-0/+0
2019-08-20Update Clippyflip1995-8/+10
2019-08-20Auto merge of #63497 - eddyb:miri-subst, r=oli-obkbors-76/+159
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-250/+248
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-224/+19
2019-08-20Remove async_await feature gate tests.Mazdak Farrokhzad-103/+0
2019-08-20Stabilize 'async_await'.Mazdak Farrokhzad-28/+4
2019-08-20Auto merge of #62727 - SimonSapin:plugins-tls-dylib, r=petrochenkovbors-41/+52
2019-08-20Deprecate using rustc_plugin without the rustc_driver dylib.Simon Sapin-41/+52
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-227/+207
2019-08-19Auto merge of #63715 - Centril:rollup-dga8qtp, r=Centrilbors-219/+847
2019-08-19Rollup merge of #63704 - Wind-River:master, r=CentrilMazdak Farrokhzad-1/+1
2019-08-19Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebankMazdak Farrokhzad-1/+41
2019-08-19Rollup merge of #63620 - estebank:assoc-type-span, r=CentrilMazdak Farrokhzad-200/+376
2019-08-19Rollup merge of #63376 - nikomatsakis:async-await-issue-62517, r=cramertjMazdak Farrokhzad-13/+429
2019-08-19Rollup merge of #63252 - nrc:arc-doc, r=alexcrichtonMazdak Farrokhzad-4/+0
2019-08-19review commentsEsteban Küber-36/+47
2019-08-19glue tokens when building token streamAleksey Kladov-10/+34
2019-08-19remove composite tokens support from the lexerAleksey Kladov-199/+34
2019-08-19Use constraint span when lowering associated typesEsteban Küber-189/+354
2019-08-19adjust test to be check-passNiko Matsakis-13/+4
2019-08-19use static as object-lifetime default for type XX in `Foo<Item=XX>`Niko Matsakis-1/+229
2019-08-19distinguish object-lifetime-default elision from other elisionNiko Matsakis-10/+163
2019-08-19add debug logsNiko Matsakis-2/+46
2019-08-19Auto merge of #63579 - alexcrichton:new-lockfile, r=Mark-Simulacrumbors-1894/+1892
2019-08-19Use to Cargo's experimental lockfile formatAlex Crichton-1894/+1892
2019-08-19test: add test for #61432.Eduard-Mihai Burtescu-0/+25
2019-08-19Fix suggestion from move async to async move.Giles Cope-1/+41
2019-08-19test: add test from #61041.Eduard-Mihai Burtescu-0/+60
2019-08-19rustc_typeck: fix the generics for (const-generic) `N` expression in e.g. `[T...Eduard-Mihai Burtescu-0/+14
2019-08-19rustc_mir: disallow non-monomorphic reifications.Eduard-Mihai Burtescu-1/+11
2019-08-19rustc_mir: disallow non-monomorphic vtables.Eduard-Mihai Burtescu-1/+6
2019-08-19rustc_mir: add missing subst_from_frame_and_normalize_erasing_regions calls.Eduard-Mihai Burtescu-1/+4
2019-08-19rustc_mir: use self.resolve instead of Instance::resolve where possible.Eduard-Mihai Burtescu-6/+1
2019-08-19rustc_mir: make subst_from_frame_and_normalize_erasing_regions infallible.Eduard-Mihai Burtescu-17/+10
2019-08-19rustc_mir: remove wrong calls to subst_from_frame_and_normalize_erasing_regions.Eduard-Mihai Burtescu-2/+0
2019-08-19start cleaning up subst messRalf Jung-58/+38
2019-08-19Merge pull request #3 from Wind-River/vxworks-salimBaoshan-1/+1
2019-08-19Auto merge of #63700 - alexcrichton:update-backtrace, r=sfacklerbors-7/+7
2019-08-19std: Update `backtrace` crate dependencyAlex Crichton-7/+7
2019-08-19Auto merge of #63670 - Dante-Broggi:patch-2, r=Centrilbors-1/+1
2019-08-19Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkovbors-183/+124