about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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 #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-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-05Fix handling of fat pointer function argumentsBjörn Steinbrink-1/+1
2015-11-05vec: Remove old comment in Vec::dropUlrik Sverdrup-4/+0
2015-11-05Remove .ok().expect()Steve Klabnik-49/+27
2015-11-05Remove short intro from READMESteve Klabnik-153/+3
2015-11-05Auto merge of #29610 - steveklabnik:rollup, r=steveklabnikbors-578/+674
2015-11-05docs for Reflect: blank line after first sentenceBenjamin Herr-5/+6
2015-11-05Rollup merge of #29579 - steveklabnik:gh27322, r=apasel422Steve Klabnik-0/+2
2015-11-05Rollup merge of #29571 - steveklabnik:gh29322, r=apasel422Steve Klabnik-2/+29
2015-11-05Rollup merge of #29568 - steveklabnik:gh24591, r=apasel422Steve Klabnik-0/+3
2015-11-05Rollup merge of #29567 - Toby-S:patch-1, r=steveklabnikSteve Klabnik-8/+5
2015-11-05Rollup merge of #29539 - shepmaster:empty-iterator-docs, r=GankroSteve Klabnik-0/+8
2015-11-05Rollup merge of #29538 - steveklabnik:ch1_edits, r=brsonSteve Klabnik-568/+605
2015-11-05Rollup merge of #29537 - bltavares:issue-24954, r=steveklabnikSteve Klabnik-0/+22
2015-11-05librustdoc: don't override ctrl-s and other browser shortcutsIvan Kozik-0/+4
2015-11-05Auto merge of #28887 - steveklabnik:gh28851, r=alexcrichtonbors-7/+8
2015-11-05Fixes as per @brson's reviewSteve Klabnik-32/+28
2015-11-05Improve error message for char literalsSteve Klabnik-7/+8
2015-11-04Deprecate `_ms` functions that predate the `Duration` APIBen Striegel-1/+6
2015-11-04Remove use of RefCell<DefMap> in the simpler parts of pat_utilJonathan S-37/+38
2015-11-04Remove use of RefCell<DefMap> in resolve_lifetimeJonathan S-7/+6
2015-11-04Remove use of RefCell<DefMap> in check_static_recursionJonathan S-5/+5
2015-11-04Unwrap the RefCell around DefMapJonathan S-31/+33
2015-11-04Auto merge of #29543 - Amanieu:asm_mem_constraint, r=alexcrichtonbors-2/+41
2015-11-04Introduce a `SwitchInt` and restructure pattern matching to collectNiko Matsakis-74/+319
2015-11-04Auto merge of #29536 - sanxiyn:unused-assign-arg, r=alexcrichtonbors-4/+26
2015-11-04[MIR-trans] Fix handling of non-alloca temps in trans_operand_into()Björn Steinbrink-14/+5
2015-11-04[MIR-trans] Fix handling of small aggregate argumentsBjörn Steinbrink-1/+20