| Age | Commit message (Expand) | Author | Lines |
| 2016-03-09 | Remove inaccurate claim about inline assembly | Steve Klabnik | -2/+1 |
| 2016-03-09 | Small grammar fix in Guessing Game | Steve Klabnik | -1/+1 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -37/+23 |
| 2016-03-08 | Rollup merge of #32115 - tclfs:patch-1, r=apasel422 | Steve Klabnik | -1/+1 |
| 2016-03-08 | Rollup merge of #32103 - timmontague:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-03-08 | Rollup merge of #32092 - bluss:operator-overload, r=steveklabnik | Steve Klabnik | -10/+10 |
| 2016-03-08 | Remove final note from testing chapter. | Pyfisch | -4/+0 |
| 2016-03-08 | Update a spelling inconsistency | Tang Chenglong | -1/+1 |
| 2016-03-07 | Fixed link | Tim Montague | -1/+1 |
| 2016-03-07 | book: Update syntax index with OpAssign traits | Ulrik Sverdrup | -10/+10 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -1/+8 |
| 2016-03-04 | Rollup merge of #32002 - srinivasreddy:vector_doc, r=Manishearth | Steve Klabnik | -0/+30 |
| 2016-03-03 | added ignore | srinivasreddy | -1/+1 |
| 2016-03-02 | made print message similar across two loops | srinivasreddy | -1/+1 |
| 2016-03-02 | addressed review comments - grammar corrections, space additions | srinivasreddy | -5/+12 |
| 2016-03-02 | Explained the difference between ownership iteration and reference iteration | srinivasreddy | -0/+23 |
| 2016-03-01 | Make book ordering more natural | Evan | -1/+1 |
| 2016-03-01 | Rollup merge of #31987 - gcatlin:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-03-01 | grammar: 'fewer' instead of 'less' | Geoff Catlin | -1/+1 |
| 2016-02-29 | Clarified the details of a borrowing example. | Evan | -4/+4 |
| 2016-02-29 | Auto merge of #31958 - teoryn:patch-3, r=nagisa | bors | -1/+1 |
| 2016-02-28 | Fix typo (an Result) | Kevin Stock | -1/+1 |
| 2016-02-28 | Fix typo (!#[no_std]) | Kevin Stock | -1/+1 |
| 2016-02-27 | Auto merge of #31931 - Luke-Nukem:master, r=steveklabnik | bors | -9/+9 |
| 2016-02-27 | Resolve ambiguous documentation | Kevin Stock | -4/+4 |
| 2016-02-27 | document inclusive range syntax | Alex Burka | -1/+8 |
| 2016-02-27 | Refinement of paragraph referenced by [this | Luke Jones | -9/+9 |
| 2016-02-25 | Rollup merge of #31827 - teoryn:patch-1, r=brson | Manish Goregaokar | -1/+1 |
| 2016-02-25 | Rollup merge of #31870 - ivan:filter-explain, r=steveklabnik | Manish Goregaokar | -4/+6 |
| 2016-02-24 | book: Explain better why the filter closure gets a reference | Ivan Kozik | -4/+6 |
| 2016-02-24 | Capitalize some occurences of Rust in documentation | Florian Hahn | -1/+1 |
| 2016-02-22 | Fix warn(unused_mut) in example | Kevin Stock | -1/+1 |
| 2016-02-20 | Fix number of lines and methods in guessing game | Chad Shaffer | -2/+2 |
| 2016-02-17 | Rollup merge of #31565 - SDX2000:docfixes4, r=steveklabnik | Steve Klabnik | -9/+53 |
| 2016-02-17 | Made v2 mutable so that we can actually truncate it. | Sandeep Datta | -2/+2 |
| 2016-02-16 | Clarify contiguous memory array structure of vectors in documentation | Dirk Gadsden | -2/+9 |
| 2016-02-14 | Rollup merge of #31658 - felgru:master, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-14 | doc: fix compiler output | Felix Gruber | -1/+1 |
| 2016-02-14 | doc: Remove trailing whitespace | fbergr | -1/+1 |
| 2016-02-14 | Rollup merge of #31612 - raindev:grammar, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-02-14 | Rollup merge of #31610 - Manishearth:doc-clarify-txrx, r=steveklabnik | Manish Goregaokar | -0/+2 |
| 2016-02-14 | Rollup merge of #31563 - SDX2000:docfixes1, r=steveklabnik | Manish Goregaokar | -4/+6 |
| 2016-02-13 | Fixed build error as per steveklabnik's suggestion and expanded on the ills o... | Sandeep Datta | -1/+5 |
| 2016-02-12 | Remove unnecessary article | Andrew Barchuk | -1/+1 |
| 2016-02-13 | Clarify what tx/rx mean in concurrency docs | Manish Goregaokar | -0/+2 |
| 2016-02-11 | Minor change. | Sandeep Datta | -7/+7 |
| 2016-02-11 | Minor change. | Sandeep Datta | -2/+2 |
| 2016-02-11 | Explained the data race with an example. | Sandeep Datta | -10/+30 |
| 2016-02-11 | Clarified move semantics in "the details" section. | Sandeep Datta | -7/+27 |
| 2016-02-11 | Added a few words to indicate where the vector object is created. | Sandeep Datta | -4/+6 |