| Age | Commit message (Expand) | Author | Lines |
| 2014-07-23 | auto merge of #15899 : aochagavia/rust/guide, r=kballard | bors | -9/+4 |
| 2014-07-23 | auto merge of #15897 : Gankro/rust/it-docs, r=kballard | bors | -3/+10 |
| 2014-07-22 | auto merge of #15272 : jakub-/rust/issue-13041, r=pcwalton | bors | -84/+312 |
| 2014-07-22 | Add Drop support for enums | Jakub Wieczorek | -84/+312 |
| 2014-07-22 | auto merge of #15894 : treeman/rust/vec-doc, r=alexcrichton | bors | -139/+233 |
| 2014-07-22 | auto merge of #15869 : alexcrichton/rust/issue-15828, r=kballard | bors | -4/+14 |
| 2014-07-22 | Remove misleading code example from The Guide | Adolfo Ochagavía | -9/+4 |
| 2014-07-22 | clarifying iterator trait documentation | Alexis Beingessner | -3/+10 |
| 2014-07-22 | auto merge of #15863 : dotdash/rust/lifetimes3, r=alexcrichton | bors | -8/+81 |
| 2014-07-22 | auto merge of #15857 : treeman/rust/doc-dijkstra-example, r=alexcrichton | bors | -1/+137 |
| 2014-07-22 | Main example for priority queue using dijkstra's algorithm. | Jonas Hietala | -1/+137 |
| 2014-07-22 | auto merge of #15888 : mprobinson/rust/rustdoc-fixes, r=cmr | bors | -12/+12 |
| 2014-07-22 | auto merge of #15884 : steveklabnik/rust/guide_fix_headings, r=huonw | bors | -38/+38 |
| 2014-07-22 | doc: Normalize example style | Jonas Hietala | -62/+53 |
| 2014-07-22 | doc: Vec::from_raw_parts. | Jonas Hietala | -5/+37 |
| 2014-07-22 | auto merge of #15876 : brson/rust/failfat, r=pcwalton | bors | -3/+9 |
| 2014-07-22 | doc: Fill vec documentation with examples. | Jonas Hietala | -1/+72 |
| 2014-07-22 | auto merge of #15871 : dotdash/rust/unnamed_fmtstr, r=pcwalton | bors | -1/+6 |
| 2014-07-22 | doc: Use vec![] instead of vec!() in Vec. | Jonas Hietala | -77/+77 |
| 2014-07-22 | Emit LLVM lifetime intrinsics to improve stack usage and codegen in general | Björn Steinbrink | -8/+81 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -11/+735 |
| 2014-07-21 | Fix pretty test | Corey Richardson | -0/+1 |
| 2014-07-22 | auto merge of #15870 : jakub-/rust/issue-15793, r=alexcrichton | bors | -1/+35 |
| 2014-07-21 | Don't run lexer tests by default | Corey Richardson | -3/+4 |
| 2014-07-22 | auto merge of #15834 : Kimundi/rust/moved_syntax_env, r=cmr | bors | -227/+254 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -3/+82 |
| 2014-07-21 | Shuffle around check-lexer conditions | Corey Richardson | -29/+59 |
| 2014-07-21 | Break apart long lines in verify.rs | Corey Richardson | -1/+3 |
| 2014-07-21 | lexer tests: makefile/configure | Corey Richardson | -2/+84 |
| 2014-07-22 | auto merge of #15217 : steveklabnik/rust/range, r=huonw | bors | -1/+13 |
| 2014-07-21 | Guide: fix headings | Steve Klabnik | -38/+38 |
| 2014-07-21 | Clarify range's exclusivity. | Steve Klabnik | -1/+13 |
| 2014-07-22 | Refactoring: Only use `MacroExpander` for expanding outside of | Marvin Löbel | -27/+42 |
| 2014-07-21 | Fix rustdoc --passes list | Mike Robinson | -12/+12 |
| 2014-07-21 | Moved `syntax::ext::base::SyntaxEnv` into `syntax::ext::base::ExtCtx` | Marvin Löbel | -201/+213 |
| 2014-07-21 | Update LLVM to address an issue with range metadata in hoisted loads | Jakub Wieczorek | -1/+35 |
| 2014-07-21 | Use fewer instructions for `fail!` | Brian Anderson | -3/+9 |
| 2014-07-21 | auto merge of #15700 : jakub-/rust/match-fail-removal, r=pcwalton | bors | -83/+22 |
| 2014-07-21 | Allow merging of statics generated by format!() | Björn Steinbrink | -1/+6 |
| 2014-07-21 | auto merge of #15864 : alexcrichton/rust/rollup, r=alexcrichton | bors | -453/+2382 |
| 2014-07-21 | rustc: Append platform exe suffix to output files | Alex Crichton | -4/+14 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -9/+36 |
| 2014-07-21 | Byte/raw binary literal fixes | Corey Richardson | -4/+24 |
| 2014-07-21 | Refine the tooling, handle comments | Corey Richardson | -31/+68 |
| 2014-07-21 | First pass at line comment correctness | Corey Richardson | -15/+30 |
| 2014-07-21 | Add raw string literal ambiguity document | Corey Richardson | -0/+29 |
| 2014-07-21 | Lexer; subtly wrong; no makefile | Corey Richardson | -0/+401 |
| 2014-07-21 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-07-21 | Clarify the std::vec::Vec docs regarding capacity | P1start | -3/+37 |
| 2014-07-21 | Get rid of few warnings in tests | Piotr Jawniak | -9/+7 |