about summary refs log tree commit diff
path: root/src/libnative
AgeCommit message (Expand)AuthorLines
2014-09-16Fallout from renamingAaron Turon-62/+62
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-09rollup merge of #17020 : nodakai/libnative-c_intAlex Crichton-34/+22
2014-09-08libnative/io: generic retry() for Unix 64 bit read/write().NODA, Kai-34/+22
2014-09-07auto merge of #16942 : alexcrichton/rust/remove-net-assert, r=brsonbors-1/+1
2014-09-06readdir: return error instead of failing on invalid UTF-16Peter Atashian-26/+19
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-8/+8
2014-09-03Fix spelling errors and capitalization.Joseph Crail-8/+8
2014-09-03libnative/io/file_unix: remove superfluous retry().NODA, Kai-24/+12
2014-09-02native: Remove a bogus assert in net::readAlex Crichton-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-2/+2
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-3/+3
2014-08-28Fallout from stabilizing core::optionAaron Turon-3/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-24native: clone/close_accept for win32 pipesAlex Crichton-40/+108
2014-08-24native: Add some documentation for acceptAlex Crichton-0/+34
2014-08-24native: TCP close/close_accept for windowsAlex Crichton-78/+228
2014-08-24native: Implement clone/close_accept for unixAlex Crichton-46/+156
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-10/+9
2014-08-20libgreen: use FFI-safe typesCorey Richardson-1/+2
2014-08-20liblibc: don't use int/uint for intptr_t/uintptr_tCorey Richardson-0/+1
2014-08-20Add #[repr(C)] to all the things!Corey Richardson-0/+13
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-18/+18
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-1/+2
2014-08-12libnative: process spawning should not close inherited file descriptorsIvan Petkov-1/+1
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-1/+2
2014-08-12auto merge of #16284 : alexcrichton/rust/issue-16272, r=aturonbors-1/+4
2014-08-07windows: Fix INVALID_HANDLE_VALUEPeter Atashian-13/+13
2014-08-07windows: Fix several tests on 64-bit.Peter Atashian-0/+20
2014-08-06Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollupAlex Crichton-2/+2
2014-08-06auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichtonbors-12/+12
2014-08-05Renamed `record_stack_bounds` for clarity.Vadim Chugunov-2/+2
2014-08-05native, rustuv: Fix spawning with empty argsAlex Crichton-1/+4
2014-08-05auto merge of #16243 : alexcrichton/rust/fix-utime-for-windows, r=brsonbors-2/+2
2014-08-04stabilize atomics (now atomic)Aaron Turon-12/+12
2014-08-04Change everything returning `libc::sockaddr_storage` to use an &mut out-ptr i...Andrew Poelstra-27/+30
2014-08-02native: Fix utime() for windowsAlex Crichton-2/+2
2014-08-01Fix misspelled comments.Joseph Crail-2/+2
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-1/+13
2014-07-30native: Don't deadlock the runtime on spawn failureAlex Crichton-2/+2
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+13
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-17/+8
2014-07-24Test fixes from the rollupAlex Crichton-3/+3
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-9/+14
2014-07-24Add a null pointer check to CString::newAdolfo OchagavĂ­a-5/+5
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-15Deprecate `str::from_utf16`Adolfo OchagavĂ­a-1/+1
2014-07-13native: Search the child's PATH on win32Alex Crichton-1/+21
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1