| Age | Commit message (Expand) | Author | Lines |
| 2014-07-22 | auto merge of #15870 : jakub-/rust/issue-15793, r=alexcrichton | bors | -1/+35 |
| 2014-07-22 | auto merge of #15834 : Kimundi/rust/moved_syntax_env, r=cmr | bors | -227/+254 |
| 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 | 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 | auto merge of #15700 : jakub-/rust/match-fail-removal, r=pcwalton | bors | -83/+22 |
| 2014-07-21 | auto merge of #15864 : alexcrichton/rust/rollup, r=alexcrichton | bors | -450/+2378 |
| 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 |
| 2014-07-21 | Don't create reexport module if there are none | Steven Fackler | -2/+4 |
| 2014-07-21 | Purge !resolve_unexported | Steven Fackler | -7/+0 |
| 2014-07-21 | Restructure test harness | Steven Fackler | -32/+53 |
| 2014-07-21 | Remove useless RefCells | Steven Fackler | -12/+11 |
| 2014-07-21 | Rename to_str to to_string | Steven Fackler | -6/+6 |
| 2014-07-21 | Update LLVM to include NullCheckElimination pass | Björn Steinbrink | -1/+1 |
| 2014-07-21 | syntax: Join consecutive string literals in format strings together | root | -10/+33 |
| 2014-07-21 | Simplify and cleanup bitv examples. | Jonas Hietala | -74/+120 |
| 2014-07-21 | Describe BitPositions and TwoBitPositions. | Jonas Hietala | -0/+2 |
| 2014-07-21 | Polish bitv docs. | Jonas Hietala | -56/+65 |
| 2014-07-21 | Enclose None as `None`. | Jonas Hietala | -4/+4 |
| 2014-07-21 | Main bitv example: prime sieve. | Jonas Hietala | -0/+49 |
| 2014-07-21 | Move intersection above difference and symmetric_differance. | Jonas Hietala | -29/+29 |
| 2014-07-21 | Document BitvSet. | Jonas Hietala | -19/+297 |
| 2014-07-21 | Document Bitv. | Jonas Hietala | -94/+307 |
| 2014-07-21 | Group union, intersect and difference in Bitv. | Jonas Hietala | -22/+22 |
| 2014-07-21 | Place union as the first function, for consistency. | Jonas Hietala | -12/+12 |
| 2014-07-21 | Move in-place functions below their iterator variants. | Jonas Hietala | -24/+24 |
| 2014-07-21 | Document Deque. | Jonas Hietala | -10/+173 |
| 2014-07-21 | rustdoc: Add an --extern flag analagous to rustc's | Tom Jakubowski | -17/+66 |
| 2014-07-21 | Address review feedback | Brian Anderson | -2/+6 |
| 2014-07-21 | rustc: Allow the crate linked to as 'std' to be customized | Brian Anderson | -1/+11 |
| 2014-07-21 | rustc: Pass optional additional plugins to compile_input | Brian Anderson | -12/+30 |
| 2014-07-21 | rustc: Extract --crate-type parsing to its own function | Brian Anderson | -17/+26 |
| 2014-07-21 | rustc: Make `monitor` public. | Brian Anderson | -1/+1 |
| 2014-07-21 | rlibc: add unit tests | Ilya Dmitrichenko | -4/+104 |
| 2014-07-21 | rlibc: fix bug in `memcmp()` | Ilya Dmitrichenko | -1/+1 |
| 2014-07-21 | repair macro docs | John Clements | -22/+35 |
| 2014-07-21 | Guessing game explanation | Steve Klabnik | -70/+879 |
| 2014-07-21 | Guide: improve error handling | Steve Klabnik | -49/+131 |
| 2014-07-21 | Remove runtime failure from pattern matching | Jakub Wieczorek | -83/+22 |
| 2014-07-21 | Fix :syn-include usage of Vim filetype. | Chris Morgan | -3/+5 |
| 2014-07-21 | Highlight $(…)* and $foo in Vim. | Chris Morgan | -0/+7 |
| 2014-07-20 | auto merge of #15810 : SimonSapin/rust/base64-from-bytes, r=alexcrichton | bors | -17/+29 |
| 2014-07-20 | auto merge of #15808 : jakub-/rust/use-mod, r=alexcrichton | bors | -80/+268 |
| 2014-07-20 | auto merge of #15805 : Sawyer47/rust/issue-8709, r=alexcrichton | bors | -3/+29 |
| 2014-07-20 | auto merge of #15806 : treeman/rust/std-doc, r=alexcrichton | bors | -6/+203 |