| Age | Commit message (Expand) | Author | Lines |
| 2014-05-20 | auto merge of #14304 : brson/rust/moredocs, r=kballard | bors | -20/+182 |
| 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 | core::iter::order functions now take two types of iterators. | TyOverby | -8/+18 |
| 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 | 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 | 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 |
| 2014-05-18 | Refactored and renamed functions to avoid failure | Adolfo Ochagavía | -63/+57 |
| 2014-05-18 | Rename to_vec and to_sorted_vec | Adolfo Ochagavía | -2/+8 |
| 2014-05-18 | auto merge of #14000 : pnkfelix/rust/fsk-fix-issue13732, r=alexcrichton | bors | -119/+278 |
| 2014-05-18 | Replaced Ord by TotalOrd in priority queue | Adolfo Ochagavía | -5/+5 |
| 2014-05-18 | Refactoring: Introduce distinct host and target rpath var setters. | Felix S. Klock II | -55/+158 |
| 2014-05-18 | Output debug info on how `#[phase] extern crate foo;` gets resolved. | Felix S. Klock II | -0/+3 |
| 2014-05-18 | Include file paths when dumping the list of resolved crates via `debug!`. | Felix S. Klock II | -2/+18 |
| 2014-05-18 | Fixing rustdoc stage1. | Felix S. Klock II | -62/+99 |
| 2014-05-18 | auto merge of #14275 : kballard/rust/bytes-return-static, r=huonw | bors | -6/+48 |
| 2014-05-18 | Make bytes!() return 'static | Kevin Ballard | -6/+48 |
| 2014-05-18 | Removed unnecessary transmute | Adolfo Ochagavía | -2/+2 |
| 2014-05-18 | auto merge of #14274 : youknowone/rust/advice-tilt-to-box, r=thestinger | bors | -5/+5 |
| 2014-05-18 | auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmr | bors | -4/+45 |