about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-02-16Deprecate std::sync::TaskPoolAaron Turon-5/+5
2015-02-16Auto merge of #22367 - Manishearth:rollup, r=steveklabnikbors-43/+52
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-15Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichtonManish Goregaokar-8/+8
2015-02-15Rollup merge of #22339 - petrochenkov:int, r=huonwManish Goregaokar-23/+23
2015-02-15Rollup merge of #22351 - blaenk:path-hash, r=huonwManish Goregaokar-0/+1
2015-02-15Rollup merge of #22347 - iKevinY:std-lib-panicking, r=brsonManish Goregaokar-6/+6
2015-02-15Rollup merge of #22328 - shepmaster:os_str_typo, r=steveklabnikManish Goregaokar-1/+1
2015-02-15Rollup merge of #22268 - steveklabnik:improve_wait, r=nikomatsakisManish Goregaokar-4/+11
2015-02-15Rollup merge of #22254 - huonw:float-value--, r=aturonManish Goregaokar-0/+2
2015-02-15Auto merge of #22242 - Gankro:collect-ints, r=alexcrichtonbors-27/+27
2015-02-15Fix the falloutVadim Petrochenkov-21/+21
2015-02-15Audit integer types in libunicode, libcore/(char, str) and libstd/asciiVadim Petrochenkov-2/+2
2015-02-14Correct typoJake Goulding-1/+1
2015-02-14we forgot to make `Path` implement `Hash`Jorge Israel Peña-0/+1
2015-02-13Add std::processAaron Turon-36/+2051
2015-02-13Rename std::failure to std::panickingKevin Yap-6/+6
2015-02-13Remove a few uses of deprecated getenvSimonas Kazlauskas-8/+8
2015-02-13more int and cloned cleanup in collectionsAlexis-27/+27
2015-02-13Improve documentation for `Select::new()`.Steve Klabnik-4/+11
2015-02-13Remove `_VALUE` from the float extremes constants.Huon Wilson-0/+2
2015-02-11More test fixes and rebase conflictsAlex Crichton-1/+44
2015-02-11rollup merge of #22015: alexcrichton/netv2Alex Crichton-6/+3214
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-6/+3214
2015-02-11Test fixes and rebase conflictsAlex Crichton-3/+7
2015-02-11rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flagAlex Crichton-1/+3
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-51/+136
2015-02-11rollup merge of #22186: GuillaumeGomez/fix-fsAlex Crichton-1/+3
2015-02-11rollup merge of #22177: semarie/openbsd-notlsAlex Crichton-4/+22
2015-02-11rollup merge of #22162: ogham/patch-1Alex Crichton-1/+2
2015-02-11rollup merge of #22127: alexcrichton/stability-holesAlex Crichton-46/+60
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-51/+136
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-46/+60
2015-02-11Add read and write rights to group and other when creating fileGuillaumeGomez-1/+3
2015-02-11Feature-gate the `#[unsafe_no_drop_flag]` attribute.Felix S. Klock II-1/+3
2015-02-11openbsd don't support TLSSébastien Marie-4/+22
2015-02-11shift bindings to accommodate new lifetime/dtor rules.Felix S. Klock II-2/+4
2015-02-11Auto merge of #22076 - carols10cents:exp2-calling-exp, r=huonwbors-2/+56
2015-02-11Documentation fix for PathBuf#popBen S-1/+2
2015-02-10rollup merge of #22125: alexcrichton/into-iter-stabilityAlex Crichton-5/+5
2015-02-10rollup merge of #22094: alkor/cleanup-show-stringAlex Crichton-2/+2
2015-02-10rollup merge of #22052: octplane/patch-1Alex Crichton-1/+1
2015-02-10rollup merge of #21920: vojtechkral/main-thread-nameAlex Crichton-4/+5
2015-02-10rollup merge of #21862: iKevinY/libstd-ascii-testsAlex Crichton-19/+7
2015-02-10Move native thread name setting from thread_info to Thread, fixes #21911Vojtech Kral-0/+1
2015-02-10Auto merge of #21937 - alexcrichton:issue-21929, r=aturonbors-1/+1
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-13/+2564
2015-02-09std: Add a new `fs` moduleAlex Crichton-13/+2564
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-5/+5
2015-02-09Update deprecation notice.Pierre Baillet-1/+1