about summary refs log tree commit diff
path: root/src/libnative
AgeCommit message (Expand)AuthorLines
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
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-2/+2
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-7/+7
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-04auto merge of #15051 : retep998/rust/master, r=alexcrichtonbors-3/+203
2014-07-04windows: Unicode console support.Peter Atashian-3/+203
2014-07-04auto merge of #15403 : vhbit/rust/ios-llvm-fixme, r=pcwaltonbors-15/+2
2014-07-04Removed LLVM bug workaroundValerii Hiora-15/+2
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-03Fix spelling errors.Joseph Crail-2/+2
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-139/+157
2014-07-02Rename recvfrom -> recv_from, sendto -> send_to.OGINO Masanori-2/+2
2014-06-30auto merge of #14613 : schmee/rust/utf16-iterator, r=huonwbors-6/+14
2014-06-30Add `utf16_units`John Schmidt-6/+14
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-24/+24
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-107/+117
2014-06-28Rename all raw pointers as necessaryAlex Crichton-106/+117
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26librustc: Ensure that proc upvars have static lifetime.Patrick Walton-0/+4
2014-06-26rustrt: Reorganize task usageAlex Crichton-5/+3
2014-06-25Register new snapshotsAlex Crichton-1/+0
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-3/+12
2014-06-24Added Mipsel architecture supportPawel Olzacki-3/+12
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-0/+2
2014-06-22Register new snapshotsAlex Crichton-5/+2
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+3
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-4/+4