| Age | Commit message (Expand) | Author | Lines |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-11-26 | Updating docs with updated closure syntax, `&fn` -> `||` | Vijay Korapaty | -8/+8 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -2/+2 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -2/+2 |
| 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 |
| 2013-11-20 | update manual to reflect &'lifetime syntax | Isaac Dupree | -1/+1 |
| 2013-11-17 | auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmr | bors | -0/+1 |
| 2013-11-17 | Forbid privacy in inner functions | Alex Crichton | -0/+1 |
| 2013-11-16 | Fix the `num_lit` grammar in the reference manual. | Chris Morgan | -1/+3 |
| 2013-11-07 | auto merge of #10243 : mattcarberry/rust/master, r=brson | bors | -1/+4 |
| 2013-11-04 | docs: Replace std::iterator with std::iter. | Huon Wilson | -5/+4 |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -1/+4 |
| 2013-10-31 | Implement a concat!() format extension | Alex Crichton | -0/+1 |
| 2013-10-22 | Update the manual. | Luqman Aden | -4/+11 |
| 2013-10-22 | Minor grammatical fixes and removed section on 'rust' tool | Michael Letterle | -1/+1 |
| 2013-10-22 | Remove old logging from the tutorial | Alex Crichton | -14/+14 |
| 2013-10-21 | doc: tidy and cleanup CSS deps, add tutorial PDF generation | Adrien Tétar | -203/+156 |
| 2013-10-18 | auto merge of #9851 : alexcrichton/rust/include_bin, r=huonw | bors | -2/+5 |
| 2013-10-18 | Optimize include_bin! for large inputs | Alex Crichton | -2/+5 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -1/+1 |
| 2013-10-17 | Removed the -Z once_fns compiler flag and added the new feature directive of ... | Chris Sainty | -0/+4 |
| 2013-10-07 | auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichton | bors | -4/+32 |
| 2013-10-07 | Fix merge fallout of privacy changes | Alex Crichton | -0/+4 |
| 2013-10-08 | document raw string literals in tutorial.md and rust.md | Benjamin Herr | -4/+32 |
| 2013-10-07 | Document visibility in the manual/tutorial | Alex Crichton | -0/+161 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+52 |
| 2013-10-02 | syntax: Add #[deriving(FromPrimitive)] syntax extension | Erick Tryzelaar | -0/+1 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -49/+34 |
| 2013-09-30 | tutorial: Remove usage of fmt! | Alex Crichton | -22/+24 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -2/+2 |
| 2013-09-17 | Added support for a `\0` escape sequence. | Daniel Rosenwasser | -1/+1 |
| 2013-09-17 | document what unsafety means | Daniel Micay | -11/+63 |
| 2013-09-12 | Document the Zero trait | Erick Tryzelaar | -1/+2 |
| 2013-09-11 | auto merge of #9039 : singingboyo/rust/update-for-expr-docs, r=thestinger | bors | -17/+4 |
| 2013-09-07 | Update for_expr docs. | Brandon Sanderson | -17/+4 |
| 2013-09-06 | Fix #6031. Allow symbolic log levels, not just numbers. | novalis | -3/+5 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -1/+57 |
| 2013-08-30 | doc/rust.md: Missing in keyword on keyword list. | Carlos | -1/+1 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -1/+1 |
| 2013-08-22 | Clarify use_decl module resolution docs. | Brandon Sanderson | -0/+32 |
| 2013-08-21 | Change type of extern fns from `*u8` to `extern "ABI" fn` | Niko Matsakis | -11/+21 |
| 2013-08-21 | auto merge of #8585 : jankobler/rust/extract-grammar-01, r=catamorphism | bors | -2/+2 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -4/+3 |
| 2013-08-18 | insert space | Jan Kobler | -2/+2 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -3/+3 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -8/+22 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -4/+4 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -3/+3 |