| Age | Commit message (Expand) | Author | Lines |
| 2014-04-22 | native: Unlink unix socket paths on drop | Alex Crichton | -0/+16 |
| 2014-04-22 | auto merge of #13651 : ryantm/rust/master, r=brson | bors | -3/+2 |
| 2014-04-22 | Implement Show for &mut [T] | Thomas Backman | -0/+12 |
| 2014-04-21 | str: Inline `only_ascii` in string iterators. | Patrick Walton | -0/+4 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -15/+15 |
| 2014-04-20 | fix copyright message based on `make check` | Ryan Mulligan | -3/+3 |
| 2014-04-20 | remove meaningless sentence and update copyright. | Ryan Mulligan | -5/+4 |
| 2014-04-20 | auto merge of #13410 : alexcrichton/rust/issue-12278, r=pcwalton | bors | -2/+8 |
| 2014-04-20 | auto merge of #13643 : aochagavia/rust/pr-2, r=alexcrichton | bors | -4/+6 |
| 2014-04-20 | Minor changes in std::mem | aochagavia | -4/+6 |
| 2014-04-20 | Fix spelling mistakes in documentation and code. | Joseph Crail | -2/+2 |
| 2014-04-19 | auto merge of #13613 : alexcrichton/rust/fix-freebsd-compile, r=brson | bors | -3/+2 |
| 2014-04-19 | auto merge of #13610 : jsanders/rust/sender-try-send-docs, r=alexcrichton | bors | -5/+5 |
| 2014-04-19 | Rewrite paragraph describing difference between try_send and send_opt | James Sanders | -4/+4 |
| 2014-04-19 | auto merge of #13615 : alexcrichton/rust/improve-demangling, r=brson | bors | -3/+13 |
| 2014-04-19 | auto merge of #13614 : cgaebel/rust/master, r=brson | bors | -0/+6 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -2/+20 |
| 2014-04-18 | auto merge of #13606 : alexcrichton/rust/better-thread-errors, r=brson | bors | -4/+17 |
| 2014-04-19 | Reorder Float methods in trait definition and make consistent in impls | Brendan Zabarauskas | -293/+268 |
| 2014-04-19 | Fix formatting in float implementations | Brendan Zabarauskas | -72/+198 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -154/+154 |
| 2014-04-19 | Merge the Round trait into the Float trait | Brendan Zabarauskas | -78/+71 |
| 2014-04-18 | std: Fix demangling with middle special chars | Alex Crichton | -3/+13 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -505/+543 |
| 2014-04-18 | Reduce HashMap allocations. | Clark Gaebel | -0/+6 |
| 2014-04-18 | std: Fix compiling on FreeBSD | Alex Crichton | -3/+2 |
| 2014-04-18 | Fix a couple places in docs where try_send wasn't changed to send_opt | James Sanders | -2/+2 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -25/+20 |
| 2014-04-18 | std: Fail more gracefully on thread spawn errors | Alex Crichton | -4/+17 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -999/+342 |
| 2014-04-17 | auto merge of #13580 : DiamondLovesYou/rust/std-result-hash, r=alexcrichton | bors | -1/+1 |
| 2014-04-17 | auto merge of #13558 : alexcrichton/rust/snapshots, r=brson | bors | -25/+1 |
| 2014-04-17 | Add #[deriving(Hash)] to Result. | Richard Diamond | -1/+1 |
| 2014-04-16 | auto merge of #13499 : brson/rust/resultdocs, r=brson | bors | -5/+325 |
| 2014-04-16 | auto merge of #13465 : alexcrichton/rust/fix-comm-dox, r=brson | bors | -23/+77 |
| 2014-04-16 | doc: Address review feedback | Brian Anderson | -17/+14 |
| 2014-04-16 | std: Improve docs for mod 'result' | Brian Anderson | -5/+328 |
| 2014-04-16 | Register new snapshots | Alex Crichton | -25/+1 |
| 2014-04-16 | auto merge of #13539 : Aatch/rust/vector-copy-faster, r=thestinger | bors | -5/+38 |
| 2014-04-16 | auto merge of #13522 : seanmonstar/rust/sip, r=alexcrichton | bors | -42/+143 |
| 2014-04-15 | auto merge of #13532 : alexcrichton/rust/rollup, r=alexcrichton | bors | -127/+159 |
| 2014-04-15 | std: Un-ignore some float tests on windows | Alex Crichton | -2/+2 |
| 2014-04-15 | std: Remove pub use globs | Brian Anderson | -13/+25 |
| 2014-04-15 | Add a default impl for Set::is_superset | Steven Fackler | -1/+3 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -85/+109 |
| 2014-04-15 | std: Impl Deref/DerefMut for a borrowed task | Alex Crichton | -26/+20 |
| 2014-04-16 | Make Vec::clone and slice::to_owned failure-safe | James Miller | -17/+19 |
| 2014-04-15 | auto merge of #13498 : johnsoft/rust/fix-transmute-fn-names, r=alexcrichton | bors | -7/+7 |
| 2014-04-16 | Improve the copying code for slices and Vec | James Miller | -5/+36 |
| 2014-04-15 | optimized SipHash implementation | Sean McArthur | -42/+143 |