| Age | Commit message (Expand) | Author | Lines |
| 2016-01-25 | Fix link to hello-cargo in the book | Oliver Middleton | -1/+1 |
| 2016-01-23 | Clarify when `Cargo.lock` is created by `cargo build` in the book | Dirk Gadsden | -3/+5 |
| 2016-01-23 | Rollup merge of #31145 - D101101:patch-1, r=steveklabnik | Steve Klabnik | -0/+1 |
| 2016-01-23 | Rollup merge of #31128 - kamalmarhubi:book-trait-impl-clarify, r=steveklabnik | Steve Klabnik | -5/+11 |
| 2016-01-23 | Rollup merge of #31113 - steveklabnik:master, r=alexcrichton | Steve Klabnik | -7/+8 |
| 2016-01-23 | Rollup merge of #31111 - apasel422:issue-31103, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-23 | Rollup merge of #31061 - brson:bib, r=steveklabnik | Steve Klabnik | -0/+1 |
| 2016-01-23 | Fix the missing line in the guessing-game.md | Sergey Veselkov | -0/+1 |
| 2016-01-23 | Auto merge of #30807 - kolloch:patch-1, r=steveklabnik | bors | -0/+3 |
| 2016-01-22 | Forward reference crates and modules chapter | Kamal Marhubi | -1/+3 |
| 2016-01-22 | book: Clarify that trait or type must be in same crate as impl | Kamal Marhubi | -5/+9 |
| 2016-01-22 | update link to unwind in book | Steve Klabnik | -7/+8 |
| 2016-01-22 | Fix typo in "Getting Started" section of the book | Andrew Paseltiner | -1/+1 |
| 2016-01-20 | Add Alexis thesis to bibliography | Brian Anderson | -0/+1 |
| 2016-01-20 | Fixed line wrapping. | Sandeep Datta | -4/+13 |
| 2016-01-19 | Rollup merge of #30988 - bluss:doc-space-t-bound, r=apasel422 | Manish Goregaokar | -2/+2 |
| 2016-01-17 | Fix spacing style of `T: Bound` in docs | Ulrik Sverdrup | -2/+2 |
| 2016-01-17 | Fix C macro example | Stephen (Ziyun) Li | -3/+5 |
| 2016-01-17 | Showed the difference between `map` and `and_then` with an example. | Sandeep Datta | -5/+17 |
| 2016-01-16 | Auto merge of #30567 - steffengy:master, r=alexcrichton | bors | -0/+2 |
| 2016-01-15 | Clarify what a crate is, within the "Getting Started" chapter. | Luke Jones | -4/+6 |
| 2016-01-14 | Rollup merge of #30911 - tshepang:missing-word, r=Manishearth | Steve Klabnik | -4/+3 |
| 2016-01-14 | Rollup merge of #30903 - steveklabnik:no_std_stable, r=alexcrichton | Steve Klabnik | -89/+52 |
| 2016-01-14 | Rollup merge of #30712 - LawrenceWoodman:patch-3, r=steveklabnik | Steve Klabnik | -2/+15 |
| 2016-01-14 | doc: add missing word | Tshepang Lekhonkhobe | -4/+3 |
| 2016-01-14 | Move some #[no_std] info to stable book. | Steve Klabnik | -89/+52 |
| 2016-01-14 | Rollup merge of #30869 - D101101:patch-3, r=huonw | Manish Goregaokar | -1/+1 |
| 2016-01-14 | Rollup merge of #30821 - steveklabnik:gh30819, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2016-01-13 | Fix typo in bibliography.md | Sergey Veselkov | -1/+1 |
| 2016-01-11 | add feature gate "abi_vectorcall" for the vectorcall calling convention | Steffen | -0/+1 |
| 2016-01-11 | Be a bit more correct about segfault causality | Steve Klabnik | -2/+2 |
| 2016-01-11 | Rollup merge of #30812 - D101101:patch-2, r=steveklabnik | Simonas Kazlauskas | -4/+4 |
| 2016-01-11 | Fix link in getting-started.md | Sergey Veselkov | -4/+4 |
| 2016-01-10 | Book on slices: Mention internal representation | Peter Kolloch | -0/+3 |
| 2016-01-09 | Rollup merge of #30789 - D101101:patch-1, r=steveklabnik | Steve Klabnik | -1/+0 |
| 2016-01-09 | Remove many instances of 'just' | Steve Klabnik | -106/+106 |
| 2016-01-09 | Remove unused link from enums.md | Sergey Veselkov | -1/+0 |
| 2016-01-08 | Rollup merge of #30755 - datagrok:master, r=steveklabnik | Steve Klabnik | -27/+41 |
| 2016-01-07 | Remove extraneous [], replace accidental removed link to heap section | Michael F. Lamb | -8/+8 |
| 2016-01-06 | Be consistent about what is a "chapter" versus a "section" | Michael F. Lamb | -17/+17 |
| 2016-01-06 | Link to section on references when we use the term prior to defining it | Michael F. Lamb | -2/+4 |
| 2016-01-06 | Link to references section when they first appear | Michael F. Lamb | -2/+5 |
| 2016-01-06 | Explain surprising new syntax appearing in example code | Michael F. Lamb | -6/+15 |
| 2016-01-06 | Rollup merge of #30720 - BChip:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-06 | Rollup merge of #30699 - steveklabnik:gh30254, r=apasel422 | Steve Klabnik | -0/+29 |
| 2016-01-06 | Rollup merge of #30683 - LawrenceWoodman:patch-1, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-01-06 | Add missing semi-colon | Lawrence Woodman | -1/+1 |
| 2016-01-05 | Clarify What LIFO Is | BChip | -1/+1 |
| 2016-01-05 | Add correct use for Error and io | Lawrence Woodman | -2/+15 |
| 2016-01-05 | Auto merge of #30595 - steveklabnik:remove_learn_rust, r=gankro | bors | -1086/+14 |