| Age | Commit message (Expand) | Author | Lines |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -0/+1 |
| 2013-12-07 | std::str: Add examples to the StrSlice trait. | Huon Wilson | -42/+321 |
| 2013-12-06 | Made Results API more composable | Marvin Löbel | -125/+44 |
| 2013-12-05 | auto merge of #10562 : ongardie/rust/master, r=brson | bors | -6/+7 |
| 2013-12-05 | auto merge of #10817 : alexcrichton/rust/sched-fix, r=brson | bors | -4/+49 |
| 2013-12-05 | Solve some nasty deschedulinging races with a lock | Alex Crichton | -4/+49 |
| 2013-12-05 | Fix documentation typo (divison operator is not backslash) | Alexandros Tasos | -2/+2 |
| 2013-12-04 | auto merge of #10796 : kballard/rust/revert-new-naming, r=alexcrichton | bors | -433/+432 |
| 2013-12-04 | Rename std::rt::deque::*::init() to *::new() | Kevin Ballard | -20/+20 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -413/+412 |
| 2013-12-04 | auto merge of #10804 : alexcrichton/rust/less-dup, r=pcwalton | bors | -13/+5 |
| 2013-12-04 | auto merge of #10803 : vmx/rust/integer-decode, r=cmr | bors | -0/+60 |
| 2013-12-04 | Don't dup the stdio file descriptors. | Alex Crichton | -13/+5 |
| 2013-12-04 | Decode a float into integers | Volker Mische | -0/+60 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -36/+36 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -140/+37 |
| 2013-12-03 | Move std::util::ignore to std::prelude::drop | Steven Fackler | -12/+10 |
| 2013-12-03 | auto merge of #10747 : alexcrichton/rust/snapshots, r=cmr | bors | -56/+2 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -56/+2 |
| 2013-12-03 | auto merge of #10768 : Blei/rust/logging-enabled-macros, r=alexcrichton | bors | -5/+20 |
| 2013-12-03 | add MutableVector::mut_split(self, pred) -> DoubleEndedIterator<&mut [T]> | Guillaume Pinot | -4/+110 |
| 2013-12-02 | Add a macro to check if logging at a given label is enabled | Philipp Brüschweiler | -5/+20 |
| 2013-12-02 | rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at) | Guillaume Pinot | -6/+6 |
| 2013-12-01 | auto merge of #10756 : thestinger/rust/transmute, r=alexcrichton | bors | -7/+1 |
| 2013-12-01 | remove useless `transmute_immut` function | Daniel Micay | -7/+1 |
| 2013-11-30 | auto merge of #10739 : DaGenix/rust/mut-chunks, r=alexcrichton | bors | -0/+102 |
| 2013-11-30 | auto merge of #10733 : alexcrichton/rust/ignore-on-windows, r=pcwalton | bors | -0/+1 |
| 2013-11-30 | auto merge of #10738 : sfackler/rust/buffered-fixes, r=alexcrichton | bors | -10/+28 |
| 2013-11-30 | Implement DoubleEndedIterator for MutChunkIter. | Palmer Cox | -0/+29 |
| 2013-11-30 | Implement mut_chunks() method for MutableVector trait. | Palmer Cox | -0/+73 |
| 2013-11-30 | auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwalton | bors | -10/+59 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -0/+1 |
| 2013-11-30 | auto merge of #10737 : huonw/rust/with-cap, r=alexcrichton | bors | -1/+7 |
| 2013-11-30 | Fixes for BufferedWriter and LineBufferedWriter | Steven Fackler | -10/+28 |
| 2013-12-01 | std::io::mem: add a with_capacity constructor to MemWriter. | Huon Wilson | -1/+7 |
| 2013-11-30 | Wrap the return value of the type_id intrinsic in an opaque box | Corey Richardson | -24/+32 |
| 2013-11-29 | Ignore a deque test on windows | Alex Crichton | -0/+1 |
| 2013-11-29 | Statically link librustrt to libstd | Alex Crichton | -1/+7 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -10/+52 |
| 2013-11-29 | auto merge of #10719 : Kimundi/rust/switch_to_multi_item_macros, r=alexcrichton | bors | -243/+232 |
| 2013-11-29 | Implement a lock-free work-stealing deque | Alex Crichton | -135/+716 |
| 2013-11-29 | Removed module macro workaround for signed and unsigned integers | Marvin Löbel | -57/+93 |
| 2013-11-29 | Removed useless cmp::{min, max} reexports from the integer modules | Marvin Löbel | -7/+2 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -412/+413 |
| 2013-11-29 | Removed a few macro-expanding-to-module workarounds | Marvin Löbel | -185/+143 |
| 2013-11-28 | Fix initial debug statements printing twice | Alex Crichton | -5/+7 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -60/+56 |
| 2013-11-28 | auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv... | bors | -0/+194 |
| 2013-11-27 | auto merge of #10691 : g3xzh/rust/benchm, r=cmr | bors | -0/+86 |
| 2013-11-27 | auto merge of #10687 : alexcrichton/rust/issue-10686, r=thestinger | bors | -248/+227 |