about summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-24Auto merge of #24594 - doomsplayer:patch-2, r=alexcrichtonbors-2/+6
2015-04-23implement set_tcp_keepalive for linuxYoung Wu-2/+6
2015-04-22std: Audit std::thread implementationsAlex Crichton-14/+14
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-2/+0
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-1/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-973/+0
2015-04-21Remove unused filesTamir Duberstein-971/+0
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-1/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-45/+45
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-91/+0
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-45/+45
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-0/+422
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-2/+2
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-1/+2
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-3/+2
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-3/+2
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-0/+18
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-0/+2
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-0/+2
2015-03-31Stabilize std::numAaron Turon-0/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-98/+98
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-79/+0
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-1/+38
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-0/+18
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-98/+98
2015-03-26Register new snapshotsAlex Crichton-79/+0
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-12/+12
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-1/+1
2015-03-24rollup merge of #23592: alexcrichton/tweak-at-exitAlex Crichton-1/+1
2015-03-24Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.Felix S. Klock II-1/+1
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-0/+79
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+79
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-2/+2
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-1/+1
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-10/+13
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-10/+13
2015-03-19Fix spelling errors in comments.Joseph Crail-4/+4
2015-03-18Register new snapshotsAlex Crichton-12/+0
2015-03-17Auto merge of #23330 - alexcrichton:thread-sleep, r=aturonbors-10/+5
2015-03-17Auto merge of #23104 - japaric:inherent, r=nikomatsakisbors-0/+12
2015-03-16impl<T> [T]Jorge Aparicio-0/+12
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-16/+16
2015-03-15std: Clean up the sys::thread modulesAlex Crichton-10/+5
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-9/+9
2015-03-13std: Stabilize the `net` moduleAlex Crichton-16/+16
2015-03-13Fallout of std::old_io deprecationAlex Crichton-20/+26