about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-15Auto merge of #63575 - Centril:rollup-anlv9g5, r=Centrilbors-558/+1077
2019-08-14Rollup merge of #63570 - rust-lang:maybe-uninit-gates, r=RalfJungMazdak Farrokhzad-6/+6
2019-08-14Rollup merge of #63560 - Centril:mv-generator-test, r=petrochenkovMazdak Farrokhzad-0/+2
2019-08-14Rollup merge of #63543 - c410-f3r:variant, r=c410-f3rMazdak Farrokhzad-166/+162
2019-08-14Rollup merge of #63542 - c410-f3r:node_ids, r=petrochenkovMazdak Farrokhzad-3/+19
2019-08-14Rollup merge of #63537 - petrochenkov:novisit, r=alexcrichtonMazdak Farrokhzad-35/+33
2019-08-14Rollup merge of #63528 - petrochenkov:anyany, r=estebankMazdak Farrokhzad-54/+27
2019-08-14Rollup merge of #63509 - estebank:async-span, r=CentrilMazdak Farrokhzad-1/+27
2019-08-14Rollup merge of #63507 - estebank:type-inference-error, r=CentrilMazdak Farrokhzad-74/+405
2019-08-14Rollup merge of #63490 - Centril:cleanup-pat-parser, r=petrochenkovMazdak Farrokhzad-190/+235
2019-08-14Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obkMazdak Farrokhzad-25/+66
2019-08-14Rollup merge of #62984 - nathanwhit:extra_semi_lint, r=varkorMazdak Farrokhzad-4/+95
2019-08-14Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centrilbors-212/+78
2019-08-14review commentsEsteban Küber-64/+73
2019-08-14Adjust tracking issues for `MaybeUninit<T>` gatesMazdak Farrokhzad-6/+6
2019-08-14Merge Variant and Variant_Caio-166/+162
2019-08-14move test that shouldn't be in test/run-pass/Mazdak Farrokhzad-0/+2
2019-08-14Update error-format to match new Cargo flags for pipeliningAlex Crichton-29/+6
2019-08-14Disable --cfg bootstrap in libcoreMark Rousskov-1/+5
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-179/+64
2019-08-14Rollup merge of #63530 - ehuss:typo-statemement, r=centrilMazdak Farrokhzad-3/+3
2019-08-14Rollup merge of #63512 - 95th:master, r=cramertjMazdak Farrokhzad-0/+28
2019-08-14Rollup merge of #63511 - pietroalbini:pa-ci-date, r=Mark-SimulacrumMazdak Farrokhzad-0/+15
2019-08-14Rollup merge of #63508 - estebank:compromice, r=petrochenkovMazdak Farrokhzad-6/+23
2019-08-14Rollup merge of #63501 - nikomatsakis:issue-63500-async-anon-impl-lifetime, r...Mazdak Farrokhzad-9/+94
2019-08-14Rollup merge of #63499 - nikomatsakis:issuee-63388-async-fn-elision-self-mut-...Mazdak Farrokhzad-1908/+983
2019-08-14Rollup merge of #63493 - sd234678:remove-unneeded-comment-from-src/libcore/ha...Mazdak Farrokhzad-2/+0
2019-08-14Rollup merge of #63488 - RalfJung:diagnostic-docs, r=zackmdavisMazdak Farrokhzad-0/+6
2019-08-14Rollup merge of #63486 - Observer42:document-from-trait-in-binaryheap, r=CentrilMazdak Farrokhzad-0/+3
2019-08-14Rollup merge of #63485 - pietroalbini:new-mirror-bucket, r=alexcrichtonMazdak Farrokhzad-23/+25
2019-08-14Rollup merge of #63475 - iluuu1994:issue-62632, r=CentrilMazdak Farrokhzad-8/+33
2019-08-14Rollup merge of #63459 - eddyb:issue-63430, r=petrochenkovMazdak Farrokhzad-1/+15
2019-08-14Rollup merge of #63421 - clarfon:escape_default, r=dtolnayMazdak Farrokhzad-0/+9
2019-08-14Rollup merge of #63383 - Centril:async-lifetime-elision-tests, r=nikomatsakisMazdak Farrokhzad-0/+2867
2019-08-14Rollup merge of #62849 - davidtwco:prohibit-inheriting-lifetimes, r=nikomatsakisMazdak Farrokhzad-6/+132
2019-08-14Rollup merge of #62760 - chansuke:dedupe-error-messages, r=zackmdavisMazdak Farrokhzad-9/+8
2019-08-13Add NodeId for Arm, Field and FieldPatCaio-3/+19
2019-08-13Suggest giving return type to closures on E0282Esteban Küber-90/+199
2019-08-14expand: Unimplement `MutVisitor` on `MacroExpander`Vadim Petrochenkov-33/+31
2019-08-14expand: `expand_fragment` -> `fully_expand_fragment`Vadim Petrochenkov-6/+6
2019-08-13Apply Centril's suggestionEric Huss-3/+3
2019-08-13review commentsEsteban Küber-12/+9
2019-08-13review comment: move testEsteban Küber-3/+4
2019-08-13review commentsEsteban Küber-27/+30
2019-08-13Fix typo in error message.Eric Huss-3/+3
2019-08-13syntax: Remove `DummyResult::expn_only`Vadim Petrochenkov-54/+27
2019-08-13review comment: remove unecessary error in testEsteban Küber-12/+4
2019-08-13bless tests with compare-mode=nllNiko Matsakis-136/+538
2019-08-13Bump to 1.39Mark Rousskov-3/+3
2019-08-13Provide map_ok and map_err method for Poll<Option<Result<T, E>>>Gurwinder Singh-0/+28