summary refs log tree commit diff
path: root/src/libstd/sys/unix/os.rs
AgeCommit message (Expand)AuthorLines
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-27/+40
2015-12-18Use memchr in libstd where possible, closes #30076Florian Hahn-1/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+1
2015-11-17Rollup merge of #29880 - dignati:fix-freebsd-libc, r=alexcrichtonManish Goregaokar-11/+9
2015-11-17Fix libc module name for FreeBSDOle Krüger-11/+9
2015-11-16Ignore malformed environment strings like glibc doesTobias Bucher-8/+17
2015-11-09std: Migrate to the new libcAlex Crichton-10/+12
2015-11-06Auto merge of #29305 - alexcrichton:bad-getenv, r=brsonbors-22/+27
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-34/+17
2015-10-26std: Slightly more robust env var handlingAlex Crichton-22/+27
2015-10-14Remove unnecessary parentheses around range expressionsAndrew Paseltiner-1/+1
2015-10-12Don't use a Vec in os::current_exe on FreeBSD.Peter Marheine-4/+4
2015-09-21Various fixes for NetBSD/amd64Sebastian Wicki-1/+6
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-2/+2
2015-09-08Let's see if lifetime elision works in this casellogiq-1/+1
2015-09-08Fixed required type coercionllogiq-1/+2
2015-09-08fixes/improvements thanks to @ManishearthAndre Bogus-2/+1
2015-09-08some more clippy-based improvementsAndre Bogus-3/+3
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-5/+5
2015-08-28Use a different buffer doubling logic for `std::sys::os::getcwd`Barosl Lee-5/+7
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