summary refs log tree commit diff
path: root/src/libstd/sys/unix/os.rs
AgeCommit message (Expand)AuthorLines
2015-07-10Remove the generic `fill_bytes_buf` functionTobias Bucher-9/+13
2015-07-09Address some comments on the pull requestTobias Bucher-15/+13
2015-07-08Make `std::env::current_dir` work for path names longer than 2048 bytes on no...Tobias Bucher-9/+14
2015-07-01Add netbsd amd64 supportAlex Newman-12/+3
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-1/+1
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-12/+0
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-03-31rollup merge of #23907: alexcrichton/impl-exitAlex Crichton-0/+4
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-6/+7
2015-03-31std: Add a process::exit functionAlex Crichton-0/+4
2015-03-28iOS: int/uint falloutValerii Hiora-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-25Rollup merge of #23693 - semarie:openbsd-pathbuf-new, r=nikomatsakisManish Goregaokar-2/+2
2015-03-25unbreak bitrig/openbsd build after 8389253dSébastien Marie-2/+2
2015-03-24[iOS] Fallout from 8389253Tamir Duberstein-1/+1
2015-03-23Add generic conversion traitsAaron Turon-4/+4
2015-03-18iOS: fallout from 1d5983aTamir Duberstein-3/+2
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-1/+1
2015-03-16Auto merge of #23396 - semarie:remove-sized-bounds, r=sfacklerbors-2/+2
2015-03-15Auto merge of #23353 - alexcrichton:stabilize-os, r=aturonbors-1/+1
2015-03-15unbreak freebsd/openbsd/bitrig build after #23316Sébastien Marie-2/+2
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-1/+1
2015-03-14std: Remove ?Sized bounds from many I/O functionsAlex Crichton-1/+1
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-4/+5
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-1/+3
2015-02-26path -> PathBuf for openbsd/bitrigSébastien Marie-1/+2
2015-02-25path -> PathBuf for osx/dragonfly (fixup #22727)Manish Goregaokar-11/+11
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-25/+32
2015-02-22Rollup merge of #22568 - semarie:openbsd-rfc592, r=huonwManish Goregaokar-1/+1
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-2/+12
2015-02-20unbreak openbsd build after 1860ee52Sébastien Marie-1/+1
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-2/+2
2015-02-18std: Implement CString-related RFCsAlex Crichton-14/+14
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-16Implement ExactSizeIterator for Args and ArgsOsSimonas Kazlauskas-0/+4
2015-02-13Add std::processAaron Turon-6/+8
2015-02-11bitrig integrationDave Huseby-2/+12
2015-02-05complete openbsd support for `std::env`Sébastien Marie-7/+3
2015-02-05unbreak tree for openbsd after #21787Sébastien Marie-6/+7
2015-02-03iOS: fixed buildValerii Hiora-14/+16
2015-02-02Test fixes and rebase conflictsAlex Crichton-6/+12
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-122/+319
2015-02-01std: Add a new `env` moduleAlex Crichton-121/+319
2015-02-01openbsd: incoporate remarksSébastien Marie-2/+9
2015-02-01openbsd supportSébastien Marie-2/+28
2015-01-29Fix wrong use std::io -> old_ioMichael Neumann-1/+1