about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-14Rollup merge of #57232 - Zoxc:par-collector-misc, r=michaelwoeristerMazdak Farrokhzad-44/+57
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-373/+372
2019-01-14Auto merge of #57381 - estebank:if-else-308, r=nikomatsakisbors-28/+331
2019-01-14Parallelize and optimize parts of HIR map creationJohn Kåre Alsaker-44/+57
2019-01-13Suggest removal of semicolon when appropriateEsteban Küber-91/+169
2019-01-13Tweak output of type mismatch between "then" and `else` `if` armsEsteban Küber-13/+238
2019-01-14Auto merge of #56954 - hug-dev:armv8m-main-ci, r=alexcrichtonbors-2/+10
2019-01-13Auto merge of #57580 - Centril:rollup, r=Centrilbors-220/+419
2019-01-13Rollup merge of #57538 - dlrobertson:fix_57472, r=zackmdavisMazdak Farrokhzad-1/+63
2019-01-13Rollup merge of #57366 - estebank:point-match-discrim, r=varkorMazdak Farrokhzad-80/+194
2019-01-13Rollup merge of #57113 - Zoxc:query-perf10, r=michaelwoeristerMazdak Farrokhzad-46/+67
2019-01-13Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomezMazdak Farrokhzad-93/+95
2019-01-13Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoeristerbors-70/+421
2019-01-13Auto merge of #57577 - Centril:rollup, r=Centrilbors-579/+601
2019-01-13Rollup merge of #57549 - taiki-e:must_use, r=estebankMazdak Farrokhzad-25/+25
2019-01-13Rollup merge of #57337 - alexcrichton:prioritize-another, r=fitzgenMazdak Farrokhzad-60/+62
2019-01-13Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakisMazdak Farrokhzad-153/+366
2019-01-13Rollup merge of #57004 - nnethercote:TS-change-Stream, r=petrochenkovMazdak Farrokhzad-341/+148
2019-01-13Auto merge of #57567 - Centril:stabilize-transpose, r=alexregbors-9/+2
2019-01-13librustc_mir: Fix ICE with slice patternsDan Robertson-1/+63
2019-01-13Auto merge of #57568 - Centril:rollup, r=Centrilbors-186/+353
2019-01-13Change #[must_use] message of Iterator in documentationTaiki Endo-1/+1
2019-01-13Change #[must_use] message of IteratorTaiki Endo-23/+23
2019-01-13stabilize transpose_result in 1.33Mazdak Farrokhzad-9/+2
2019-01-13Rollup merge of #57564 - varkor:update-const_fn-tracking-issue, r=CentrilMazdak Farrokhzad-15/+14
2019-01-13Rollup merge of #57560 - petrochenkov:selfinmac, r=alexregMazdak Farrokhzad-9/+28
2019-01-13Rollup merge of #57557 - petrochenkov:ecused, r=varkorMazdak Farrokhzad-0/+69
2019-01-13Rollup merge of #57547 - Xanewok:ptr-eq, r=petrochenkovMazdak Farrokhzad-13/+12
2019-01-13Rollup merge of #57508 - DebugSteven:inline-extern, r=GuillaumeGomezMazdak Farrokhzad-5/+37
2019-01-13Rollup merge of #57496 - steveklabnik:gh32934, r=CentrilMazdak Farrokhzad-20/+15
2019-01-13Rollup merge of #57494 - dotdash:expand, r=nikomatsakisMazdak Farrokhzad-8/+23
2019-01-13Rollup merge of #57474 - emilio:save-analysis-path, r=nrcMazdak Farrokhzad-3/+5
2019-01-13Rollup merge of #57473 - alexcrichton:hex-display-on-windows, r=KimundiMazdak Farrokhzad-1/+10
2019-01-13Rollup merge of #57461 - nnethercote:ParseResult-Failure-static-str, r=simula...Mazdak Farrokhzad-4/+4
2019-01-13Rollup merge of #57454 - sinkuu:fmt_cleanup, r=joshtriplettMazdak Farrokhzad-40/+10
2019-01-13Rollup merge of #57453 - cuviper:python3-thread, r=nikomatsakisMazdak Farrokhzad-1/+6
2019-01-13Rollup merge of #57436 - Xanewok:save-analysis-access-ice-fix, r=nikomatsakisMazdak Farrokhzad-3/+14
2019-01-13Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkorMazdak Farrokhzad-46/+46
2019-01-13Rollup merge of #57353 - huonw:faster-finiteness-checks, r=KodrAusMazdak Farrokhzad-4/+24
2019-01-13Rollup merge of #57351 - oli-obk:cheap_const_ops, r=RalfJungMazdak Farrokhzad-14/+36
2019-01-13Minor cosmetic changesAlexander Regueiro-8/+12
2019-01-12Update documentation commentEsteban Küber-4/+17
2019-01-12Don't add label to the match expr when the type is not fully realizedEsteban Küber-14/+4
2019-01-12Reword label as per review commentEsteban Küber-26/+26
2019-01-12tidy fixEsteban Küber-1/+6
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-77/+183
2019-01-13const stabilize .Mazdak Farrokhzad-24/+48
2019-01-13Update the const fn tracking issue to the new metabugvarkor-15/+14
2019-01-13hygiene: Do not treat `Self` ctor as a local variableVadim Petrochenkov-9/+28
2019-01-13resolve: Mark extern crate items as used in more casesVadim Petrochenkov-0/+69