| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-11-25 | rm #[mutable_doc] | Daniel Micay | -2/+0 |
| 2013-11-25 | Add [mut_]shift_ref/[mut_]pop_ref functions, which return a pointer to the fi... | Niko Matsakis | -0/+194 |
| 2013-11-25 | auto merge of #10643 : jorendorff/rust/master, r=alexcrichton | bors | -1/+1 |
| 2013-11-24 | auto merge of #10635 : alexcrichton/rust/issue-10626, r=cmr | bors | -1/+5 |
| 2013-11-25 | std: IPv6 addresses are represented as eight groups of four HEXADECIMAL digits | Andreas Ots | -1/+2 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -2088/+145 |
| 2013-11-24 | Cache a task's stderr logger | Alex Crichton | -1/+5 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -2088/+145 |
| 2013-11-24 | Fix spelling of "vacuum" in one of the abort quotes. | Jason Orendorff | -1/+1 |
| 2013-11-25 | std::trie: Fix find_mut for non-present keys | Jannis Harder | -1/+12 |
| 2013-11-24 | Implement cmp traits for Rc<T> and add a ptr_eq method. | Léo Testard | -0/+55 |
| 2013-11-24 | std::rt: Fix crate_map on Win64 | klutzy | -1/+6 |
| 2013-11-24 | std::rt: Fix record_stack_bounds on win64 | klutzy | -2/+2 |
| 2013-11-24 | std: Fix transmute error on win64 | klutzy | -1/+1 |
| 2013-11-24 | std::libc: Simplify win32/win64 type definitions | klutzy | -164/+30 |
| 2013-11-24 | std::libc: Remove TCHAR types | klutzy | -20/+17 |
| 2013-11-23 | auto merge of #10514 : sfackler/rust/mut, r=cmr | bors | -325/+346 |
| 2013-11-23 | Move mutable::Mut to cell::RefCell | Steven Fackler | -335/+320 |
| 2013-11-22 | auto merge of #10611 : cmr/rust/ascii_flesh, r=pcwalton | bors | -0/+68 |
| 2013-11-23 | Add ctype-likes to Ascii | Corey Richardson | -0/+68 |
| 2013-11-22 | Add Rc::from_mut | Steven Fackler | -0/+17 |
| 2013-11-22 | More Mut tests | Steven Fackler | -0/+9 |
| 2013-11-22 | Strip down Cell functionality | Steven Fackler | -59/+3 |
| 2013-11-22 | Change Mut::map to Mut::with | Steven Fackler | -19/+19 |
| 2013-11-22 | Make MutRef more consistent with &mut | Steven Fackler | -9/+9 |
| 2013-11-22 | Cell -> Mut switch in comm | Steven Fackler | -20/+24 |
| 2013-11-22 | Move Rc tests away from Cell | Steven Fackler | -7/+7 |
| 2013-11-22 | Remove RcMut | Steven Fackler | -237/+0 |