| Age | Commit message (Expand) | Author | Lines |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -5/+5 |
| 2013-12-11 | Some rustdoc manual fixes | Corey Richardson | -3/+18 |
| 2013-12-11 | proto is gone | kud1ing | -3/+1 |
| 2013-12-10 | auto merge of #10880 : cmr/rust/tut++, r=pnkfelix | bors | -96/+149 |
| 2013-12-10 | Remove duplication of libstd docs. | Corey Richardson | -50/+6 |
| 2013-12-10 | Update `Freeze` information | Corey Richardson | -1/+4 |
| 2013-12-10 | Tiny fixes to linked list section. | Corey Richardson | -5/+6 |
| 2013-12-10 | Update Owned to Send, show some types which aren't | Corey Richardson | -4/+8 |
| 2013-12-10 | Function declaration takes pats, not exprs. | Corey Richardson | -1/+1 |
| 2013-12-10 | Clarify newtype | Corey Richardson | -1/+1 |
| 2013-12-10 | Clarify arity | Corey Richardson | -3/+3 |
| 2013-12-10 | Inherited mutabilty clarification | Corey Richardson | -3/+2 |
| 2013-12-10 | loop -> continue | Corey Richardson | -1/+1 |
| 2013-12-10 | Wildcard changes. | Corey Richardson | -3/+2 |
| 2013-12-10 | Macro definition is feature gated. | Corey Richardson | -1/+3 |
| 2013-12-10 | Fix tiny formatting error. | Corey Richardson | -1/+1 |
| 2013-12-10 | Clarify `as`, mention transmute. | Corey Richardson | -6/+10 |
| 2013-12-10 | Clarify that strings aren't magical. | Corey Richardson | -1/+2 |
| 2013-12-10 | Fix tiny formatting error. | Corey Richardson | -1/+1 |
| 2013-12-10 | Add rustdoc documentation. | Corey Richardson | -3/+77 |
| 2013-12-10 | auto merge of #10882 : jhasse/rust/patch-1, r=metajack | bors | -1/+1 |
| 2013-12-10 | Fix grammar error. | Corey Richardson | -1/+2 |
| 2013-12-10 | Add a link to the wiki's package list and refer to git | Corey Richardson | -4/+12 |
| 2013-12-10 | Note that Rust can be embedded. | Corey Richardson | -1/+1 |
| 2013-12-10 | Fix span. | Corey Richardson | -1/+1 |
| 2013-12-10 | Explain potentially confusing string example. | Corey Richardson | -4/+5 |
| 2013-12-09 | Add some more commentary to FFI tutorial. | Edward Z. Yang | -9/+26 |
| 2013-12-09 | Add missing .com | Jan Niklas Hasse | -1/+1 |
| 2013-12-04 | rewrite part of the tutorial | Daniel Micay | -46/+361 |
| 2013-12-02 | auto merge of #10773 : jvns/rust/patch-1, r=cmr | bors | -0/+26 |
| 2013-12-02 | Add section on closure types to manual | Julia Evans | -0/+26 |
| 2013-12-02 | Bring the linkage documentation up-to-date | Alex Crichton | -19/+223 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -8/+4 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -9/+9 |
| 2013-11-27 | Be more strict about doc comments | Corey Richardson | -5/+7 |
| 2013-11-26 | auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchton | bors | -0/+2 |
| 2013-11-26 | add `#[thread_local]` attribute | Daniel Micay | -0/+2 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -2/+2 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -50/+37 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -3/+3 |
| 2013-11-26 | auto merge of #10668 : vky/rust/closure-doc-update, r=alexcrichton | bors | -56/+56 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -7/+7 |
| 2013-11-26 | Updating docs with updated closure syntax, `&fn` -> `||` | Vijay Korapaty | -56/+56 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -113/+3 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -113/+3 |
| 2013-11-22 | minor rewording in the tutorial's `Rc` coverage | Daniel Micay | -1/+2 |
| 2013-11-21 | auto merge of #10589 : thestinger/rust/doc, r=pcwalton | bors | -48/+47 |
| 2013-11-21 | tutorial: alternatives to ownership | Daniel Micay | -48/+47 |
| 2013-11-21 | auto merge of #10587 : thestinger/rust/stack, r=pcwalton | bors | -7/+5 |
| 2013-11-21 | remove segmented stacks from the manual | Daniel Micay | -7/+5 |