about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-05-07Auto merge of #41729 - ubsan:master, r=nrcbors-31/+30
2017-05-07Auto merge of #41811 - gamazeps:thread-panicking-doc, r=frewsxcvbors-0/+12
2017-05-07Improve `thread::panicking` documentaion.Felix Raimundo-0/+12
2017-05-07Auto merge of #41791 - Mark-Simulacrum:doc-guidelines, r=frewsxcvbors-2/+6
2017-05-07Auto merge of #40857 - estebank:recursive, r=arielb1bors-26/+119
2017-05-07Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomezbors-27/+73
2017-05-07Auto merge of #41784 - frewsxcv:slice-clone-copy-links, r=GuillaumeGomezbors-0/+9
2017-05-07fix the easy features in libsyntaxubsan-31/+30
2017-05-07Auto merge of #41676 - sirideain:expand-macro-recursion-limit, r=jseyfriedbors-1/+1
2017-05-07Auto merge of #41668 - kennytm:fix-issue-41652, r=jonathandturnerbors-2/+63
2017-05-06Allow # to appear in rustdoc code output.Mark Simulacrum-27/+73
2017-05-06Auto merge of #41787 - jsheard:ulongptr, r=alexcrichtonbors-7/+8
2017-05-06Minor cleanup of UX guidelines.Mark Simulacrum-2/+6
2017-05-06Auto merge of #41786 - acdenisSK:an_to_a, r=frewsxcvbors-2/+2
2017-05-06Add links between `slice::{copy,clone}_from_slice` in docs.Corey Farwell-0/+9
2017-05-06Update the .stderr file for the "an" changesacdenisSK-1/+1
2017-05-06trigger llvm rebuildTim Neumann-1/+1
2017-05-06Fix definitions of ULONG_PTRJoshua Sheard-7/+8
2017-05-06Fix "an" usageacdenisSK-1/+1
2017-05-05Move logic to `is_representable` instead of climbing HIREsteban Küber-170/+74
2017-05-06Auto merge of #41768 - rap2hpoutre:patch-4, r=frewsxcvbors-0/+22
2017-05-05Auto merge of #41773 - frewsxcv:rollup, r=frewsxcvbors-948/+1488
2017-05-05Rollup merge of #41763 - frewsxcv:unicode-py, r=alexcrichtonCorey Farwell-2/+2
2017-05-05Rollup merge of #41761 - euclio:24106-test, r=estebankCorey Farwell-0/+40
2017-05-05Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelixCorey Farwell-369/+472
2017-05-05Rollup merge of #41722 - F001:warnTilde, r=petrochenkovCorey Farwell-0/+36
2017-05-05Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichtonCorey Farwell-17/+89
2017-05-05Rollup merge of #41582 - jonhoo:reread-nameservers-on-lookup-fail, r=alexcric...Corey Farwell-3/+22
2017-05-05Rollup merge of #41512 - alexcrichton:fix-windows-tls-deadlock, r=BurntSushiCorey Farwell-115/+93
2017-05-05Rollup merge of #41307 - GuillaumeGomez:jquery-removal, r=frewsxcvCorey Farwell-246/+457
2017-05-05Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichtonCorey Farwell-196/+277
2017-05-05Auto merge of #41769 - alexcrichton:fix-doc-test, r=aturonbors-1/+3
2017-05-05change various uses of `item_variances` to `variances_of`Niko Matsakis-9/+9
2017-05-05std: Prevent deadlocks in doctests on WindowsAlex Crichton-1/+3
2017-05-05std: Avoid locks during TLS destruction on WindowsAlex Crichton-115/+93
2017-05-05Update mod.rsRaphaël Huchet-1/+1
2017-05-05Add an example to std::thread::Result typeRaphaël Huchet-0/+22
2017-05-05Suggest `!` for bitwise negation when encountering a `~`F001-0/+36
2017-05-05Add Options type in libtest and remove argumentGuillaume Gomez-24/+39
2017-05-05Update rust-installer to fix rust-lang-nursery/rustup.rs#1092Brian Anderson-0/+0
2017-05-04Reload nameserver information on lookup failureJon Gjengset-3/+22
2017-05-05Auto merge of #41762 - frewsxcv:rollup, r=frewsxcvbors-18/+9
2017-05-04update to latest nomiconAlexis Beingessner-0/+0
2017-05-04Deprecate heap::EMPTY in favour of Unique::empty or otherwise.Alexis Beingessner-24/+24
2017-05-04fallout from NonZero/Unique/Shared changesAlexis Beingessner-120/+123
2017-05-04Move unicode Python script into libstd_unicode crate.Corey Farwell-2/+2
2017-05-04Only point at the fields that cause infinite sizeEsteban Küber-123/+109
2017-05-04Point at fields that make the type recursiveEsteban Küber-1/+204
2017-05-04Rollup merge of #41754 - nikomatsakis:incr-comp-cleanup-cell, r=arielb1Corey Farwell-10/+0
2017-05-04Rollup merge of #41749 - frewsxcv:option-simplify-types, r=GuillaumeGomezCorey Farwell-6/+6