about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-14Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centrilbors-212/+78
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-13Apply Centril's suggestionEric Huss-3/+3
2019-08-13review commentsEsteban Küber-12/+9
2019-08-13Fix typo in error message.Eric Huss-3/+3
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
2019-08-13ci: add a check for clock driftPietro Albini-0/+15
2019-08-12Do not ICE when synthesizing spans falling inside unicode charsEsteban Küber-0/+28
2019-08-12bless testsNiko Matsakis-146/+27
2019-08-12clear in-scope lifetimes for nested items in HIR loweringNiko Matsakis-4/+65
2019-08-12fix README.mdNiko Matsakis-5/+5
2019-08-12revamp commentNiko Matsakis-15/+61
2019-08-12add edition to regression testNiko Matsakis-0/+1
2019-08-12use `modern` everywhereNiko Matsakis-1/+4
2019-08-12revamp how we handle elision in async fnNiko Matsakis-1637/+383
2019-08-12use `ParamName` to track in-scope lifetimes instead of IdentNiko Matsakis-5/+25
2019-08-12typeck: Prohibit RPIT types that inherit lifetimesDavid Wood-6/+132
2019-08-12Auto merge of #63483 - RalfJung:invalid-value, r=Centrilbors-74/+224
2019-08-12syntax: account for CVarArgs being in the argument list.Eduard-Mihai Burtescu-1/+15
2019-08-12Apply suggestions from code reviewObserver42-2/+2
2019-08-12more informative error message from invalid_value lintRalf Jung-74/+224
2019-08-12Rollup merge of #63480 - OptimisticPeach:patch-1, r=CentrilMazdak Farrokhzad-1/+1
2019-08-12Rollup merge of #63474 - adamAndMath:master, r=CentrilMazdak Farrokhzad-0/+74
2019-08-12Rollup merge of #63473 - adrian-budau:master, r=CentrilMazdak Farrokhzad-0/+38
2019-08-12Rollup merge of #63461 - tommilligan:doc-var-panic, r=joshtriplettMazdak Farrokhzad-0/+12
2019-08-12Rollup merge of #63449 - petrochenkov:builtinagain, r=eddybMazdak Farrokhzad-37/+20
2019-08-12Rollup merge of #63431 - andjo403:revert_mir_simplification, r=matthewjasperMazdak Farrokhzad-23/+30
2019-08-12Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif...Mazdak Farrokhzad-58/+168
2019-08-12Rollup merge of #63297 - RalfJung:ptr_offset, r=dtolnayMazdak Farrokhzad-34/+128