| Age | Commit message (Expand) | Author | Lines |
| 2014-07-22 | Implement PartialEq, Eq for TrieMap, TrieSet | nham | -18/+46 |
| 2014-07-22 | Derive Hash for TrieMap and TrieSet | nham | -0/+27 |
| 2014-07-22 | auto merge of #15869 : alexcrichton/rust/issue-15828, r=kballard | bors | -4/+14 |
| 2014-07-22 | Clean up some trait impls in core::num. | Tobias Bucher | -18/+7 |
| 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/+674 |
| 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 | -2/+3 |
| 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 | -13/+41 |
| 2014-07-21 | Break apart long lines in verify.rs | Corey Richardson | -1/+3 |
| 2014-07-21 | lexer tests: makefile/configure | Corey Richardson | -2/+25 |
| 2014-07-21 | Guide: fix headings | Steve Klabnik | -38/+38 |
| 2014-07-21 | Guide Redux: Pointers | Steve Klabnik | -262/+603 |
| 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 | -450/+2378 |
| 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 |
| 2014-07-21 | fix string in from_utf8_lossy_100_multibyte benchmark | Ted Horst | -2/+1 |
| 2014-07-21 | privacy: Add publically-reexported foreign item to exported item set | Kiet Tran | -1/+6 |