| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-11-27 | Fix handling of upper/lowercase, and whitespace | Florian Zeitz | -10/+670 |
| 2013-11-27 | Update Unicode data to version 6.3 | Florian Zeitz | -600/+605 |
| 2013-11-27 | Use the native tls implementation on android | Alex Crichton | -248/+227 |
| 2013-11-27 | auto merge of #10685 : ebiggers/rust/ascii_fixes, r=alexcrichton | bors | -2/+11 |
| 2013-11-27 | auto merge of #10662 : alexcrichton/rust/thread-detach, r=pcwalton | bors | -75/+208 |
| 2013-11-27 | Improve the rt::thread module | Alex Crichton | -62/+154 |
| 2013-11-27 | std::ascii: Add tests for is_digit() and is_control() | Eric Biggers | -0/+9 |
| 2013-11-27 | auto merge of #10688 : bjz/rust/recv_iter, r=brson | bors | -3/+84 |
| 2013-11-27 | Add benchmark tests to path/posix | g3xzh | -0/+86 |
| 2013-11-26 | Clean up statically initialized data on shutdown | Alex Crichton | -14/+55 |
| 2013-11-27 | Add an iterator for receiving messages from GenericPorts | Brendan Zabarauskas | -3/+84 |
| 2013-11-26 | auto merge of #10679 : alexcrichton/rust/no-routine, r=pcwalton | bors | -29/+0 |
| 2013-11-26 | std::ascii: Fix is_digit() and is_control() | Eric Biggers | -2/+2 |
| 2013-11-26 | Remove unused std::routine | Alex Crichton | -29/+0 |
| 2013-11-26 | auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchton | bors | -5/+105 |
| 2013-11-26 | port the runtime to `#[thread_local]` | Daniel Micay | -5/+105 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -32/+10 |
| 2013-11-26 | libstd: Fix Win32 and other bustage. | Patrick Walton | -39/+41 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -38/+46 |