| Age | Commit message (Expand) | Author | Lines |
| 2015-05-29 | Auto merge of #25854 - liigo:patch-1, r=alexcrichton | bors | -2/+2 |
| 2015-05-29 | Auto merge of #25838 - mbrubeck:doc-edit, r=steveklabnik | bors | -1/+5 |
| 2015-05-29 | remove the last mention of IoResult | Tshepang Lekhonkhobe | -4/+2 |
| 2015-05-29 | Auto merge of #25830 - steveklabnik:debug_docs, r=alexcrichton | bors | -0/+44 |
| 2015-05-29 | Auto merge of #25747 - SimonSapin:map_ref, r=alexcrichton | bors | -6/+231 |
| 2015-05-29 | Add map and filter_map associated functions to std::cell::Ref and RefMut | Simon Sapin | -1/+209 |
| 2015-05-28 | Implement RFC 1047 - socket timeouts | Steven Fackler | -7/+324 |
| 2015-05-28 | Change E0015 and E0378 explanations to link to text of RFC 911, not rfc PR. | Nick Hamann | -2/+2 |
| 2015-05-28 | Revise E0015 according to feedback. | Nick Hamann | -3/+3 |
| 2015-05-29 | Auto merge of #25816 - sfackler:io-error-delegation, r=alexcrichton | bors | -5/+87 |
| 2015-05-28 | Convert mutable statics error to have error code and add explanation. | Nick Hamann | -4/+17 |
| 2015-05-28 | rustc: Fixup verbatim UNC paths as well on Windows | Alex Crichton | -12/+29 |
| 2015-05-29 | Fix link to newtypes page | Nils Liberg | -1/+1 |
| 2015-05-29 | Fix mistake: "to to" -> "to" | Nils Liberg | -1/+1 |
| 2015-05-29 | remove extra space from "over" code as well | David Campbell | -1/+1 |
| 2015-05-29 | Update let.md -- follow whitespace style guideline | David Campbell | -1/+1 |
| 2015-05-29 | Make adjancent code examples more similar | Corey Farwell | -2/+2 |
| 2015-05-29 | add newline before list in functions-and-methods | David Campbell | -0/+1 |
| 2015-05-28 | Add error explanations for E0040, E0087, E0378, E0379, E0394. | Nick Hamann | -6/+81 |
| 2015-05-28 | Update E0015 explanation, fix E0053. | Nick Hamann | -4/+8 |
| 2015-05-29 | Corrected typo | Mathieu David | -1/+1 |
| 2015-05-28 | Auto merge of #25744 - SimonSapin:cell-eq, r=alexcrichton | bors | -2/+8 |
| 2015-05-28 | removed lonely closing parenthesis | Mathieu David | -1/+1 |
| 2015-05-28 | Move std::cell::clone_ref to a clone associated function on std::cell::Ref | Simon Sapin | -5/+22 |
| 2015-05-28 | Auto merge of #25856 - bluss:binary-heap-hole, r=Gankro | bors | -25/+196 |
| 2015-05-28 | Improve Debug documentation | Steve Klabnik | -0/+44 |
| 2015-05-28 | collections: Make BinaryHeap panic safe in sift_up / sift_down | Ulrik Sverdrup | -25/+196 |
| 2015-05-28 | Mention UFCS sadness in instability messages | Steven Fackler | -3/+6 |
| 2015-05-28 | Auto merge of #25829 - steveklabnik:ioresult_fixes, r=alexcrichton | bors | -6/+6 |
| 2015-05-28 | Return a TaggedDocsIterator from each_reexport. | Ms2ger | -15/+4 |
| 2015-05-28 | std: Add an option to disable ELF based TLS | Alex Crichton | -27/+75 |
| 2015-05-28 | remove references to IoResult | Steve Klabnik | -6/+6 |
| 2015-05-28 | Auto merge of #25835 - steveklabnik:gh25438, r=alexcrichton | bors | -2/+2 |
| 2015-05-28 | TRPL: Fix Unescaped URL | Pascal Hertleif | -1/+1 |
| 2015-05-28 | Auto merge of #25834 - steveklabnik:gh25326, r=alexcrichton | bors | -3/+3 |
| 2015-05-28 | Auto merge of #25849 - reinh:patch-1, r=huonw | bors | -1/+1 |
| 2015-05-28 | floating-point types are machine types, not machine-dependent types | Liigo Zhuang | -2/+2 |
| 2015-05-28 | Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonw | bors | -39/+23 |
| 2015-05-28 | Auto merge of #25783 - nrc:save-api-2, r=@huonw | bors | -40/+109 |
| 2015-05-27 | Add a test for downcasting | Steven Fackler | -2/+38 |
| 2015-05-27 | TRPL: fix typo, borow for borrow | Rein Henrichs | -1/+1 |
| 2015-05-28 | save-analysis: move another couple of things to the API | Nick Cameron | -40/+109 |
| 2015-05-27 | Add accessors for io::Error's inner error. | Steven Fackler | -6/+42 |
| 2015-05-27 | Delegate io::Error::cause to inner error | Steven Fackler | -0/+7 |
| 2015-05-28 | Auto merge of #25840 - arielb1:ptr-compare-fixes, r=nrc | bors | -8/+61 |
| 2015-05-28 | Auto merge of #25824 - alexcrichton:fix-deadlocking-test-on-windows, r=nikoma... | bors | -3/+1 |
| 2015-05-28 | Prevent comparison and dereferencing of raw pointers in constexprs | Ariel Ben-Yehuda | -8/+61 |
| 2015-05-28 | Auto merge of #25805 - jooert:colorized_tests, r=alexcrichton | bors | -1/+1 |
| 2015-05-27 | Remove mentions of int / uint from public documentation | Jake Goulding | -23/+23 |
| 2015-05-27 | Remove mentions of int / uint from the isize / usize docs | Jake Goulding | -16/+0 |