| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -5/+5 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -2/+2 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -2/+2 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -16/+12 |
| 2015-02-18 | rollup merge of #22484: riginding/master | Alex Crichton | -1/+1 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -2/+2 |
| 2015-02-18 | Fallout: docs, elided examples often elided too much. | Niko Matsakis | -5/+5 |
| 2015-02-18 | Update docs by dropping suffixes except where they served to instruct. | Niko Matsakis | -16/+12 |
| 2015-02-18 | Fixed link in ffi documentation | Ryan Riginding | -1/+1 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -40/+22 |
| 2015-02-17 | rollup merge of #22331: steveklabnik/guidelines | Alex Crichton | -0/+2547 |
| 2015-02-17 | rollup merge of #22123: steveklabnik/doc_where_clauses | Alex Crichton | -0/+90 |
| 2015-02-17 | remove .gitignore | Steve Klabnik | -3/+0 |
| 2015-02-17 | fix doctest | Manish Goregaokar | -1/+1 |
| 2015-02-17 | Rollup merge of #22393 - kmcallister:macros-chapter , r=steveklabnik | Manish Goregaokar | -524/+512 |
| 2015-02-17 | Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakis | Manish Goregaokar | -0/+7 |
| 2015-02-17 | Rollup merge of #22410 - Reignbeaux:master, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-02-17 | Rollup merge of #22333 - caipre:patch-1, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-02-17 | Rollup merge of #22296 - steveklabnik:gh21577, r=Gankro | Manish Goregaokar | -43/+41 |
| 2015-02-17 | Rollup merge of #22282 - steveklabnik:gh5831, r=brson | Manish Goregaokar | -61/+0 |
| 2015-02-17 | Rollup merge of #22027 - iblech:patch-1, r=steveklabnik | Manish Goregaokar | -10/+10 |
| 2015-02-17 | Rollup merge of #22413 - steveklabnik:gh22386, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2015-02-17 | Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfackler | Manish Goregaokar | -0/+10 |
| 2015-02-17 | Rollup merge of #22392 - laijs:fix-reference-md-plugin-link, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-17 | Rollup merge of #22378 - jxcl:master, r=steveklabnik | Manish Goregaokar | -0/+5 |
| 2015-02-17 | Rollup merge of #22377 - thiagooak:book-glossary, r=steveklabnik | Manish Goregaokar | -0/+17 |
| 2015-02-17 | Rollup merge of #22368 - thiagooak:book-arity, r=steveklabnik | Manish Goregaokar | -1/+2 |
| 2015-02-17 | Rollup merge of #22365 - serejkus:configs-link, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-16 | fix up style guide .gitignore | Steve Klabnik | -4/+0 |
| 2015-02-16 | clean up README | Steve Klabnik | -14/+1 |
| 2015-02-16 | Tiny typo changes (per discussion in pull request #22027) | Ingo Blechschmidt | -8/+7 |
| 2015-02-16 | Import rust-guidlines | Steve Klabnik | -0/+2567 |
| 2015-02-17 | Add custom_attribute and rustc_attrs to reference.md | Manish Goregaokar | -0/+7 |
| 2015-02-16 | Rewrite the macros chapter | Keegan McAllister | -524/+512 |
| 2015-02-16 | remove 'crate files' sentence | Steve Klabnik | -3/+2 |
| 2015-02-16 | Fixed typo and removed unfitting 'can' | Henrik Schopmans | -2/+2 |
| 2015-02-16 | Document where clauses. | Steve Klabnik | -0/+90 |
| 2015-02-16 | Remove use of range() in iterator docs. | Steve Klabnik | -43/+41 |
| 2015-02-16 | CONTRIBUTING.md redux | Steve Klabnik | -61/+0 |
| 2015-02-16 | reference: fix outdated link for Compiler plugins | Lai Jiangshan | -1/+1 |
| 2015-02-16 | Fix grammar | Manish Goregaokar | -2/+2 |
| 2015-02-15 | improve text | Thiago Carvalho | -3/+2 |
| 2015-02-15 | Added explanation to trpl of integer types. | Alexander Bliskovsky | -0/+5 |
| 2015-02-15 | glossary | Thiago Carvalho | -0/+18 |
| 2015-02-15 | Book - short explanation of arity | Thiago Carvalho | -1/+2 |
| 2015-02-15 | Rollup merge of #22256 - brson:installer-next, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-02-15 | Rollup merge of #22293 - steveklabnik:gh12891, r=brson | Manish Goregaokar | -1/+10 |
| 2015-02-15 | Rollup merge of #22329 - thiagooak:book, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2015-02-15 | Rollup merge of #22324 - Manishearth:patch-1, r=steveklabnik | Manish Goregaokar | -6/+6 |