| Age | Commit message (Expand) | Author | Lines |
| 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 | -9/+8 |
| 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 | -6/+6 |
| 2016-04-05 | suggest adding a where-clause when that can help | Ariel Ben-Yehuda | -9/+8 |
| 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 #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-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 | 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-26 | docs: make some text changes on Section `Macros` | Tang Chenglong | -4/+4 |
| 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 | Docs: Change "statements" to "expressions" on `match` | Tang Chenglong | -1/+1 |
| 2016-03-23 | Simplifying some of the phrasing explaining lifetime elision | nicholasf | -8/+6 |
| 2016-03-22 | Remove trailing whitespace at the end of lines | Florian Berger | -17/+17 |
| 2016-03-21 | Rollup merge of #32397 - tclfs:patch-7, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-03-21 | Rollup merge of #32373 - tclfs:patch-5, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-03-21 | Rollup merge of #32340 - Digipom:master, r=steveklabnik | Steve Klabnik | -0/+10 |
| 2016-03-21 | Rollup merge of #32339 - tclfs:patch-4, r=apasel422 | Steve Klabnik | -4/+4 |
| 2016-03-21 | docs: Make some changes in texts | Tang Chenglong | -3/+3 |
| 2016-03-20 | docs: Correct an improper description | Tang Chenglong | -1/+1 |
| 2016-03-19 | Rollup merge of #32327 - toddlucas:master, r=apasel422 | Eduard-Mihai Burtescu | -2/+2 |
| 2016-03-19 | Rollup merge of #32316 - tclfs:patch-3, r=steveklabnik | Eduard-Mihai Burtescu | -2/+2 |
| 2016-03-19 | Rollup merge of #32288 - tclfs:patch-2, r=apasel422 | Eduard-Mihai Burtescu | -1/+1 |
| 2016-03-18 | Update of the book; Error handling, section on custom error types: we should ... | Kevin Brothaler | -0/+10 |
| 2016-03-18 | docs: Make some tiny modification about spelling | Tang Chenglong | -4/+4 |
| 2016-03-17 | Minor phrasing adjustment | Todd Lucas | -2/+2 |