about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-11-07Auto merge of #29666 - Manishearth:rollup, r=Manishearthbors-20/+67
2015-11-07Rollup merge of #29660 - steveklabnik:gh28461, r=brsonManish Goregaokar-1/+3
2015-11-07Rollup merge of #29659 - angelsl:crt-rebase, r=alexcrichtonManish Goregaokar-0/+0
2015-11-07Rollup merge of #29656 - arcnmx:static-extern, r=alexcrichtonManish Goregaokar-2/+20
2015-11-07Rollup merge of #29622 - steveklabnik:gh29621, r=bstrieManish Goregaokar-14/+21
2015-11-07Rollup merge of #29617 - steveklabnik:gh29591, r=alexcrichtonManish Goregaokar-3/+23
2015-11-07Auto merge of #29551 - arcnmx:target-family, r=alexcrichtonbors-11/+21
2015-11-06Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturonbors-64/+94
2015-11-06std: Refactor process exit code handling slightlyAlex Crichton-64/+94
2015-11-06Auto merge of #29582 - oli-obk:token_tree, r=sfacklerbors-209/+219
2015-11-06sleep_ms -> sleepSteve Klabnik-14/+21
2015-11-06Add multi-line string literals to TRPLSteve Klabnik-3/+23
2015-11-06Make a note about "gigabyte"Steve Klabnik-1/+3
2015-11-06Auto merge of #29657 - defuz:patch-2, r=steveklabnikbors-5/+1
2015-11-07Update compiler-rtangelsl-0/+0
2015-11-06Auto merge of #29643 - petrochenkov:stability5, r=alexcrichtonbors-39/+0
2015-11-06remove `Tt` prefix from TokenType variantsOliver Schneider-209/+219
2015-11-06Auto merge of #29620 - petrochenkov:reachable2, r=alexcrichtonbors-55/+85
2015-11-06Opps, fix incorrect callIvan Ivaschenko-1/+1
2015-11-06Removing the hack from error handling chapter, which is does not make sense a...Ivan Ivaschenko-5/+1
2015-11-06Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichtonbors-35/+26
2015-11-06Preserve public static items across LTOarcnmx-2/+20
2015-11-06Auto merge of #29604 - bstrie:de_ms, r=alexcrichtonbors-1/+6
2015-11-06Auto merge of #29600 - Ryman:rustdoc_better_testnames, r=alexcrichtonbors-12/+59
2015-11-06Auto merge of #29588 - nikomatsakis:mir-switch, r=aatchbors-74/+319
2015-11-06Auto merge of #29491 - alexcrichton:avoid-stdio-tls, r=brsonbors-8/+56
2015-11-06Auto merge of #29305 - alexcrichton:bad-getenv, r=brsonbors-56/+62
2015-11-06librustdoc: improve testnames for doctestsKevin Butler-12/+59
2015-11-05Auto merge of #29648 - steveklabnik:rollup, r=steveklabnikbors-213/+51
2015-11-05Rollup merge of #29630 - apasel422:marker, r=steveklabnikSteve Klabnik-2/+2
2015-11-05Rollup merge of #29624 - rilut:patch-1, r=steveklabnikSteve Klabnik-2/+1
2015-11-05Rollup merge of #29619 - steveklabnik:gh28824, r=alexcrichtonSteve Klabnik-3/+14
2015-11-05Rollup merge of #29614 - bluss:vec-drop-comment, r=GankroSteve Klabnik-4/+0
2015-11-05Rollup merge of #29613 - steveklabnik:29506, r=alexcrichtonSteve Klabnik-49/+27
2015-11-05Rollup merge of #29611 - steveklabnik:gh25918, r=alexcrichtonSteve Klabnik-153/+3
2015-11-05Rollup merge of #29609 - ivan:rustdoc-ctrl-s, r=steveklabnikSteve Klabnik-0/+4
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-39/+0
2015-11-05Auto merge of #29583 - dotdash:mir_small_agg, r=nikomatsakisbors-16/+26
2015-11-05Tidy `core::marker` doc summariesAndrew Paseltiner-2/+2
2015-11-05Auto merge of #29565 - sfackler:issue-29540, r=huonwbors-24/+536
2015-11-06doc(lib.rs): fix #L79 with inline link syntaxRizky Luthfianto-2/+1
2015-11-05Convert TODO into FIXMENiko Matsakis-2/+2
2015-11-05Auto merge of #29593 - ben0x539:reflect-doc-comment, r=steveklabnikbors-5/+6
2015-11-05Beef up macro designator docsSteve Klabnik-3/+14
2015-11-05`EmbargoVisitor::reexports` isn't neededVadim Petrochenkov-15/+5
2015-11-05Fix handling of fat pointer function argumentsBjörn Steinbrink-1/+1
2015-11-05rustc_privacy: Do not export items needed solely for the reachability analysisVadim Petrochenkov-40/+80
2015-11-05remove excess string allocationSteve Klabnik-35/+26
2015-11-05vec: Remove old comment in Vec::dropUlrik Sverdrup-4/+0
2015-11-05Remove .ok().expect()Steve Klabnik-49/+27