about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-13forbid manually impl'ing one of an object type's marker traitsAriel Ben-Yehuda-4/+145
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-13Add core::iter::once_withStjepan Glavina-0/+129
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-13remove extern_in_paths.Mazdak Farrokhzad-233/+62
2019-01-13Address review commentsVadim Petrochenkov-13/+20
2019-01-13Auto merge of #57568 - Centril:rollup, r=Centrilbors-186/+353
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-1625/+1391
2019-01-13Use building RLS branch without `make_glob`Igor Matuszewski-0/+0
2019-01-13Account for 2 removed lines in src/librustdoc/test.rsIgor Matuszewski-2/+2
2019-01-13Always calculate glob map but only for glob usesIgor Matuszewski-41/+11
2019-01-13Fix breakage from #56988 and workaround for #57569Vardhan Thigle-0/+9
2019-01-13Adding Build automation for x86_64-fortanix-unknown-sgxVardhan Thigle-20/+125
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-12Suggest correct location for lifetime parameters in useEsteban Küber-47/+82
2019-01-13const stabilize .Mazdak Farrokhzad-24/+48
2019-01-13Update the const fn tracking issue to the new metabugvarkor-15/+14
2019-01-12Remove unrelated errors from parse stderr testsEsteban Küber-105/+35
2019-01-12Update cargoEric Huss-0/+0
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