| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -26/+26 |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -1/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+4 |
| 2014-03-28 | auto merge of #13168 : jankobler/rust/verify-grammar-02, r=brson | bors | -15/+16 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -3/+3 |
| 2014-03-27 | doc: Update the tutorial about bounds for traits | Alex Crichton | -15/+17 |
| 2014-03-27 | verify-grammar llnextgen | Jan Kobler | -15/+15 |
| 2014-03-27 | verify-grammar keyword crate | Jan Kobler | -0/+1 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -5/+27 |
| 2014-03-25 | auto merge of #13106 : CLUSTERfoo/rust/docs/labelled_breaks, r=brson | bors | -4/+61 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -2/+2 |
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -2/+2 |
| 2014-03-24 | doc: Update the runtime guide with green changes | Alex Crichton | -5/+27 |
| 2014-03-24 | Correct overly broad definition of `'static` kind bound. | Felix S. Klock II | -2/+3 |
| 2014-03-24 | Added suggested notes | noam | -2/+39 |
| 2014-03-23 | docs: named lifetimes | noam | -4/+24 |
| 2014-03-22 | auto merge of #13084 : Havvy/rust/master, r=alexcrichton | bors | -7/+7 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -14/+6 |
| 2014-03-22 | Unindent stringifier() in tasks guide | Ryan Scheel (Havvy) | -7/+7 |
| 2014-03-22 | doc: Remove Freeze / NoFreeze from docs | Flavio Percoco | -14/+6 |
| 2014-03-21 | Copy-edit a sentence about borrowing references | Matt Brubeck | -1/+1 |
| 2014-03-20 | auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton | bors | -2/+2 |
| 2014-03-20 | Mention Share in the tutorial | Flavio Percoco | -0/+4 |
| 2014-03-20 | Mention share in guide-unsafe instead of freeze | Flavio Percoco | -2/+2 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -18/+18 |
| 2014-03-20 | rm obsolete references to `DeepClone` | Daniel Micay | -2/+2 |
| 2014-03-18 | Typo fixes. | Lindsey Kuper | -9/+9 |
| 2014-03-18 | `char`: s/character/Unicode scalar value/ | Simon Sapin | -2/+6 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -0/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -4/+7 |
| 2014-03-15 | doc: Remove reference to the 'extra' library | Alex Crichton | -1/+0 |
| 2014-03-14 | auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson | bors | -13/+4 |
| 2014-03-14 | auto merge of #12887 : huonw/rust/danger-guide, r=alexcrichton | bors | -79/+607 |
| 2014-03-15 | docs: begin a "low-level & unsafe code" guide. | Huon Wilson | -79/+607 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -13/+4 |
| 2014-03-14 | auto merge of #12869 : thestinger/rust/cmp, r=brson | bors | -2/+0 |
| 2014-03-14 | cmp: switch `min` and `max` to `TotalOrd` | Daniel Micay | -2/+0 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -67/+64 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -67/+64 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -1/+1 |
| 2014-03-12 | docs: add two unlisted libraries to the index page. | Huon Wilson | -0/+2 |
| 2014-03-12 | Remove remaining nolink usages.(fixes #12810) | lpy | -1/+0 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -7/+7 |
| 2014-03-11 | doc: remove outdated tutorial entry, restore removed Makefile entries | Adrien Tétar | -6/+3 |
| 2014-03-11 | doc: auto-generate LaTeX includes | Adrien Tétar | -7/+0 |
| 2014-03-09 | doc: CSS fixes | Adrien Tétar | -10/+24 |
| 2014-03-09 | doc: remove node.js dependency | Adrien Tétar | -692/+2 |
| 2014-03-09 | docs: render rustdoc docs with rustdoc, hack around sundown code-fence | Huon Wilson | -39/+54 |
| 2014-03-09 | tutorial: hack a code snippet to make it compile. | Huon Wilson | -3/+4 |
| 2014-03-09 | mk: rewrite the documentation handling. | Huon Wilson | -19/+12 |