| Age | Commit message (Expand) | Author | Lines |
| 2016-03-01 | Auto merge of #31713 - alexcrichton:rustbuild-docs, r=brson | bors | -1/+3 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -3/+0 |
| 2016-02-29 | Auto merge of #31958 - teoryn:patch-3, r=nagisa | bors | -1/+1 |
| 2016-02-29 | Auto merge of #31960 - aidanhs:aphs-tweak-aliasing-docs, r=Manishearth | bors | -1/+1 |
| 2016-02-29 | Add the 'T' present in the rust book | Aidan Hobson Sayers | -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 | Rollup merge of #31909 - benaryorg:patch-2, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2016-02-27 | Refinement of paragraph referenced by [this | Luke Jones | -9/+9 |
| 2016-02-26 | Rollup merge of #31883 - birkenfeld:doc-null-escape, r=bluss | Manish Goregaokar | -0/+4 |
| 2016-02-26 | documentation fix | Katze | -1/+1 |
| 2016-02-25 | Rollup merge of #31827 - teoryn:patch-1, r=brson | Manish Goregaokar | -1/+1 |
| 2016-02-25 | Document the null-char/null-byte escape in the reference | Georg Brandl | -0/+4 |
| 2016-02-25 | Rollup merge of #31870 - ivan:filter-explain, r=steveklabnik | Manish Goregaokar | -4/+6 |
| 2016-02-25 | Rollup merge of #31868 - fhahn:capitalize-Rust, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2016-02-25 | Rollup merge of #31863 - matklad:clarify-reference, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-02-25 | Rollup merge of #31677 - ivan:doc-vtable, r=steveklabnik | Manish Goregaokar | -2/+3 |
| 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 | -3/+3 |
| 2016-02-24 | reference: clarify use declaration location | Aleksey Kladov | -2/+2 |
| 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-18 | reference: vtable entries: copy @nikomatsakis's wording | Ivan Kozik | -2/+3 |
| 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 | rustbuild: Add rustbook/standalone doc support | Alex Crichton | -1/+3 |
| 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 |