| Age | Commit message (Expand) | Author | Lines |
| 2014-05-20 | auto merge of #14304 : brson/rust/moredocs, r=kballard | bors | -20/+182 |
| 2014-05-20 | Add slice::MutableCloneableVector to the prelude | Kevin Ballard | -4/+4 |
| 2014-05-20 | auto merge of #14283 : Ryman/rust/commented_compile_fail_error, r=kballard | bors | -59/+31 |
| 2014-05-20 | Address review comments | Brian Anderson | -7/+7 |
| 2014-05-20 | core: Convert TODOs to FIXMEs | Brian Anderson | -5/+5 |
| 2014-05-20 | std: Alphabetize crate reexports for rustdoc | Brian Anderson | -4/+6 |
| 2014-05-20 | core: Spruce up the crate description | Brian Anderson | -11/+22 |
| 2014-05-20 | core: More concise description for mod ops | Brian Anderson | -1/+1 |
| 2014-05-20 | std: Fix broken link | Brian Anderson | -2/+1 |
| 2014-05-20 | core: Improve docs for cell | Brian Anderson | -1/+151 |
| 2014-05-20 | compiletest: Refactor compile-fail to regex. | Kevin Butler | -59/+31 |
| 2014-05-20 | auto merge of #14277 : pczarn/rust/manual-grammar, r=alexcrichton | bors | -9/+9 |
| 2014-05-20 | Correct EBNF grammar in the manual | Piotr Czarnecki | -9/+9 |
| 2014-05-19 | auto merge of #14296 : kballard/rust/diagnostic_color_newline, r=alexcrichton | bors | -2/+21 |
| 2014-05-19 | auto merge of #14289 : TyOverby/rust/master, r=alexcrichton | bors | -8/+18 |
| 2014-05-19 | auto merge of #14265 : Ryman/rust/issue-14254, r=alexcrichton | bors | -18/+252 |
| 2014-05-19 | Reset the terminal color before the newline for diagnostics | Kevin Ballard | -2/+21 |
| 2014-05-19 | green: Remove usage of UnsafeArc | Alex Crichton | -17/+18 |
| 2014-05-19 | rustuv: Remove usage of UnsafeArc | Alex Crichton | -27/+23 |
| 2014-05-19 | native: Remove UnsafeArc in favor of just Arc | Alex Crichton | -43/+30 |
| 2014-05-19 | std: Remove UnsafeArc | Alex Crichton | -218/+23 |
| 2014-05-19 | std: Move comm primitives away from UnsafeArc | Alex Crichton | -30/+39 |
| 2014-05-19 | core::iter::order functions now take two types of iterators. | TyOverby | -8/+18 |
| 2014-05-19 | std: Build Exclusive on Arc<Unsafe<T>> | Alex Crichton | -3/+5 |
| 2014-05-19 | std: Use Arc instead of UnsafeArc in BlockedTask | Alex Crichton | -8/+9 |
| 2014-05-19 | std: Rebuild spsc with Unsafe/&self | Alex Crichton | -25/+26 |
| 2014-05-19 | std: Rebuild mpsc queue with Unsafe/&self | Alex Crichton | -8/+9 |
| 2014-05-20 | rustc: Better resolve errors for &T, &mut T, remove failure condition. | Kevin Butler | -18/+252 |
| 2014-05-19 | auto merge of #14295 : aturon/rust/hide-init_to_vec, r=alexcrichton | bors | -5/+1 |
| 2014-05-19 | std: Rebuild mpmc queues on Unsafe/Arc | Alex Crichton | -23/+27 |
| 2014-05-19 | std: Rebuild sync::deque on Arc | Alex Crichton | -25/+27 |
| 2014-05-19 | auto merge of #14286 : cmr/rust/shard-benches, r=alexcrichton | bors | -22/+60 |
| 2014-05-19 | test: index shards at 1, not 0 | Corey Richardson | -22/+60 |
| 2014-05-19 | libcollections: remove `init_to_vec` | Aaron Turon | -5/+1 |
| 2014-05-19 | auto merge of #14294 : kballard/rust/result_unwrap_or_else, r=alexcrichton | bors | -4/+11 |
| 2014-05-19 | Rename Result.unwrap_or_handle() to .unwrap_or_else() | Kevin Ballard | -4/+11 |
| 2014-05-19 | auto merge of #14292 : limeburst/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -32/+403 |
| 2014-05-19 | auto merge of #14291 : Sawyer47/rust/doc-fixes, r=alexcrichton | bors | -25/+32 |
| 2014-05-20 | Fix typo in libcore | Jihyeok Seo | -1/+1 |
| 2014-05-19 | auto merge of #14279 : aochagavia/rust/pr2, r=huonw | bors | -71/+73 |
| 2014-05-19 | Minor doc fixes in various places | Piotr Jawniak | -25/+32 |
| 2014-05-19 | auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonw | bors | -8/+93 |
| 2014-05-18 | auto merge of #14288 : zwarich/rust/euv-underscore, r=alexcrichton | bors | -2/+2 |
| 2014-05-18 | Remove leading underscores in function signatures in a trait definition. | Cameron Zwarich | -2/+2 |
| 2014-05-18 | auto merge of #14276 : aochagavia/rust/pr, r=alexcrichton | bors | -2/+2 |
| 2014-05-18 | auto merge of #14122 : dagitses/rust/master, r=alexcrichton | bors | -0/+37 |
| 2014-05-18 | Fix insert_ordered in DList | Adolfo OchagavĂa | -1/+1 |
| 2014-05-18 | Fix dead code warnings | Adolfo OchagavĂa | -0/+2 |
| 2014-05-18 | auto merge of #14263 : cmr/rust/termex, r=kballard | bors | -2/+5 |