about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-03-02core: Audit num module for int/uintBrian Anderson-2/+2
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-2/+3
2015-03-02Auto merge of #22797 - alexcrichton:io-stdio, r=aturonbors-0/+53
2015-03-02Fix broken aarch64 buildEunji Jeong-1/+1
2015-02-28std: Implement stdio for `std::io`Alex Crichton-0/+53
2015-02-28openbsd: adjust page guard addressSébastien Marie-1/+1
2015-02-28Rollup merge of #22884 - japaric:obsolete, r=alexcrichtonManish Goregaokar-1/+1
2015-02-28Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichtonbors-10/+107
2015-02-27remove leftover annotationsJorge Aparicio-1/+1
2015-02-28std: Fixed backtrace warnings and tests for non-Linux platforms.Kang Seonghoon-1/+2
2015-02-27Rollup merge of #22846 - dhuseby:bitrig-cleanup, r=alexcrichtonManish Goregaokar-15/+1
2015-02-26fixing a few bitrig build breakersDave Huseby-15/+1
2015-02-27std: Include line numbers in backtraces.Kang Seonghoon-10/+106
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-25Assert is internal now (fixup #22739)Manish Goregaokar-1/+1
2015-02-25Rollup merge of #22744 - alexcrichton:issue-22738, r=aturonManish Goregaokar-0/+4
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-27/+35
2015-02-25Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonwManish Goregaokar-2/+13
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-27/+35
2015-02-25Rollup merge of #22758 - ejjeong:aarch64-linux-android, r=alexcrichtonManish Goregaokar-2/+19
2015-02-25Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichtonManish Goregaokar-11/+11
2015-02-24Replace deprecated getdtablesize() with sysconf(_SC_OPEN_MAX) for android aar...Eunji Jeong-2/+19
2015-02-24Rollup merge of #22594 - alexcrichton:issue-22577, r=aturonManish Goregaokar-13/+20
2015-02-23std: Expose a `mode` accessor for Permissions on unixAlex Crichton-0/+4
2015-02-23Hide unnecessary error checking from the userTobias Bucher-11/+11
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-2/+5
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-258/+0
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-18/+142
2015-02-20Register new snapshotsAlex Crichton-258/+0
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-2/+13
2015-02-20std: Ensure fs::{DirEntry, ReadDir} are Send/SyncAlex Crichton-13/+20
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-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-79/+82
2015-02-18std: Implement CString-related RFCsAlex Crichton-79/+82
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+249
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-3/+9
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-3/+5
2015-02-17Revise std::thread semanticsAaron Turon-3/+5
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-1/+9
2015-02-17Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakisManish Goregaokar-0/+4
2015-02-17Auto merge of #22397 - Manishearth:rollup, r=huonwbors-1/+4
2015-02-17Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichtonbors-2/+2
2015-02-16Implement ExactSizeIterator for Args and ArgsOsSimonas Kazlauskas-0/+4
2015-02-15openbsd: disable test_file_desc testSébastien Marie-1/+4
2015-02-13Add std::processAaron Turon-18/+586