| Age | Commit message (Expand) | Author | Lines |
| 2013-12-23 | extra: impl IterBytes for uuid::Uuid | Jeff Olson | -0/+17 |
| 2013-12-23 | auto merge of #11022 : spaolacci/rust/0read, r=alexcrichton | bors | -3/+31 |
| 2013-12-23 | auto merge of #11120 : alexcrichton/rust/rustdoc-test, r=brson | bors | -169/+662 |
| 2013-12-23 | Fixing more doc tests | Alex Crichton | -6/+12 |
| 2013-12-23 | doc: Expand rustdoc's documentation for testing | Alex Crichton | -0/+89 |
| 2013-12-23 | mk: Run doc tests as part of 'make check' | Alex Crichton | -0/+27 |
| 2013-12-23 | extra: Fix all code examples | Alex Crichton | -39/+58 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -90/+147 |
| 2013-12-23 | rustdoc: Add the ability to test code in comments | Alex Crichton | -40/+335 |
| 2013-12-23 | Add tests for 0-byte read propagation. | Sébastien Paolacci | -0/+28 |
| 2013-12-22 | auto merge of #11069 : alexcrichton/rust/issue-11067, r=brson | bors | -6/+19 |
| 2013-12-22 | uv: Suppress a warning by using an absolute path | Alex Crichton | -6/+19 |
| 2013-12-22 | auto merge of #11111 : alexcrichton/rust/issue-11039, r=brson | bors | -0/+21 |
| 2013-12-22 | auto merge of #11109 : sfackler/rust/arc, r=alexcrichton | bors | -15/+58 |
| 2013-12-22 | auto merge of #11046 : zargony/rust/dep-info, r=alexcrichton | bors | -30/+62 |
| 2013-12-22 | auto merge of #11101 : jhasse/rust/patch-msys-quickfix, r=luqmana | bors | -1/+1 |
| 2013-12-22 | Allow optional filename argument for --dep-info | Andreas Neuhaus | -24/+59 |
| 2013-12-22 | Use --crate-file-name to find out the library filename in dep-info test | Andreas Neuhaus | -6/+3 |
| 2013-12-22 | auto merge of #11096 : brson/rust/pp, r=alexcrichton | bors | -44/+0 |
| 2013-12-22 | auto merge of #11082 : brson/rust/noat, r=alexcrichton | bors | -76/+89 |
| 2013-12-22 | auto merge of #11114 : klutzy/rust/a, r=cmr | bors | -0/+1 |
| 2013-12-22 | mk: Clean .lib files | klutzy | -0/+1 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -1303/+493 |
| 2013-12-22 | fix check-fast tests. | Huon Wilson | -1/+2 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -140/+118 |
| 2013-12-21 | auto merge of #10997 : cadencemarseille/rust/issue-10755-ICE-for-missing-link... | bors | -5/+29 |
| 2013-12-21 | Guarantee comm primitives are not Freeze | Alex Crichton | -0/+21 |
| 2013-12-21 | auto merge of #11110 : alexcrichton/rust/attempt-to-fix-osx-segfaulting, r=brson | bors | -0/+0 |
| 2013-12-21 | Attempt to fix the segfaulting osx bots | Alex Crichton | -0/+0 |
| 2013-12-21 | Remove unneccessary mut from arc | Steven Fackler | -4/+4 |
| 2013-12-21 | Don't poison ARCs that are used while unwinding | Steven Fackler | -12/+55 |
| 2013-12-21 | auto merge of #11095 : brson/rust/issue-11094, r=alexcrichton | bors | -0/+9 |
| 2013-12-21 | std: Remove some @-boxes | Brian Anderson | -76/+89 |
| 2013-12-21 | Remove unnecessary semicolon | Jan Niklas Hasse | -1/+1 |
| 2013-12-21 | auto merge of #11100 : klutzy/rust/win-no-pthread-2, r=alexcrichton | bors | -1/+3 |
| 2013-12-21 | rustuv: Stop link to pthread on Windows | klutzy | -1/+3 |
| 2013-12-20 | auto merge of #10930 : DaGenix/rust/remove-unnecessary-fields, r=alexcrichton | bors | -25/+20 |
| 2013-12-20 | auto merge of #11079 : chris-morgan/rust/fix-11072-regressions, r=brson | bors | -2/+1 |
| 2013-12-20 | mk: Remove obsolete source reformatting rules | Brian Anderson | -44/+0 |
| 2013-12-20 | mk: Work around problem with run-make tests on multiple targets. #11094 | Brian Anderson | -0/+9 |
| 2013-12-20 | Implement size_hint() for ByRef iterator | Palmer Cox | -1/+2 |
| 2013-12-20 | Update next() and size_hint() for MutSpliterIterator | Palmer Cox | -11/+8 |
| 2013-12-20 | Remove remainder field from MutChunkIter | Palmer Cox | -13/+10 |
| 2013-12-20 | auto merge of #11031 : jhasse/rust/patch-msys-3, r=cmr | bors | -45/+28 |
| 2013-12-20 | auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr | bors | -67/+127 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -27/+91 |
| 2013-12-20 | Support ANSI colors in msys terminals. See #2807 | Jan Niklas Hasse | -45/+28 |
| 2013-12-20 | auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichton | bors | -173/+153 |
| 2013-12-20 | doc: forward-port the conditions tutorial + fixup libstd example | Adrien Tétar | -173/+153 |
| 2013-12-20 | auto merge of #11075 : alexcrichton/rust/issue-10392, r=brson | bors | -2/+79 |