about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-02-17fix windowsManish Goregaokar-2/+2
2015-02-17Rollup merge of #22030 - mdinger:f32_examples, r=steveklabnikManish Goregaokar-42/+777
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-8/+8
2015-02-17Rollup merge of #22404 - semarie:signal_reported_right, r=aturonManish Goregaokar-6/+6
2015-02-17Rollup merge of #22433 - sfackler:seek-docs, r=aturonManish Goregaokar-3/+2
2015-02-17Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakisManish Goregaokar-0/+16
2015-02-17Fix a small typo in libstd/fs.rsMarkus Siemens-1/+1
2015-02-17openbsd: adapt connect_error testSébastien Marie-2/+5
2015-02-17Auto merge of #22397 - Manishearth:rollup, r=huonwbors-9/+91
2015-02-16Make io::Seek docs less prescriptiveSteven Fackler-3/+2
2015-02-17Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichtonbors-13/+13
2015-02-17Rollup merge of #22411 - aturon:fix-os-deprecation, r=alexcrichtonManish Goregaokar-4/+4
2015-02-17Rollup merge of #22313 - japaric:iter, r=aturonManish Goregaokar-0/+80
2015-02-17Rollup merge of #22374 - richo:warn-fixup, r=huonwManish Goregaokar-1/+0
2015-02-17Rollup merge of #22363 - semarie:openbsd-test_file_desc, r=alexcrichtonManish Goregaokar-1/+4
2015-02-17Rollup merge of #22353 - tshepang:improve-fs-create-docs, r=alexcrichtonManish Goregaokar-3/+3
2015-02-16Deprecate std::sync::TaskPoolAaron Turon-5/+5
2015-02-16Expose more of std::pathAaron Turon-123/+126
2015-02-16Update std::os deprecation warningsAaron Turon-4/+4
2015-02-16Document std::num::Float with examplesmdinger-42/+777
2015-02-16change the signal used to test signal_reported_rightSébastien Marie-6/+6
2015-02-16Implement ExactSizeIterator for Args and ArgsOsSimonas Kazlauskas-0/+16
2015-02-16Auto merge of #22367 - Manishearth:rollup, r=steveklabnikbors-43/+52
2015-02-15lint: fixup extraneous #[allow]Richo Healey-1/+0
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-15openbsd: disable test_file_desc testSébastien Marie-1/+4
2015-02-15doc: fix and expand File::create explanationTshepang Lekhonkhobe-3/+3
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-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+80
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-8/+8
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-11fix windows specific errno type errors.Jormundir-3/+3
2015-02-11More test fixes and rebase conflictsAlex Crichton-1/+44
2015-02-11rollup merge of #22015: alexcrichton/netv2Alex Crichton-6/+3214