| Age | Commit message (Expand) | Author | Lines |
| 2017-05-07 | Auto merge of #41729 - ubsan:master, r=nrc | bors | -31/+30 |
| 2017-05-07 | Auto merge of #41811 - gamazeps:thread-panicking-doc, r=frewsxcv | bors | -0/+12 |
| 2017-05-07 | Improve `thread::panicking` documentaion. | Felix Raimundo | -0/+12 |
| 2017-05-07 | Auto merge of #41791 - Mark-Simulacrum:doc-guidelines, r=frewsxcv | bors | -2/+6 |
| 2017-05-07 | Auto merge of #40857 - estebank:recursive, r=arielb1 | bors | -26/+119 |
| 2017-05-07 | Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomez | bors | -27/+73 |
| 2017-05-07 | Auto merge of #41784 - frewsxcv:slice-clone-copy-links, r=GuillaumeGomez | bors | -0/+9 |
| 2017-05-07 | fix the easy features in libsyntax | ubsan | -31/+30 |
| 2017-05-07 | Auto merge of #41676 - sirideain:expand-macro-recursion-limit, r=jseyfried | bors | -1/+1 |
| 2017-05-07 | Auto merge of #41668 - kennytm:fix-issue-41652, r=jonathandturner | bors | -2/+63 |
| 2017-05-06 | Allow # to appear in rustdoc code output. | Mark Simulacrum | -27/+73 |
| 2017-05-06 | Auto merge of #41787 - jsheard:ulongptr, r=alexcrichton | bors | -7/+8 |
| 2017-05-06 | Minor cleanup of UX guidelines. | Mark Simulacrum | -2/+6 |
| 2017-05-06 | Auto merge of #41786 - acdenisSK:an_to_a, r=frewsxcv | bors | -2/+2 |
| 2017-05-06 | Add links between `slice::{copy,clone}_from_slice` in docs. | Corey Farwell | -0/+9 |
| 2017-05-06 | Update the .stderr file for the "an" changes | acdenisSK | -1/+1 |
| 2017-05-06 | trigger llvm rebuild | Tim Neumann | -1/+1 |
| 2017-05-06 | Fix definitions of ULONG_PTR | Joshua Sheard | -7/+8 |
| 2017-05-06 | Fix "an" usage | acdenisSK | -1/+1 |
| 2017-05-05 | Move logic to `is_representable` instead of climbing HIR | Esteban Küber | -170/+74 |
| 2017-05-06 | Auto merge of #41768 - rap2hpoutre:patch-4, r=frewsxcv | bors | -0/+22 |
| 2017-05-05 | Auto merge of #41773 - frewsxcv:rollup, r=frewsxcv | bors | -948/+1488 |
| 2017-05-05 | Rollup merge of #41763 - frewsxcv:unicode-py, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-05-05 | Rollup merge of #41761 - euclio:24106-test, r=estebank | Corey Farwell | -0/+40 |
| 2017-05-05 | Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix | Corey Farwell | -369/+472 |
| 2017-05-05 | Rollup merge of #41722 - F001:warnTilde, r=petrochenkov | Corey Farwell | -0/+36 |
| 2017-05-05 | Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton | Corey Farwell | -17/+89 |
| 2017-05-05 | Rollup merge of #41582 - jonhoo:reread-nameservers-on-lookup-fail, r=alexcric... | Corey Farwell | -3/+22 |
| 2017-05-05 | Rollup merge of #41512 - alexcrichton:fix-windows-tls-deadlock, r=BurntSushi | Corey Farwell | -115/+93 |
| 2017-05-05 | Rollup merge of #41307 - GuillaumeGomez:jquery-removal, r=frewsxcv | Corey Farwell | -246/+457 |
| 2017-05-05 | Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton | Corey Farwell | -196/+277 |
| 2017-05-05 | Auto merge of #41769 - alexcrichton:fix-doc-test, r=aturon | bors | -1/+3 |
| 2017-05-05 | change various uses of `item_variances` to `variances_of` | Niko Matsakis | -9/+9 |
| 2017-05-05 | std: Prevent deadlocks in doctests on Windows | Alex Crichton | -1/+3 |
| 2017-05-05 | std: Avoid locks during TLS destruction on Windows | Alex Crichton | -115/+93 |
| 2017-05-05 | Update mod.rs | Raphaël Huchet | -1/+1 |
| 2017-05-05 | Add an example to std::thread::Result type | Raphaël Huchet | -0/+22 |
| 2017-05-05 | Suggest `!` for bitwise negation when encountering a `~` | F001 | -0/+36 |
| 2017-05-05 | Add Options type in libtest and remove argument | Guillaume Gomez | -24/+39 |
| 2017-05-05 | Update rust-installer to fix rust-lang-nursery/rustup.rs#1092 | Brian Anderson | -0/+0 |
| 2017-05-04 | Reload nameserver information on lookup failure | Jon Gjengset | -3/+22 |
| 2017-05-05 | Auto merge of #41762 - frewsxcv:rollup, r=frewsxcv | bors | -18/+9 |
| 2017-05-04 | update to latest nomicon | Alexis Beingessner | -0/+0 |
| 2017-05-04 | Deprecate heap::EMPTY in favour of Unique::empty or otherwise. | Alexis Beingessner | -24/+24 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -120/+123 |
| 2017-05-04 | Move unicode Python script into libstd_unicode crate. | Corey Farwell | -2/+2 |
| 2017-05-04 | Only point at the fields that cause infinite size | Esteban Küber | -123/+109 |
| 2017-05-04 | Point at fields that make the type recursive | Esteban Küber | -1/+204 |
| 2017-05-04 | Rollup merge of #41754 - nikomatsakis:incr-comp-cleanup-cell, r=arielb1 | Corey Farwell | -10/+0 |
| 2017-05-04 | Rollup merge of #41749 - frewsxcv:option-simplify-types, r=GuillaumeGomez | Corey Farwell | -6/+6 |