| Age | Commit message (Expand) | Author | Lines |
| 2015-05-11 | Rollup merge of #25290 - bluss:docfixes, r=steveklabnik | Manish Goregaokar | -13/+14 |
| 2015-05-11 | docs: Fixes in Reference Chapter 6.1 | Ulrik Sverdrup | -13/+14 |
| 2015-05-11 | Four spaces indent, rephrasing | Johann | -4/+7 |
| 2015-05-11 | Add if let expressions example | Johann Hofmann | -0/+11 |
| 2015-05-11 | Docs: Compile-time bounds check in index expression | Johann Hofmann | -4/+11 |
| 2015-05-10 | Remove extra parentheses | Jan-Erik Rediger | -1/+1 |
| 2015-05-09 | Convert #[lang=".."] to #[lang = ".."] for docs too. | Nick Hamann | -1/+1 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-05-08 | Remove references to deprecated `extern crate "foo" as bar` syntax | Carol Nichols | -5/+4 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -1/+1 |
| 2015-05-07 | Rollup merge of #25052 - jooert:misc_attr_reference, r=steveklabnik | Steve Klabnik | -5/+4 |
| 2015-05-03 | Clean up the grammar around the inline attribute | Jake Goulding | -6/+6 |
| 2015-05-02 | Update "Miscellaneous attributes" section of reference manual | Johannes Oertel | -5/+4 |
| 2015-05-01 | Rollup merge of #24992 - steveklabnik:gh24730, r=alexcrichton | Manish Goregaokar | -1/+8 |
| 2015-05-01 | Rollup merge of #24981 - carols10cents:remove-more-priv, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-04-30 | Describe (a,) vs (a) in docs | Steve Klabnik | -1/+8 |
| 2015-04-30 | Auto merge of #24924 - carols10cents:grammar-improvements, r=pnkfelix | bors | -5/+0 |
| 2015-04-29 | Remove lingering mention of 'priv' in the reference | Carol Nichols | -2/+1 |
| 2015-04-29 | rollup merge of #24871: mbrubeck/doc-edit | Alex Crichton | -1/+1 |
| 2015-04-29 | rollup merge of #24870: tshepang/reference-fix-brackets | Alex Crichton | -2/+2 |
| 2015-04-28 | Move explanation that references lexical grammar to the grammar | Carol Nichols | -5/+0 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -1/+4 |
| 2015-04-27 | [reference] Fix a typo in 3.4 Whitespace | Matt Brubeck | -1/+1 |
| 2015-04-27 | reference: add missing bracket | Tshepang Lekhonkhobe | -2/+2 |
| 2015-04-27 | Rollup merge of #24867 - tshepang:patch-3, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-04-27 | reference: block-comment -> block comment | Tshepang Lekhonkhobe | -1/+1 |
| 2015-04-27 | Update reference.md: floating-point section | Diggory Hardy | -2/+10 |
| 2015-04-27 | Update reference.md: string literals section | Diggory Hardy | -6/+6 |
| 2015-04-26 | Reference audit: comments and whitespace sections | Robin Kruppe | -9/+12 |
| 2015-04-25 | Redo PR #24811 properly | Robin Kruppe | -16/+2 |
| 2015-04-25 | Rollup merge of #24811 - rkruppe:reference-audit, r=steveklabnik | Manish Goregaokar | -5/+5 |
| 2015-04-25 | Rollup merge of #24809 - conradkleinespel:master, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-04-25 | Audit reference manual: 3.2 Special unicode productions | Robin Kruppe | -5/+5 |
| 2015-04-25 | fix compiler plugins path in doc/reference.md | Conrad Kleinespel | -2/+2 |
| 2015-04-24 | Reference manual 3.5.2.3.1 | Skyler | -4/+5 |
| 2015-04-24 | More small syntax changes in reference.md | Michael Rosenberg | -2/+2 |
| 2015-04-24 | Rollup merge of #24775 - mbrubeck:reference, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2015-04-24 | Rollup merge of #24766 - nwin:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-04-24 | Remove keywords from reference because they're already in grammar | mdinger | -25/+0 |
| 2015-04-24 | Remove ebnf from reference | mdinger | -308/+8 |
| 2015-04-24 | [reference] Update 7.2.20: For expressions. | Matt Brubeck | -3/+3 |
| 2015-04-24 | [reference] Fix missing formatting. | Matt Brubeck | -1/+1 |
| 2015-04-24 | Auto merge of #24744 - bluss:reference-1, r=steveklabnik | bors | -49/+30 |
| 2015-04-24 | reference: Audit & Edit chapter 8.1 Types. | Ulrik Sverdrup | -49/+30 |
| 2015-04-24 | Rollup merge of #24727 - rkruppe:reference-audit, r=steveklabnik | Manish Goregaokar | -10/+25 |
| 2015-04-24 | Rollup merge of #24721 - vosen:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-04-24 | Byte string literals are now fixed-size arrays | nwin | -1/+1 |
| 2015-04-24 | fixup #24754 | Manish Goregaokar | -2/+2 |
| 2015-04-24 | Rollup merge of #24754 - iliekturtles:patch-1, r=steveklabnik | Manish Goregaokar | -21/+21 |
| 2015-04-24 | Rollup merge of #24753 - tynopex:patch-1, r=steveklabnik | Manish Goregaokar | -0/+27 |