about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-11/+11
2015-04-15Rollup merge of #24480 - achanda:move_test, r=alexcrichtonSteve Klabnik-259/+270
2015-04-15Move IP related tests to ip.rsAbhishek Chanda-259/+270
2015-04-15std: Fix thread_local! in non-PIE binariesAlex Crichton-1/+1
2015-04-15Fix some typos.Ms2ger-5/+5
2015-04-15Auto merge of #24426 - alexcrichton:windows-pipes, r=aturonbors-82/+46
2015-04-15Remove one allocation for the file path in file openingTobias Bucher-7/+6
2015-04-15Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturonbors-2/+10
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-9/+9
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14std: Remove final usage of fds from WindowsAlex Crichton-82/+46
2015-04-14Test fixes and rebase conflictsAlex Crichton-1/+1
2015-04-14std: Set overlap/noinherit flags on windows socketsAlex Crichton-2/+10
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-14/+41
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-238/+238
2015-04-14rollup merge of #24386: nagisa/rte-fixAlex Crichton-7/+4
2015-04-14rollup merge of #24350: tbelaire/cstring-doc-from-vecAlex Crichton-3/+4
2015-04-14rollup merge of #24343: achanda/global_ipAlex Crichton-15/+43
2015-04-14rollup merge of #24342: tbelaire/patch-1Alex Crichton-1/+2
2015-04-14rollup merge of #24310: alexcrichton/stabilize-utf8-errorAlex Crichton-4/+1
2015-04-14std: Remove AsSlice/Str from the preludeAlex Crichton-3/+0
2015-04-14rand: Delete all doc testsAlex Crichton-168/+0
2015-04-14test: Fixup many library unit testsAlex Crichton-329/+29
2015-04-14std: Reexport some unstable rand functionality for nowAlex Crichton-0/+11
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-22772/+57
2015-04-14Fallout: move from scoped to spawnAaron Turon-0/+1
2015-04-14Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturonbors-13/+28
2015-04-13Generalize `spawn` beyond unit closuresAaron Turon-10/+32
2015-04-13Refine read_to_end documentationSimonas Kazlauskas-7/+4
2015-04-13Fix check for globally routable IPv4 addressAbhishek Chanda-15/+43
2015-04-13De-stabilize `thread::scoped` and friendsAaron Turon-4/+8
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-241/+241
2015-04-13Auto merge of #24198 - alexcrichton:windows-readlink, r=aturonbors-14/+63
2015-04-13Auto merge of #24362 - alexcrichton:issue-24334, r=huonwbors-3/+3
2015-04-13Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichtonbors-6/+70
2015-04-12std: Work around a stability bug in threadAlex Crichton-3/+3
2015-04-12References to `CString::from_vec` changed to `new`Theo Belaire-3/+4
2015-04-12Fixed with_extension documentation bugTheo Belaire-1/+2
2015-04-11Rollup merge of #24304 - ihrwein:fix-some-typos, r=alexcrichtonManish Goregaokar-1/+1
2015-04-11Rollup merge of #24283 - apasel422:patch-2, r=alexcrichtonManish Goregaokar-2/+2
2015-04-11Rollup merge of #24243 - frewsxcv:patch-13, r=steveklabnikManish Goregaokar-2/+2
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-6/+70
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-4/+1
2015-04-10Fix some typosTibor Benke-1/+1
2015-04-10s/Panicks/Panics/Andrew Paseltiner-2/+2
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-282/+268
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-67/+85
2015-04-10Test fixes and review feedbackAlex Crichton-30/+30
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-250/+214
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-30/+50