| Age | Commit message (Expand) | Author | Lines |
| 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 | Change arbirary types from `usize` to `u32`. | Niko Matsakis | -13/+13 |
| 2015-02-15 | lint: fixup extraneous #[allow] | Richo Healey | -1/+0 |
| 2015-02-15 | Don't panic if there's no command line arguments | bombless | -1/+1 |
| 2015-02-15 | Audit integer types in finally. | Niko Matsakis | -1/+1 |
| 2015-02-15 | Audit integer types in result. | Niko Matsakis | -48/+48 |
| 2015-02-15 | Audit integer types in ops. | Niko Matsakis | -13/+13 |
| 2015-02-15 | Add styles for docblock tables | Simonas Kazlauskas | -0/+21 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -24/+9 |
| 2015-02-15 | Book - short explanation of arity | Thiago Carvalho | -1/+2 |
| 2015-02-15 | Rollup merge of #22247 - Gankro:dlist_split, r=alexcrichton | Manish Goregaokar | -1/+20 |
| 2015-02-15 | Rollup merge of #22256 - brson:installer-next, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-02-15 | Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581 | Manish Goregaokar | -0/+105 |
| 2015-02-15 | Rollup merge of #22293 - steveklabnik:gh12891, r=brson | Manish Goregaokar | -1/+10 |
| 2015-02-15 | Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichton | Manish Goregaokar | -41/+56 |
| 2015-02-15 | Rollup merge of #22300 - kmcallister:pub-method-macro, r=sfackler | Manish Goregaokar | -2/+30 |
| 2015-02-15 | Rollup merge of #22339 - petrochenkov:int, r=huonw | Manish Goregaokar | -178/+179 |
| 2015-02-15 | Rollup merge of #22351 - blaenk:path-hash, r=huonw | Manish Goregaokar | -0/+1 |
| 2015-02-15 | Rollup merge of #22350 - brson:usize, r=Gankro | Manish Goregaokar | -120/+120 |
| 2015-02-15 | Rollup merge of #22347 - iKevinY:std-lib-panicking, r=brson | Manish Goregaokar | -6/+6 |
| 2015-02-15 | Rollup merge of #22329 - thiagooak:book, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2015-02-15 | Rollup merge of #22328 - shepmaster:os_str_typo, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22324 - Manishearth:patch-1, r=steveklabnik | Manish Goregaokar | -6/+6 |
| 2015-02-15 | Rollup merge of #22308 - steveklabnik:gh19278, r=brson | Manish Goregaokar | -6/+5 |
| 2015-02-15 | Rollup merge of #22307 - steveklabnik:gh14849, r=huonw | Manish Goregaokar | -3/+13 |
| 2015-02-15 | Rollup merge of #22305 - steveklabnik:gh20948, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-15 | Rollup merge of #22302 - japaric:gh21909, r=brson | Manish Goregaokar | -0/+18 |
| 2015-02-15 | Rollup merge of #22299 - bluss:range-64-is-not-exact-size, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-15 | Rollup merge of #22295 - steveklabnik:gh9980, r=alexcrichton | Manish Goregaokar | -4/+11 |
| 2015-02-15 | Rollup merge of #22288 - steveklabnik:add_option_link, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22284 - steveklabnik:fix_another_lie, r=nikomatsakis | Manish Goregaokar | -3/+0 |
| 2015-02-15 | Rollup merge of #22280 - Unode:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22278 - nikomatsakis:rustc-error, r=nikomatsakis | Manish Goregaokar | -0/+23 |
| 2015-02-15 | Rollup merge of #22277 - pnkfelix:reference-update-feature-gate-list, r=steve... | Manish Goregaokar | -10/+53 |
| 2015-02-15 | Rollup merge of #22275 - steveklabnik:gh7538, r=huonw | Manish Goregaokar | -12/+41 |
| 2015-02-15 | Rollup merge of #22274 - pnkfelix:retag-slicing-syntax-as-accepted, r=nikomat... | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22272 - steveklabnik:gh22064, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-15 | Rollup merge of #22271 - steveklabnik:gh22035, r=nikomatsakis | Manish Goregaokar | -8/+5 |
| 2015-02-15 | Rollup merge of #22269 - steveklabnik:gh22136, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2015-02-15 | Rollup merge of #22268 - steveklabnik:improve_wait, r=nikomatsakis | Manish Goregaokar | -4/+11 |
| 2015-02-15 | Rollup merge of #22264 - fhahn:tiny-doc-fix2, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22263 - iKevinY:no-mailing-list, r=nikomatsakis | Manish Goregaokar | -5/+3 |
| 2015-02-15 | Rollup merge of #22262 - lfairy:unsafe-cell-lang-item, r=alexcrichton | Manish Goregaokar | -8/+9 |
| 2015-02-15 | Rollup merge of #22254 - huonw:float-value--, r=aturon | Manish Goregaokar | -13/+41 |
| 2015-02-15 | Rollup merge of #22248 - duaneedwards:patch-1, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22238 - dotdash:llvmup_20150212, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22229 - vhbit:ios-default-cpus, r=alexcrichton | Manish Goregaokar | -1/+4 |
| 2015-02-15 | Rollup merge of #22224 - sanxiyn:must-use, r=cmr | Manish Goregaokar | -1/+47 |
| 2015-02-15 | Rollup merge of #22218 - huonw:raw-docs, r=steveklabnik,huonw | Manish Goregaokar | -8/+111 |