about summary refs log tree commit diff
path: root/src/librustuv
AgeCommit message (Expand)AuthorLines
2014-10-01Remove librustuvAaron Turon-6463/+0
2014-09-30Fix librustuvSteven Fackler-5/+3
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-2/+1
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-2/+2
2014-09-16Fallout from renamingAaron Turon-14/+14
2014-09-15add Send bound on impl because stricter trait checking requires itNiko Matsakis-1/+1
2014-09-01Updated to new extern crate syntax.wickerwaka-1/+1
2014-08-29Register new snapshotsAlex Crichton-15/+0
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-12/+12
2014-08-28Fallout from stabilizing core::optionAaron Turon-12/+12
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+15
2014-08-26DST coercions and DST structsNick Cameron-4/+7
2014-08-24native: clone/close_accept for win32 pipesAlex Crichton-2/+2
2014-08-24rustuv: Implement clone/close_acceptAlex Crichton-173/+290
2014-08-23Remove stage0 attributes.Vadim Chugunov-1/+0
2014-08-20liblibc: don't use int/uint for intptr_t/uintptr_tCorey Richardson-2/+2
2014-08-20Add #[repr(C)] to all the things!Corey Richardson-0/+5
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-1/+2
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-6/+10
2014-08-09auto merge of #15964 : huonw/rust/gensym-test, r=alexcrichtonbors-5/+3
2014-08-09testsuite: implement #[reexport_test_harness_name] to get access to theHuon Wilson-5/+3
2014-08-05native, rustuv: Fix spawning with empty argsAlex Crichton-6/+10
2014-08-04Change everything returning `libc::sockaddr_storage` to use an &mut out-ptr i...Andrew Poelstra-20/+23
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+2
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-6/+6
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-3/+5
2014-07-24Add `string::raw::from_buf`Adolfo OchagavĂ­a-3/+3
2014-07-24Deprecated `str::raw::from_c_str`Adolfo OchagavĂ­a-3/+3
2014-07-23collections: Deprecate shift/unshiftBrian Anderson-1/+1
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-07-15auto merge of #15604 : mrmonday/rust/raw-socket-libc, r=alexcrichtonbors-0/+21
2014-07-15Add low level support for polling with librustuv.Robert Clipsham-0/+21
2014-07-14std: Make unlink() more consistentAlex Crichton-1/+4
2014-07-13auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmrbors-1/+1
2014-07-12Use a nicer Show impl for NameCorey Richardson-1/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-3/+3
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-1/+5
2014-07-03Fix spelling errors.Joseph Crail-3/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-399/+419
2014-07-02Rename recvfrom -> recv_from, sendto -> send_to.OGINO Masanori-17/+17
2014-06-29auto merge of #15252 : alexcrichton/rust/issue-15231, r=pcwaltonbors-7/+10
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2