about summary refs log tree commit diff
path: root/src/liblibc/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-115/+115
2015-01-03Initial version of AArch64 support.Akos Kiss-5/+64
2015-01-02More falloutNick Cameron-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-49/+49
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-0/+12
2014-12-18Make at_exit initialize lazilyAaron Turon-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-113/+135
2014-12-02liblibc: getsid() was missing though setsid() was already there.NODA, Kai-1/+2
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-53/+51
2014-11-26/*! -> //!Steve Klabnik-53/+51
2014-11-25/** -> ///Steve Klabnik-14/+12
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-24auto merge of #17896 : mahkoh/rust/intmax, r=alexcrichtonbors-0/+16
2014-10-12add intmaxJulian Orth-0/+16
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-1770/+1770
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-09libc: Convert all statics to constantAlex Crichton-1770/+1770
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
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