| Age | Commit message (Expand) | Author | Lines |
| 2014-05-05 | doc: Minor example formatting in 11 References | Mike Boutin | -1/+1 |
| 2014-05-05 | doc: Clarified 4.2 Pattern matching | Mike Boutin | -13/+10 |
| 2014-05-05 | Update minimum g++ version in documentation | James Laverack | -1/+1 |
| 2014-05-04 | auto merge of #13676 : mdinger/rust/tutorial_doc, r=pnkfelix | bors | -17/+82 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -1/+1 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -1/+1 |
| 2014-05-01 | auto merge of #13881 : aochagavia/rust/pr, r=alexcrichton | bors | -1/+1 |
| 2014-05-01 | Fixed outdated note in the tutorial | Adolfo Ochagavía | -1/+1 |
| 2014-05-01 | rustdoc tutorial: grammar change in list comments | Justin Noah | -3/+3 |
| 2014-04-30 | Suggested revisions to PR 13676. | Felix S. Klock II | -28/+53 |
| 2014-04-30 | Remove extra semicolons | mdinger | -2/+2 |
| 2014-04-30 | Fix typo | mdinger | -1/+1 |
| 2014-04-29 | auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brson | bors | -9/+13 |
| 2014-04-27 | doc: Remove out-of-place debug! note | Michael Pratt | -5/+0 |
| 2014-04-27 | doc: perform some 80-chars wrappings | Adrien Tétar | -9/+13 |
| 2014-04-22 | auto merge of #13683 : aochagavia/rust/pr, r=alexcrichton | bors | -1/+1 |
| 2014-04-22 | auto merge of #13673 : bmac/rust/utorial-fix, r=alexcrichton | bors | -1/+1 |
| 2014-04-22 | Some more closure changes | mdinger | -33/+46 |
| 2014-04-22 | Fixed typo in tutorial | Adolfo Ochagavía | -1/+1 |
| 2014-04-21 | auto merge of #13587 : adrientetar/rust/more-docs, r=brson | bors | -16/+15 |
| 2014-04-21 | Update the "Additional tutorials" link | Brendan McLoughlin | -1/+1 |
| 2014-04-20 | Fix call order to be the same as definition order | Gary M. Josack | -1/+1 |
| 2014-04-19 | Demonstrate accessing external variable in first example | mdinger | -11/+16 |
| 2014-04-19 | doc: add webfonts and tweak the styles accordingly | Adrien Tétar | -16/+15 |
| 2014-04-19 | Give more explanation when introducing closures | mdinger | -7/+29 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -4/+4 |
| 2014-04-14 | auto merge of #13477 : Manishearth/rust/newattr, r=brson | bors | -7/+7 |
| 2014-04-12 | Update tutorials to use new attribute syntax (#13476) | Manish Goregaokar | -7/+7 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -1/+3 |
| 2014-04-04 | Removed all instance of `@` in code examples. | Christopher Kendell | -8/+7 |
| 2014-04-04 | Small change to example to make variable values more sensible. | Christopher Kendell | -2/+2 |
| 2014-04-04 | auto merge of #13298 : ckendell/rust/remove_managed_pointers_from_tutorial, r... | bors | -21/+14 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -5/+5 |
| 2014-04-03 | auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton | bors | -8/+5 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -5/+5 |
| 2014-04-03 | Removed all references to managed closures. | Christopher Kendell | -3/+3 |
| 2014-04-03 | Removed references to managed boxes/pointers from the tutorial text. Code | Christopher Kendell | -19/+12 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -5/+5 |
| 2014-04-03 | Minor spelling/grammar/usage fixes. | Matt Brubeck | -4/+4 |
| 2014-04-03 | Fix reference to "these two traits." | Matt Brubeck | -1/+1 |
| 2014-04-03 | `extern crate` and `mod` are not easily confused | Matt Brubeck | -3/+0 |
| 2014-04-01 | auto merge of #13225 : thestinger/rust/num, r=cmr | bors | -5/+3 |
| 2014-03-31 | doc: Update with changes in field privacy | Alex Crichton | -4/+4 |
| 2014-03-31 | num: rm wrapping of `Float` methods as functions | Daniel Micay | -5/+3 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -5/+5 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+4 |
| 2014-03-27 | doc: Update the tutorial about bounds for traits | Alex Crichton | -15/+17 |
| 2014-03-23 | docs: named lifetimes | noam | -1/+2 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -9/+5 |