| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-07-26 | Deny all warnings by default in doc tests | Alex Crichton | -1/+1 |
| 2013-07-19 | updated manual | maikklein | -3/+2 |
| 2013-07-18 | auto merge of #7846 : alexcrichton/rust/static-mut-dox, r=pnkfelix | bors | -0/+35 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -118/+58 |
| 2013-07-17 | Add documentation about mutable statics to rust.md | Alex Crichton | -0/+35 |
| 2013-07-16 | Add doc and examples for attributes allow/warn/deny/forbid. | Felix S. Klock II | -2/+71 |
| 2013-07-09 | I forgot the changes to the docs as well | Jens Nockert | -2/+2 |
| 2013-07-07 | auto merge of #7582 : mitsuhiko/rust/doc-fixes, r=huonw | bors | -1/+1 |
| 2013-07-04 | auto merge of #7549 : sfackler/rust/docs, r=msullivan | bors | -6/+1 |
| 2013-07-04 | Removed drop from the keyword list in the docs | Armin Ronacher | -1/+1 |
| 2013-07-02 | Removing the rename warning | Steven Fackler | -2/+0 |
| 2013-07-02 | Fixed documentation for finalize->drop change | Steven Fackler | -2/+2 |
| 2013-07-01 | Small documentation changes | Steven Fackler | -3/+0 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -6/+6 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -7/+7 |
| 2013-06-28 | Convert vec::{push, push_all, push_all_move} to methods. | Huon Wilson | -1/+1 |
| 2013-06-22 | auto merge of #7274 : thestinger/rust/size_hint, r=huonw | bors | -3/+3 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -3/+3 |
| 2013-06-22 | auto merge of #7204 : alexcrichton/rust/deriving-to-string, r=pcwalton | bors | -1/+3 |
| 2013-06-22 | Expand the deriving(ToStr) implementation | Alex Crichton | -1/+3 |
| 2013-06-21 | Minor doc updates to reflect #[deriving(Zero)], and small release notes adjus... | Huon Wilson | -0/+1 |
| 2013-06-16 | Correct docs | Niko Matsakis | -1/+1 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -6/+6 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -8/+3 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -3/+3 |
| 2013-06-06 | Fix duplicate words in the docs | Alexei Sholik | -1/+1 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -2/+4 |
| 2013-05-30 | Minor grammar fix. | Gábor Horváth | -1/+1 |
| 2013-05-30 | Minor style fix. | Gábor Horváth | -1/+1 |
| 2013-05-30 | Minor documentation addition. | Gábor Horváth | -1/+2 |