| Age | Commit message (Expand) | Author | Lines |
| 2016-12-14 | Document the question mark operator | est31 | -2/+6 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -2/+0 |
| 2016-11-06 | Auto merge of #37386 - johnthagen:Self-reference-example, r=GuillaumeGomez | bors | -0/+15 |
| 2016-11-05 | Use From trait as an example usage of Self. | johnthagen | -0/+15 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+0 |
| 2016-10-29 | Auto merge of #37378 - petrochenkov:nopat, r=eddyb | bors | -3/+3 |
| 2016-10-27 | reference: Mention --crate-type=cdylib in the Linkage section | Federico Mena Quintero | -0/+6 |
| 2016-10-26 | Prohibit patterns in trait methods without bodies | Vadim Petrochenkov | -3/+3 |
| 2016-10-12 | Stabilise attributes on statements. | Nick Cameron | -2/+1 |
| 2016-10-07 | Rollup merge of #37008 - tshepang:quotes, r=steveklabnik | Guillaume Gomez | -3/+3 |
| 2016-10-06 | reference: use ticks instead of quotes | Tshepang Lekhonkhobe | -3/+3 |
| 2016-10-05 | reference: mention `move` keyword for lambdas | angelsl | -2/+7 |
| 2016-09-30 | Add `Send` and `Sync` traits to the reference | Wesley Wiser | -0/+10 |
| 2016-09-08 | added feature description to reference | Andre Bogus | -0/+3 |
| 2016-09-04 | Remove mention of `unsafe_no_drop_flag` from Reference and Nomicon | Andrew Paseltiner | -10/+0 |
| 2016-09-02 | Rollup merge of #35754 - QuietMisdreavus:must-use-reference, r=Manishearth | Jonathan Turner | -0/+3 |
| 2016-08-30 | Add the sysv64 calling convention to the list of known calling conventions an... | CensoredUsername | -0/+4 |
| 2016-08-23 | reference: add trailing commas | Tshepang Lekhonkhobe | -2/+2 |
| 2016-08-17 | Add `must_use` to the Reference | QuietMisdreavus | -0/+3 |
| 2016-08-06 | Finish fixing the operator precedence tables | ubsan | -1/+2 |
| 2016-08-04 | Fix precedence table in reference | ubsan | -1/+2 |
| 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 |