about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-02-10Test fixes and rebase conflictsAlex Crichton-13/+8
2015-02-10rollup merge of #22144: pnkfelix/fru-privacy-rfc-736Alex Crichton-14/+60
2015-02-10rollup merge of #22143: pnkfelix/fix-issue-20801Alex Crichton-0/+48
2015-02-10rollup merge of #22142: Kimundi/unsized_uniqueAlex Crichton-3/+12
2015-02-10rollup merge of #22135: apasel422/issue-22131Alex Crichton-8/+25
2015-02-10rollup merge of #22130: steveklabnik/gh20172Alex Crichton-3/+1
2015-02-10rollup merge of #22129: steveklabnik/gh22032Alex Crichton-3/+2
2015-02-10rollup merge of #22128: steveklabnik/gh22085Alex Crichton-0/+5
2015-02-10rollup merge of #22125: alexcrichton/into-iter-stabilityAlex Crichton-38/+38
2015-02-10rollup merge of #22120: lukesteensen/closures_guideAlex Crichton-10/+10
2015-02-10rollup merge of #22116: kmcallister/cfg_attrAlex Crichton-54/+133
2015-02-10rollup merge of #22115: nagisa/dedupe-cratetypesAlex Crichton-1/+4
2015-02-10rollup merge of #22112: mbudde/std-cell-doc-fixAlex Crichton-5/+5
2015-02-10rollup merge of #22109: petrochenkov/intuint1Alex Crichton-103/+101
2015-02-10rollup merge of #22106: steveklabnik/doc_trait_objectsAlex Crichton-45/+289
2015-02-10rollup merge of #22103: pczarn/fix-ice-22091Alex Crichton-2/+9
2015-02-10rollup merge of #22097: cllns/fix-fallback-fontsAlex Crichton-2/+2
2015-02-10rollup merge of #22094: alkor/cleanup-show-stringAlex Crichton-13/+12
2015-02-10rollup merge of #22088: semarie/openbsd-rmakeAlex Crichton-8/+16
2015-02-10rollup merge of #22072: geofft/doc-byte-string-literalAlex Crichton-5/+7
2015-02-10rollup merge of #22067: Gankro/collections-testsAlex Crichton-1/+1
2015-02-10rollup merge of #22065: bluss/range-size-hintAlex Crichton-10/+8
2015-02-10rollup merge of #22052: octplane/patch-1Alex Crichton-1/+1
2015-02-10rollup merge of #22051: nagisa/main-emissionAlex Crichton-2/+10
2015-02-10rollup merge of #22049: caspark/fix-link-to-rustdocAlex Crichton-2/+1
2015-02-10rollup merge of #22012: pnkfelix/propagate-container-across-object-castAlex Crichton-62/+106
2015-02-10rollup merge of #22007: thiagooak/masterAlex Crichton-0/+14
2015-02-10rollup merge of #21943: hugwijst/extctxt_ufcsAlex Crichton-0/+56
2015-02-10rollup merge of #21920: vojtechkral/main-thread-nameAlex Crichton-4/+5
2015-02-10rollup merge of #21918: ranma42/replace-beAlex Crichton-6/+6
2015-02-10rollup merge of #21862: iKevinY/libstd-ascii-testsAlex Crichton-19/+7
2015-02-10rollup merge of #21353: sanxiyn/upvarAlex Crichton-0/+30
2015-02-10add `//~ ERROR` line to test for privacy respecting FRU (RFC 736).Felix S. Klock II-1/+1
2015-02-10parse cfgspecs passed to rustdocAndrew Paseltiner-8/+25
2015-02-10Add comment noting that this naive approach is not too naive.Felix S. Klock II-0/+3
2015-02-10Make FRU respect privacy of all struct fields, mentioned or unmentioned.Felix S. Klock II-14/+57
2015-02-10Move native thread name setting from thread_info to Thread, fixes #21911Vojtech Kral-0/+1
2015-02-10Add error message (i.e. do not ICE) when moving out of unsafe pointers.Felix S. Klock II-0/+48
2015-02-10Made the `ptr::Unique` type accept unsized types, to allow for use casesMarvin Löbel-3/+12
2015-02-10Auto merge of #22028 - nikomatsakis:issue-22019-caching, r=aturonbors-114/+60
2015-02-10Auto merge of #22026 - kmcallister:plugin, r=sfacklerbors-165/+156
2015-02-10Auto merge of #21961 - nick29581:hrl-syntax, r=nmatsakisbors-31/+231
2015-02-10Auto merge of #21937 - alexcrichton:issue-21929, r=aturonbors-2/+2
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-13/+2564
2015-02-10TestsNick Cameron-4/+131
2015-02-09Set up docs for missing core typesSteve Klabnik-0/+5
2015-02-09Remove bottom from the referenceSteve Klabnik-3/+1
2015-02-09Remove incorrect docs from mem::transmuteSteve Klabnik-3/+2
2015-02-09std: Add a new `fs` moduleAlex Crichton-13/+2564
2015-02-09Add documentation on trait objects.Steve Klabnik-45/+289