about summary refs log tree commit diff
path: root/src/liblibc
AgeCommit message (Expand)AuthorLines
2015-03-19Socket options constants for *BSD/Linux/WindowsValerii Hiora-12/+91
2015-03-19Adding sys/socket.h constants for iOS/Mac, particularly for SO_SOCKET options.Drew Crawford-1/+16
2015-03-19Rollup merge of #23457 - nagisa:get-set-resources, r=alexcrichtonManish Goregaokar-0/+300
2015-03-18Add {get,set}rlimit and getrusage to libcSimonas Kazlauskas-0/+300
2015-03-17libc: Fix definition of sockaddr_storage on 32-bit linuxAlex Crichton-2/+2
2015-03-15[BREAKING] Rename two instances of MAP_NONRESERVENicholas-2/+2
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Rollup merge of #23070 - krdln:fix-stat-arm, r=alexcrichtonManish Goregaokar-4/+6
2015-03-06Rollup merge of #22862 - vhbit:broken-open, r=alexcrichtonManish Goregaokar-2/+29
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05iOS: open file on aarch64 breaks permissionsValerii Hiora-2/+29
2015-03-05Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichtonManish Goregaokar-25/+25
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-25/+25
2015-03-04Fix struct stat on arm linuxMichał Krasnoborski-4/+6
2015-03-03libc: Move features behind a cfg_attr gateAlex Crichton-6/+3
2015-03-01unbreak dragonfly build after nacl integrationSébastien Marie-1/+0
2015-02-25unbreak openbsd after nacl intergrationSébastien Marie-1/+0
2015-02-21Add cfgs to `liblibc` for NaCl targets.Richard Diamond-238/+241
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-80/+92
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-7/+0
2015-02-17Register new snapshotsAlex Crichton-7/+0
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-0/+1
2015-02-12Updated darwin typesValerii Hiora-11/+15
2015-02-11Even more test fixesAlex Crichton-1/+2
2015-02-11fixing the macos defines...i picked the wrong one during a merge earlier.Dave Huseby-107/+115
2015-02-11removing unusused timespec importDave Huseby-1/+0
2015-02-11oops, fixing incorrect _SC_ATEXIT_MAX valueDave Huseby-1/+1
2015-02-11fixing PR review commentsDave Huseby-408/+9
2015-02-11bitrig integrationDave Huseby-17/+421
2015-02-10Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-10Fix aarch64 test issues (same level to arm32)Eunji Jeong-0/+1
2015-02-09int/uint => isize/usize in liblibc/liballoc/libarenawe-3/+2
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-1/+2
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-5/+0
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-1/+1
2015-02-02More deprecating of i/u suffixesAlfie John-1/+1
2015-02-01openbsd: remove unused openbsd codeSébastien Marie-3/+0
2015-02-01openbsd: break lines too longSébastien Marie-2/+4
2015-02-01openbsd supportSébastien Marie-8/+642
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-29Rollup merge of #21640 - retep998:rmdir, r=alexcrichtonManish Goregaokar-0/+1
2015-01-25wrmdir -> RemoveDirectoryWPeter Atashian-0/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-14/+14
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-0/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-3/+2
2015-01-22Rollup merge of #21500 - richo:power-fixups, r=alexcrichtonSteve Klabnik-12/+12
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21powerpc: Fix liblibcRicho Healey-12/+12