| Age | Commit message (Expand) | Author | Lines |
| 2013-12-03 | Register new snapshots | Alex Crichton | -56/+2 |
| 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-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 | 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 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -315/+337 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -895/+722 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -42/+44 |
| 2013-11-26 | auto merge of #10660 : alexcrichton/rust/little-scope, r=pcwalton | bors | -71/+71 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -337/+342 |
| 2013-11-25 | auto merge of #10631 : klutzy/rust/win-fixes, r=alexcrichton | bors | -185/+53 |
| 2013-11-26 | std: Remove unused attributes | klutzy | -4/+2 |
| 2013-11-26 | rustc: Add lint for obsolete attributes | klutzy | -1/+0 |
| 2013-11-25 | Move LittleLock to using RAII | Alex Crichton | -71/+71 |
| 2013-11-25 | auto merge of #10650 : andreasots/rust/ipv6-is-in-hex, r=alexcrichton | bors | -1/+2 |
| 2013-11-25 | auto merge of #10658 : LeoTestard/rust/serialize-rc, r=cmr | bors | -0/+8 |
| 2013-11-25 | Implement IterBytes for Rc<T>. | Léo Testard | -0/+8 |