| Age | Commit message (Expand) | Author | Lines |
| 2016-02-16 | Clarify contiguous memory array structure of vectors in documentation | Dirk Gadsden | -2/+9 |
| 2016-02-15 | reference: vtable entries are resolved at runtime | Ivan Kozik | -1/+1 |
| 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 #31638 - rkruppe:rm-tex, r=alexcrichton | Manish Goregaokar | -2/+0 |
| 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 | Remove the last remaining .tex file | Robin Kruppe | -2/+0 |
| 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 |
| 2016-02-10 | Fix documentation example in the book | Oliver Middleton | -3/+3 |
| 2016-02-09 | Rollup merge of #31514 - cgar:spelling, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -1/+1 |
| 2016-02-07 | Clean up Error Handling case study examples | Andrew Barchuk | -45/+44 |
| 2016-02-06 | Auto merge of #31307 - nagisa:mir-drop-terminator, r=nikomatsakis | bors | -0/+6 |
| 2016-02-04 | Rollup merge of #31413 - tshepang:improve, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-02-04 | Rollup merge of #31412 - tshepang:add-trailing-commas, r=steveklabnik | Steve Klabnik | -5/+5 |
| 2016-02-04 | Rollup merge of #31411 - tshepang:idiom, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-04 | reference: add trailing commas | Tshepang Lekhonkhobe | -5/+5 |
| 2016-02-04 | reference: make the line a little more readable | Tshepang Lekhonkhobe | -2/+2 |
| 2016-02-04 | reference: explicit return at function end is not idiomatic | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-04 | Synthesize calls to box_free language item | Simonas Kazlauskas | -0/+6 |
| 2016-02-03 | Remove redundant semicolon from "block_expr" in grammar reference | Matt Brubeck | -1/+1 |
| 2016-02-03 | Auto merge of #31370 - Manishearth:rollup, r=Manishearth | bors | -2/+34 |
| 2016-02-03 | Rollup merge of #31366 - paulsmith:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-02-03 | Rollup merge of #31352 - steveklabnik:gh31154, r=nikomatsakis | Manish Goregaokar | -1/+33 |
| 2016-02-02 | Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichton | bors | -1/+1 |
| 2016-02-02 | Add note about temporaries | Steve Klabnik | -2/+10 |
| 2016-02-02 | Fix reference to `expect` | Paul Smith | -1/+1 |
| 2016-02-02 | Rollup merge of #31348 - alexcrichton:shuffle-tiers, r=steveklabnik | Steve Klabnik | -1/+5 |
| 2016-02-02 | Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste... | Steve Klabnik | -1/+1 |
| 2016-02-02 | Rollup merge of #31344 - steveklabnik:gh31334, r=alexcrichton | Steve Klabnik | -5/+4 |
| 2016-02-02 | Rollup merge of #31340 - pra85:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-02-02 | Rollup merge of #30971 - SDX2000:docfixes, r=steveklabnik | Steve Klabnik | -5/+26 |
| 2016-02-01 | Remove "powerpc64le" and "mipsel" target_arch | Alex Crichton | -1/+1 |
| 2016-02-01 | Explain behavior of _ | Steve Klabnik | -1/+25 |
| 2016-02-01 | doc: Move 32-bit MSVC to a tier 1 platform | Alex Crichton | -1/+5 |
| 2016-02-01 | book: Change "Failures" to "Errors" in doc special sections chapter | Kamal Marhubi | -1/+1 |
| 2016-02-01 | make this example more obvious | Steve Klabnik | -5/+4 |
| 2016-02-01 | Fix typo in doc/book/getting-started.md | Prayag Verma | -1/+1 |
| 2016-01-30 | Reword explanation of 'size' types. | jocki84 | -3/+5 |
| 2016-01-30 | Rollup merge of #31296 - steveklabnik:gh31249, r=alexcrichton | Manish Goregaokar | -0/+11 |