| Age | Commit message (Expand) | Author | Lines |
| 2016-04-23 | subtyping.md: typo fix | c4rlo | -1/+1 |
| 2016-04-21 | docs: Highlight a keyword | Tang Chenglong | -1/+1 |
| 2016-04-20 | Auto merge of #32968 - alexcrichton:update-suport, r=brson | bors | -26/+29 |
| 2016-04-19 | rustbuild: Run all markdown documentation tests | Alex Crichton | -82/+82 |
| 2016-04-19 | Opening sentence was confusing and something cannot be "one of the most uniqu... | Michael Tiller | -2/+2 |
| 2016-04-19 | Opening sentence was confusing and something cannot be "one of the most uniqu... | Michael Tiller | -2/+2 |
| 2016-04-19 | Update ownership.md | Michael Tiller | -2/+2 |
| 2016-04-18 | Rollup merge of #33035 - jbranchaud:use-consistent-variable-names-in-ownershi... | Steve Klabnik | -4/+4 |
| 2016-04-18 | Rollup merge of #33007 - notriddle:master, r=steveklabnik | Steve Klabnik | -5/+3 |
| 2016-04-18 | Rollup merge of #32906 - jocki84:jocki84-book-size, r=steveklabnik | Steve Klabnik | -3/+4 |
| 2016-04-16 | Use `v` instead of `v1` for consistency | jbranchaud | -4/+4 |
| 2016-04-16 | Update casting-between-types.md | Kaiyin Zhong | -4/+9 |
| 2016-04-15 | Do not use "bind" to refer to referencing and to variable binding. | Michael Howell | -5/+3 |
| 2016-04-16 | Rollup merge of #32973 - kindlychung:patch-1, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-04-16 | Rollup merge of #32931 - deepak:gh-issue-32928-update-cargo-in-getting-starte... | Manish Goregaokar | -0/+4 |
| 2016-04-15 | make the borrowing example more concrete | Kaiyin Zhong | -12/+20 |
| 2016-04-15 | remove "#" symbols to make the code compile | Kaiyin Zhong | -2/+2 |
| 2016-04-14 | doc: Update our tier support | Alex Crichton | -26/+29 |
| 2016-04-13 | Doc fix: Do not mention next project in book/guessing-game | Deepak Kannan | -4/+3 |
| 2016-04-13 | Doc fix: Update Cargo.toml in book/getting-started | Deepak Kannan | -0/+4 |
| 2016-04-12 | Update primitive-types.md | jocki84 | -1/+1 |
| 2016-04-12 | Update primitive-types.md | jocki84 | -4/+3 |
| 2016-04-08 | Add data race to concurrency docs | Alec S | -13/+8 |
| 2016-04-07 | Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakis | bors | -10/+9 |
| 2016-04-06 | Rollup merge of #32679 - tclfs:patch-1, r=steveklabnik | Steve Klabnik | -3/+1 |
| 2016-04-06 | Rollup merge of #32634 - varunvats:docs-fix, r=steveklabnik | Steve Klabnik | -10/+16 |
| 2016-04-05 | improve error message | Ariel Ben-Yehuda | -7/+7 |
| 2016-04-05 | suggest adding a where-clause when that can help | Ariel Ben-Yehuda | -10/+9 |
| 2016-04-05 | Doc fix: list all module files Rust looks for. | Varun Vats | -8/+14 |
| 2016-04-05 | Doc fix: function takes argument by reference. | Varun Vats | -2/+2 |
| 2016-04-05 | Mention that it's not actually a data race | Manish Goregaokar | -1/+6 |
| 2016-04-02 | Remove error description of `move` | Tang Chenglong | -3/+1 |
| 2016-04-02 | Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichton | bors | -0/+13 |
| 2016-04-01 | Rollup merge of #32629 - mbrubeck:nomicon-version, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-04-01 | Rollup merge of #32622 - tyoc213:rust-beginners, r=alexcrichton | Manish Goregaokar | -5/+7 |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -0/+13 |
| 2016-03-31 | Using only one Mibbit link for access the two channels | David AO Lozano | -8/+6 |
| 2016-03-31 | Adding #rust-beginners to README and pointing the two channels on getting-sta... | David AO Lozano | -7/+11 |
| 2016-03-31 | Misspelled beginners in one place | David AO Lozano | -1/+1 |
| 2016-03-31 | Book: in beginner guide change irc channel #rust → #rust-beginners | David AO Lozano | -3/+3 |
| 2016-03-30 | Update Rust version in the Rustonomicon Vec chapter | Matt Brubeck | -1/+1 |
| 2016-03-31 | Rollup merge of #32618 - ProgVal:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-03-30 | Book: Fix phrasing: “an associated type” → “a trait with an associate... | Valentin Lorentz | -1/+1 |
| 2016-03-30 | Rollup merge of #32605 - tshepang:not-needed, r=Manishearth | Steve Klabnik | -2/+2 |
| 2016-03-29 | Fix panic_fmt in the Book | Christopher Serr | -2/+2 |
| 2016-03-29 | doc: "mut" not needed for the examples | Tshepang Lekhonkhobe | -3/+3 |
| 2016-03-28 | Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichton | bors | -3/+2 |
| 2016-03-28 | Rollup merge of #32534 - xtian:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-03-28 | Rollup merge of #32509 - tclfs:patch-2, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-03-28 | Rollup merge of #32504 - tclfs:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |