| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-29 | auto merge of #6825 : caitp/rust/issue-6824, r=Aatch | bors | -2/+2 |
| 2013-05-30 | Fixes #6824 - Correct scan_number() grammar | Caitlin Potter | -2/+2 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -3/+6 |
| 2013-05-23 | docs: Don't mention obsolete move operator, as per #5700 | Tim Chevalier | -4/+5 |
| 2013-05-23 | more testing fallout from core->std/std->extra move | Ted Horst | -35/+35 |
| 2013-05-22 | Add static_assert doc blurb | Corey Richardson | -0/+1 |
| 2013-05-20 | added and rewrote text for 'do' and 'for' loops | John Clements | -12/+16 |
| 2013-05-16 | syntax: implement #[deriving(DeepClone)]. Fixes #6514. | Huon Wilson | -1/+1 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -41/+40 |
| 2013-05-13 | doc: document the #[deriving] attribute. | Huon Wilson | -0/+43 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -41/+40 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -30/+1 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -3/+3 |