| Age | Commit message (Expand) | Author | Lines |
| 2016-04-16 | Update casting-between-types.md | Kaiyin Zhong | -4/+9 |
| 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 | remove "#" symbols to make the code compile | Kaiyin Zhong | -2/+2 |
| 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-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 |
| 2016-03-28 | Rollup merge of #32235 - fbergr:trailing_whitespace, r=sanxiyn | Steve Klabnik | -17/+17 |
| 2016-03-28 | Update concurrency.md | Andrew Horton | -2/+2 |
| 2016-03-27 | Getting Started: "copy" -> "move" | Christian Wesselhoeft | -1/+1 |
| 2016-03-27 | Improve concurrency chapter | Manish Goregaokar | -18/+124 |
| 2016-03-27 | Update macros.md | Tang Chenglong | -2/+2 |
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -3/+2 |
| 2016-03-26 | docs: make some text changes on Section `Macros` | Tang Chenglong | -4/+4 |
| 2016-03-26 | Rollup merge of #32478 - xevix:docs/strings-str-unsized-types, r=steveklabnik | Manish Goregaokar | -0/+6 |
| 2016-03-26 | Rollup merge of #32383 - aidanhs:aphs-heap-move-guarantee, r=alexcrichton | Manish Goregaokar | -0/+3 |
| 2016-03-26 | Docs: a tiny modification | Tang Chenglong | -1/+1 |
| 2016-03-25 | Add note on `str` being an unsized type in strings section of book. | Alejandro Wainzinger | -0/+6 |
| 2016-03-24 | Docs: some tiny corrections | Tang Chenglong | -1/+1 |
| 2016-03-23 | Rollup merge of #32443 - tclfs:patch-8, r=steveklabnik | Eduard-Mihai Burtescu | -1/+1 |
| 2016-03-23 | Rollup merge of #32431 - nicholasf:tweak/improve-expression, r=steveklabnik | Eduard-Mihai Burtescu | -8/+6 |
| 2016-03-23 | Auto merge of #32410 - Ticki:master, r=eddyb | bors | -0/+2 |
| 2016-03-23 | Docs: Change "statements" to "expressions" on `match` | Tang Chenglong | -1/+1 |