| Age | Commit message (Expand) | Author | Lines |
| 2015-02-28 | Rollup merge of #22867 - FuGangqiang:master, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-02-28 | Rollup merge of #22866 - iKevinY:version-output-doc-fix, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-02-28 | Rollup merge of #22884 - japaric:obsolete, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-28 | Rollup merge of #22875 - kmcallister:maceager, r=sfackler | Manish Goregaokar | -4/+4 |
| 2015-02-27 | remove leftover annotations | Jorge Aparicio | -2/+2 |
| 2015-02-28 | change to iterate over &vet | FuGangqiang | -1/+1 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -4/+4 |
| 2015-02-27 | Rollup merge of #22748 - jxcl:string-backslash, r=steveklabnik | Manish Goregaokar | -1/+14 |
| 2015-02-27 | Rollup merge of #22732 - jxcl:cargo-new, r=steveklabnik | Manish Goregaokar | -4/+62 |
| 2015-02-27 | remove the call `.iter()` | FuGangqiang | -2/+2 |
| 2015-02-27 | Update expected output of `rustc --version` | Kevin Yap | -2/+2 |
| 2015-02-25 | Changed prose to assert_eq! macro. | Alexander Bliskovsky | -2/+2 |
| 2015-02-25 | Added documentation of backslash ending string literals. | Alexander Bliskovsky | -1/+14 |
| 2015-02-25 | Rollup merge of #22784 - rnestler:fix_doc_faq, r=dotdash | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -32/+143 |
| 2015-02-24 | Enhance and move information about macro debugging | Keegan McAllister | -23/+39 |
| 2015-02-24 | Tweak wording in the macros guide | Keegan McAllister | -10/+19 |
| 2015-02-24 | Add a second, more vexing section on recursive macros | Keegan McAllister | -0/+47 |
| 2015-02-24 | Add a section on recursive macros | Keegan McAllister | -0/+39 |
| 2015-02-24 | Fix "How to submit a bug report" link | Raphael Nestler | -1/+1 |
| 2015-02-25 | Rollup merge of #22458 - steveklabnik:try_in_error_chapter, r=alexcrichton | Manish Goregaokar | -0/+72 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -1/+1 |
| 2015-02-24 | Mention try macro in error chapter | Steve Klabnik | -0/+72 |
| 2015-02-24 | Rollup merge of #22473 - leejunseok:fix_pointer_example, r=steveklabnik | Manish Goregaokar | -13/+14 |
| 2015-02-24 | Rollup merge of #22740 - frewsxcv:patch-4, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-02-24 | Rollup merge of #22719 - steveklabnik:typo_fix, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-24 | Rollup merge of #22711 - lummax:patch-1, r=dotdash | Manish Goregaokar | -4/+4 |
| 2015-02-23 | Enforce a white background for the docs | Corey Farwell | -0/+1 |
| 2015-02-23 | Removed `{}` and small wording fixes to "Hello Cargo!" chapter. | Alexander Bliskovsky | -10/+10 |
| 2015-02-23 | Added section on `cargo new` to "Hello Cargo!" chapter. | Alexander Bliskovsky | -1/+59 |
| 2015-02-23 | Rollup merge of #22660 - achernya:tuple-reference, r=alexcrichton | Manish Goregaokar | -1/+3 |
| 2015-02-23 | Rollup merge of #22612 - jxcl:iter-replace, r=steveklabnik | Manish Goregaokar | -13/+13 |
| 2015-02-23 | Rollup merge of #22593 - brson:spatch, r=steveklabnik | Manish Goregaokar | -4/+5 |
| 2015-02-23 | Rollup merge of #22556 - brson:str, r=steveklabnik | Manish Goregaokar | -7/+10 |
| 2015-02-23 | Rollup merge of #22514 - diamondman:intro_doc_threading, r=steveklabnik | Manish Goregaokar | -34/+30 |
| 2015-02-23 | Static and dynamic dispatch: missing word | Steve Klabnik | -2/+2 |
| 2015-02-23 | doc: Fix `target_{word_size,pointer_width}` renaming | lummax | -4/+4 |
| 2015-02-23 | Rollup merge of #22270 - steveklabnik:gh22152, r=huonw | Manish Goregaokar | -0/+3 |
| 2015-02-22 | Fixed erroneous statements in iterators.md. | Alexander Bliskovsky | -8/+5 |
| 2015-02-22 | Switch to &vector notation in the iterators chapter. | Alexander Bliskovsky | -13/+16 |
| 2015-02-22 | Update intro.md to fix thread spawning example Closes #22419 | Jessy Diamond Exum | -34/+30 |
| 2015-02-22 | Link from literals to their representation | Steve Klabnik | -0/+3 |
| 2015-02-22 | Include tuple indexing in the Reference. | Alexander Chernyakhovsky | -1/+3 |
| 2015-02-22 | Rollup merge of #22625 - inrustwetrust:dispatch-doc-grammar, r=huonw | Manish Goregaokar | -9/+9 |
| 2015-02-22 | Rollup merge of #22524 - stevencrockett:master, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-22 | Rollup merge of #22515 - adamhjk:add-else-if-to-docs, r=steveklabnik | Manish Goregaokar | -0/+14 |
| 2015-02-22 | Rollup merge of #22267 - steveklabnik:fix_lie, r=Gankro | Manish Goregaokar | -2/+7 |
| 2015-02-21 | Minor grammar/spelling fixes to the "Static and Dynamic Dispatch" doc | inrustwetrust | -9/+9 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -2/+2 |
| 2015-02-20 | docs: Explain static dispatch advantage more clearly | Brian Anderson | -4/+5 |