| Age | Commit message (Expand) | Author | Lines |
| 2014-01-06 | auto merge of #11123 : alan-andrade/rust/move_wiki_to_internal_docs, r=brson | bors | -4/+776 |
| 2014-01-06 | First phase of migrating the wiki to the internal docs #11078 | Alan Andrade | -4/+776 |
| 2014-01-06 | auto merge of #11335 : rlane/rust/fix-vector-doc, r=alexcrichton | bors | -2/+1 |
| 2014-01-06 | Fix formatting of some code blocks in pdf docs | Mick Koch | -0/+18 |
| 2014-01-05 | doc: update reference to new vector size syntax | Rich Lane | -2/+1 |
| 2014-01-05 | auto merge of #11106 : alan-andrade/rust/convert_tutorials_to_guides, r=cmr | bors | -26/+24 |
| 2014-01-05 | Convert sub tutorials into Guides #10838 | Alan Andrade | -26/+24 |
| 2014-01-05 | tutorial: add missing line to make example build. | Lindsey Kuper | -0/+1 |
| 2014-01-05 | tutorial: remove duplicate words. | Lindsey Kuper | -3/+3 |
| 2014-01-05 | tutorial: change `float` to `f32` since float is no longer a type. | Lindsey Kuper | -4/+4 |
| 2014-01-05 | Wording tweak suggested by @pcwalton. | Lindsey Kuper | -3/+4 |
| 2014-01-05 | Write up default methods for the tutorial. | Lindsey Kuper | -42/+111 |
| 2014-01-04 | doc: Fix an inexplicable error in a tutorial example | Brian Anderson | -1/+1 |
| 2014-01-04 | doc: Fix tutorial for struct deref | Brian Anderson | -10/+10 |
| 2014-01-04 | auto merge of #11271 : adridu59/rust/patch-io, r=huonw | bors | -36/+42 |
| 2014-01-04 | doc: un-xfail conditions tutorial | Adrien Tétar | -36/+42 |
| 2014-01-04 | auto merge of #11283 : brson/rust/doublefailure, r=alexcrichton | bors | -4/+2 |
| 2014-01-03 | auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton | bors | -20/+4 |
| 2014-01-03 | libsyntax: Fix tests. | Patrick Walton | -1/+0 |
| 2014-01-03 | auto merge of #11277 : brson/rust/more0.9, r=alexcrichton | bors | -5/+5 |
| 2014-01-03 | doc: Remove all mentions of `@mut` from the documentation. | Patrick Walton | -19/+4 |
| 2014-01-02 | auto merge of #11052 : jvns/rust/testing-tutorial, r=brson | bors | -0/+265 |
| 2014-01-02 | Abort on double-failure. #910 | Brian Anderson | -4/+2 |
| 2014-01-02 | Bump more version numbers to 0.9 | Brian Anderson | -5/+5 |
| 2013-12-31 | Add testing tutorial to docs | Julia Evans | -0/+265 |
| 2013-12-31 | Update documentation to remove reference to ::rt logging | a_m0d | -19/+0 |
| 2013-12-30 | auto merge of #11190 : eliovir/rust/patch-3, r=alexcrichton | bors | -1/+1 |
| 2013-12-30 | auto merge of #11185 : huonw/rust/doc-ignore, r=cmr | bors | -3/+4 |
| 2013-12-30 | rustdoc: only filter lines starting with '# ' from the shown code. | Huon Wilson | -3/+4 |
| 2013-12-29 | Update Docs to use crateid | Luis de Bethencourt | -8/+8 |
| 2013-12-29 | rust.md : update crate attributes. | eliovir | -2/+2 |
| 2013-12-28 | Update tutorial.md : rename pkgid to crate_id | eliovir | -3/+3 |
| 2013-12-23 | Fixing more doc tests | Alex Crichton | -1/+1 |
| 2013-12-23 | doc: Expand rustdoc's documentation for testing | Alex Crichton | -0/+89 |
| 2013-12-20 | auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichton | bors | -170/+150 |
| 2013-12-20 | doc: forward-port the conditions tutorial + fixup libstd example | Adrien Tétar | -170/+150 |
| 2013-12-17 | auto merge of #10972 : metajack/rust/pkgid-with-name, r=alexcrichton | bors | -1/+1 |
| 2013-12-17 | Update docs to new syntax. | Jack Moffitt | -1/+1 |
| 2013-12-17 | auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brson | bors | -27/+19 |
| 2013-12-16 | Test fallout from std::comm rewrite | Alex Crichton | -27/+19 |
| 2013-12-16 | doc: Update the documentation to describe the `Pod` trait. | Patrick Walton | -0/+6 |
| 2013-12-15 | auto merge of #10982 : ezyang/rust/lvalue-def, r=pcwalton | bors | -1/+5 |
| 2013-12-15 | std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut []. | Huon Wilson | -15/+15 |
| 2013-12-15 | Correct definition of lvalues, fixes #10890 | Edward Z. Yang | -1/+5 |
| 2013-12-15 | Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}. | Huon Wilson | -6/+6 |
| 2013-12-14 | auto merge of #10944 : metajack/rust/pkgid-docs, r=cmr | bors | -52/+36 |
| 2013-12-13 | auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichton | bors | -191/+151 |
| 2013-12-13 | doc: CSS changes + commit improved favicon | Adrien Tétar | -191/+151 |
| 2013-12-13 | auto merge of #10913 : cmr/rust/rustdoc_man, r=huonw | bors | -6/+19 |
| 2013-12-12 | Update documentation for new `pkgid` attribute. | Jack Moffitt | -52/+36 |