about summary refs log tree commit diff
path: root/src/liblibc
AgeCommit message (Expand)AuthorLines
2014-09-30Fix cfg warnings for liblibcSteven Fackler-108/+93
2014-09-25auto merge of #17466 : nikomatsakis/rust/oibt, r=pcwaltonbors-0/+2
2014-09-25Move checking of whether fields are Sized or not into wf / trait code.Niko Matsakis-0/+2
2014-09-24liblibc and libnative: send() should use const buffers.NODA, Kai-2/+2
2014-09-06readdir: return error instead of failing on invalid UTF-16Peter Atashian-4/+20
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-09-03Fix some non-FFI-safe types in externsKeegan McAllister-1/+1
2014-09-02Fix MIPS targetJyun-Yan You-0/+6
2014-09-01auto merge of #16844 : mrmonday/rust/liblibc-custom-socket, r=alexcrichtonbors-7/+152
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-2/+2
2014-08-29Modifications to liblibc for raw/custom socket support.Robert Clipsham-7/+152
2014-08-23auto merge of #16693 : vadimcn/rust/rename--win32, r=pcwaltonbors-10/+3
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-10/+3
2014-08-23Fix intptr_t on win64Vadim Chugunov-0/+8
2014-08-20liblibc: don't use int/uint for intptr_t/uintptr_tCorey Richardson-18/+19
2014-08-20Add #[repr(C)] to all the things!Corey Richardson-2/+102
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-0/+1
2014-08-19Rename Nullable::Some to Nullable::NotNullSiegeLord-1/+1
2014-08-18snapshots: Register new snapshots.Patrick Walton-34/+0
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-0/+34
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-3/+3
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-7/+14
2014-08-07windows: Fix INVALID_HANDLE_VALUEPeter Atashian-4/+3
2014-08-07windows: Fix several tests on 64-bit.Peter Atashian-12/+9
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-5/+221
2014-07-13auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmrbors-57/+61
2014-07-11libc: Switch open to use a mode_t on unixAlex Crichton-57/+61
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-195/+222
2014-06-28Rename all raw pointers as necessaryAlex Crichton-195/+222
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+5
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+8
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+8
2014-06-18fix signatures of mmap-related functions from libcDaniel Micay-10/+10
2014-06-16fix typo in the libc crateDaniel Micay-2/+2
2014-06-16std: Improve pipe() functionalityAlex Crichton-2/+2
2014-06-12Basic iOS supportValerii Hiora-0/+13
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-1/+6
2014-06-04libc: only provide an rlib.Huon Wilson-1/+3
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+2
2014-05-28auto merge of #14477 : alexcrichton/rust/issue-14456, r=brsonbors-2/+7
2014-05-27native: Ignore stdio fds with /dev/nullAlex Crichton-2/+7
2014-05-28fix MIPS targetJyun-Yan You-0/+46
2014-05-13io: Implement process wait timeoutsAlex Crichton-17/+1
2014-05-13Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsAPhil Ruffwind-3/+3
2014-05-13Use CreateProcessW instead of CreateProcessAPhil Ruffwind-5/+6