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