| Age | Commit message (Expand) | Author | Lines |
| 2016-08-04 | Fix precedence table in reference | ubsan | -1/+2 |
| 2016-07-28 | Make it clear that the reference isn't normative | Steve Klabnik | -0/+5 |
| 2016-07-26 | Rollup merge of #34461 - ubsan:master, r=steveklabnik | Steve Klabnik | -2/+31 |
| 2016-07-16 | Rollup merge of #33362 - andradei:master, r=Manishearth | Guillaume Gomez | -3/+17 |
| 2016-07-12 | Rollup merge of #34742 - abhijeetbhagat:master, r=steveklabnik | Guillaume Gomez | -1/+3 |
| 2016-07-10 | Update on struct expressions (check #32769) | abhi | -1/+3 |
| 2016-06-25 | Add vectorcall and fastcall explanation | ubsan | -2/+4 |
| 2016-06-24 | First commit, fix ABI string docs in reference.md | ubsan | -2/+29 |
| 2016-06-15 | include list of characters | Alex Burka | -1/+13 |
| 2016-06-15 | update reference for #29734 | Alex Burka | -6/+2 |
| 2016-06-14 | reference: link to proper ffi attributes | Liigo Zhuang | -1/+1 |
| 2016-06-05 | Update reference to indicate stabilization of `deprecated` attribute. | Chris Krycho | -2/+1 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -0/+2 |
| 2016-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -0/+5 |
| 2016-05-05 | doc: Update reference with better description of target_env | Brian Anderson | -18/+26 |
| 2016-05-03 | Improve language. | Isaac Andrade | -3/+3 |
| 2016-05-02 | Add mention to RFC 940 in the Rust Reference. | Isaac Andrade | -3/+17 |
| 2016-03-26 | Rollup merge of #32383 - aidanhs:aphs-heap-move-guarantee, r=alexcrichton | Manish Goregaokar | -0/+3 |
| 2016-03-21 | Add support for naked functions | Ticki | -0/+2 |
| 2016-03-20 | Document heap allocation location guarantee | Aidan Hobson Sayers | -0/+3 |
| 2016-03-10 | Rollup merge of #32149 - steveklabnik:gh31628, r=bluss | Steve Klabnik | -0/+4 |
| 2016-03-09 | Add other primitive types to the reference | Steve Klabnik | -0/+4 |
| 2016-03-08 | Rollup merge of #32083 - nodakai:reference-scoped-enum-alias, r=nikomatsakis | Steve Klabnik | -0/+10 |
| 2016-03-08 | Rollup merge of #31772 - nodakai:patch-1, r=steveklabnik | Steve Klabnik | -3/+9 |
| 2016-03-08 | reference.md: clarify the limitation of type alias on an enum | NODA, Kai | -0/+10 |
| 2016-03-07 | reference.md: clarify negation. | NODA, Kai | -1/+7 |
| 2016-03-07 | Clarify the semantics of enum discriminants | Kai Noda | -3/+9 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -0/+23 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -3/+0 |
| 2016-02-29 | Add the 'T' present in the rust book | Aidan Hobson Sayers | -1/+1 |
| 2016-02-27 | document inclusive range syntax | Alex Burka | -0/+23 |
| 2016-02-27 | Rollup merge of #31909 - benaryorg:patch-2, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2016-02-26 | documentation fix | Katze | -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 #31868 - fhahn:capitalize-Rust, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-02-25 | Rollup merge of #31863 - matklad:clarify-reference, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-02-24 | Capitalize some occurences of Rust in documentation | Florian Hahn | -1/+1 |
| 2016-02-24 | reference: clarify use declaration location | Aleksey Kladov | -2/+2 |
| 2016-02-18 | reference: vtable entries: copy @nikomatsakis's wording | Ivan Kozik | -2/+3 |
| 2016-02-15 | reference: vtable entries are resolved at runtime | Ivan Kozik | -1/+1 |
| 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-01 | Remove "powerpc64le" and "mipsel" target_arch | Alex Crichton | -1/+1 |
| 2016-01-29 | Rollup merge of #31264 - est31:block_coment_parent, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-01-28 | Fix reference info about parent doc block comments | est31 | -1/+1 |
| 2016-01-26 | Fix examples that use missing_docs lint | Matt Brubeck | -4/+4 |