| Age | Commit message (Expand) | Author | Lines |
| 2014-06-12 | auto merge of #14809 : zzmp/rust/patch-2, r=alexcrichton | bors | -2/+4 |
| 2014-06-12 | auto merge of #14805 : zzmp/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2014-06-12 | auto merge of #14800 : reem/rust/patch-1, r=alexcrichton | bors | -2/+2 |
| 2014-06-11 | auto merge of #14799 : mcreinhard/rust/tilde-fix, r=alexcrichton | bors | -1/+1 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -21/+15 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -21/+15 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -3/+3 |
| 2014-06-10 | Update description to reflect language changes | Zach Pomerantz | -2/+4 |
| 2014-06-10 | Removed doubled wording. | Zach Pomerantz | -1/+1 |
| 2014-06-10 | Remove outdated info about nested block comments. Fixes #14767 | Jonathan Reem | -2/+2 |
| 2014-06-10 | Fix deprecated use of ~ | Michael Reinhard | -1/+1 |
| 2014-06-09 | Convert libraries to use #[plugin_registrar] | Keegan McAllister | -3/+2 |
| 2014-06-09 | Use phase(plugin) in other crates | Keegan McAllister | -1/+1 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -0/+15 |
| 2014-06-06 | doc: Turn off special features for rustdoc tests | Alex Crichton | -9/+33 |
| 2014-06-06 | auto merge of #14680 : Kimundi/rust/master, r=brson | bors | -18/+18 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -4/+4 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo Ochagavía | -4/+4 |
| 2014-06-05 | auto merge of #14664 : reem/rust/lifetimes-guide-grammar, r=brson | bors | -3/+3 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -2/+1 |
| 2014-06-05 | Purged "record" from the manual. | Marvin Löbel | -18/+18 |
| 2014-06-04 | Fixed weird grammar in lifetimes guide. | Jonathan Reem | -3/+3 |
| 2014-06-04 | auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonw | bors | -1/+0 |
| 2014-06-04 | core: Apply stability attributes to ptr mod | Brian Anderson | -2/+2 |
| 2014-06-03 | auto merge of #14622 : reillywatson/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-06-03 | Doc: grammar fix in intro.md | Reilly Watson | -1/+1 |
| 2014-06-02 | auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton | bors | -100/+108 |
| 2014-06-02 | doc: Remove use of `pub use` globs | klutzy | -3/+3 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -100/+108 |
| 2014-06-01 | rustdoc: Fix some more broken links | Alex Crichton | -1/+0 |
| 2014-06-01 | auto merge of #14578 : huonw/rust/as_slice-cheatsheet, r=sfackler | bors | -0/+18 |
| 2014-05-31 | rustdoc: Fix cross-crate links to reexported items | Alex Crichton | -1/+1 |
| 2014-05-31 | doc: Fix a number of broken links | Alex Crichton | -25/+27 |
| 2014-06-01 | doc: add an `.as_slice` example to the cheatsheet. | Huon Wilson | -0/+18 |
| 2014-05-31 | auto merge of #14567 : cburgdorf/rust/patch-2, r=brson | bors | -4/+5 |
| 2014-05-31 | Fix example in lifetime guide | Christoph Burgdorf | -4/+5 |
| 2014-05-31 | Rename variable in tutorial | Christoph Burgdorf | -3/+3 |
| 2014-05-31 | auto merge of #14555 : tomjakubowski/rust/fix-snappy-link, r=alexcrichton | bors | -2/+2 |
| 2014-05-31 | auto merge of #14553 : reem/rust/nuke-owned-vectors, r=alexcrichton | bors | -38/+41 |
| 2014-05-30 | Remove deprecated owned vector from tutorial. | Jonathan Reem | -9/+9 |
| 2014-05-30 | Remove deprecated owned vector from rust.md | Jonathan Reem | -10/+10 |
| 2014-05-30 | Remove deprecated owned vector from macro guide. | Jonathan Reem | -1/+1 |
| 2014-05-30 | Remove deprecated owned vector from intro. | Jonathan Reem | -13/+17 |
| 2014-05-30 | Remove deprecated owned vector from complement cheatsheet. | Jonathan Reem | -5/+4 |
| 2014-05-30 | Fix outgoing link to snappy in the FFI guide | Tom Jakubowski | -2/+2 |
| 2014-05-30 | auto merge of #14534 : alexcrichton/rust/snapshots, r=sfackler | bors | -28/+28 |
| 2014-05-30 | auto merge of #14547 : reem/rust/remove-owned-vec-docs, r=alexcrichton | bors | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -28/+28 |
| 2014-05-30 | Remove deprecated owned vector from iterator example. | Jonathan Reem | -1/+1 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -0/+1 |