about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-33/+52
2015-02-18Round 2 test fixes and conflictsAlex Crichton-16/+16
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-47/+47
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-28/+33
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-11/+13
2015-02-18Stabilize std::borrowAaron Turon-28/+33
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-47/+47
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-152/+152
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-32/+35
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-187/+448
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-161/+4050
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-9/+9
2015-02-18Minor unused imports etc.Niko Matsakis-2/+1
2015-02-18std: Implement CString-related RFCsAlex Crichton-187/+448
2015-02-18make FromIterator use IntoIteratorAlexis-5/+7
2015-02-18make Extend use IntoIteratorAlexis-6/+7
2015-02-18Implement RFC 580Aaron Turon-21/+21
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-161/+4050
2015-02-18Fallout: Accepter trait needs phantomdata. This seems like it shouldNiko Matsakis-2/+4
2015-02-18Fallout: add phantomdata to hashNiko Matsakis-3/+4
2015-02-18Fallout: port hashmap to use UniqueNiko Matsakis-23/+39
2015-02-18Fallout: add phantomdata for 'a in pathNiko Matsakis-0/+1
2015-02-18Fallout: extend thread with phantomdata for `'a` lifetimeNiko Matsakis-3/+3
2015-02-18Fallout: remove unused type and region parameters.Niko Matsakis-2/+2
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-39/+39
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-113/+113
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-972/+1868
2015-02-17Register new snapshotsAlex Crichton-103/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-31/+27
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-75/+78
2015-02-17Test fixes and rebase conflictsAlex Crichton-19/+20
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-526/+706
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2
2015-02-17rollup merge of #22454: alexcrichton/stabilize-into-iteratorAlex Crichton-0/+5
2015-02-17rollup merge of #22441: msiemens/typo_fixAlex Crichton-1/+1
2015-02-17rollup merge of #22440: semarie/openbsd-connect_errorAlex Crichton-2/+5
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-5/+5
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-4/+4
2015-02-18Update tests for the Send - 'static change.Huon Wilson-4/+4
2015-02-17Fallout from stabilizationAaron Turon-416/+436
2015-02-17rollup merge of #22208: aturon/expose-more-pathAlex Crichton-123/+126
2015-02-17rollup merge of #22024: alexcrichton/asciiAlex Crichton-71/+128
2015-02-17Revise std::thread semanticsAaron Turon-113/+273
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-17std: Stabilize the `ascii` moduleAlex Crichton-71/+128
2015-02-18Add missing marker to std::thread::JoinGuard.Huon Wilson-1/+3
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-72/+75
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-1/+9
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+5
2015-02-17Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonbors-8/+8