about summary refs log tree commit diff
path: root/src/liblibc
AgeCommit message (Expand)AuthorLines
2015-04-21add TCP_* consts for linuxYoung Wu-0/+24
2015-04-21Implement Debug for FileChris Wong-0/+2
2015-04-18Auto merge of #24464 - lambdaburrito:master, r=alexcrichtonbors-0/+127
2015-04-16Auto merge of #24306 - l0kod:libc-noctty, r=alexcrichtonbors-0/+5
2015-04-15fix tabspez-93/+93
2015-04-15add all SC constants for macosJames Perry-1/+128
2015-04-13remove duplicated linux sysconf modpez-6/+2
2015-04-13added _SC_NPROCESSORS_ONLN constants for linux and macos for fix #24374pez-0/+15
2015-04-11libc: Add O_NOCTTYMickaël Salaün-0/+5
2015-04-02unary negation of unsigned integersSébastien Marie-3/+3
2015-04-02don't derive Clone, but impl itSébastien Marie-6/+24
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-11/+34
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-3/+3
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-141/+148
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1
2015-04-01Fix enum timezone across all platforms.Niko Matsakis-5/+5
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-141/+148
2015-03-28libc: Don't use unstable apisAlex Crichton-1/+4
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-0/+1
2015-03-24rollup merge of #23659: GBGamer/masterAlex Crichton-0/+48
2015-03-24Add the other S_I(RWX)(GRP/OTH) for posix `creat`Nicholas Mazzuca-0/+48
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-1/+1
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