| Age | Commit message (Expand) | Author | Lines |
| 2014-08-06 | auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton | bors | -12/+12 |
| 2014-08-05 | Renamed `record_stack_bounds` for clarity. | Vadim Chugunov | -2/+2 |
| 2014-08-05 | native, rustuv: Fix spawning with empty args | Alex Crichton | -1/+4 |
| 2014-08-05 | auto merge of #16243 : alexcrichton/rust/fix-utime-for-windows, r=brson | bors | -2/+2 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -12/+12 |
| 2014-08-04 | Change everything returning `libc::sockaddr_storage` to use an &mut out-ptr i... | Andrew Poelstra | -27/+30 |
| 2014-08-02 | native: Fix utime() for windows | Alex Crichton | -2/+2 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -2/+2 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -1/+13 |
| 2014-07-30 | native: Don't deadlock the runtime on spawn failure | Alex Crichton | -2/+2 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+13 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -17/+8 |
| 2014-07-24 | Test fixes from the rollup | Alex Crichton | -3/+3 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -9/+14 |
| 2014-07-24 | Add a null pointer check to CString::new | Adolfo OchagavĂa | -5/+5 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-15 | Deprecate `str::from_utf16` | Adolfo OchagavĂa | -1/+1 |
| 2014-07-13 | native: Search the child's PATH on win32 | Alex Crichton | -1/+21 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -2/+2 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -7/+7 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-04 | auto merge of #15051 : retep998/rust/master, r=alexcrichton | bors | -3/+203 |
| 2014-07-04 | windows: Unicode console support. | Peter Atashian | -3/+203 |
| 2014-07-04 | auto merge of #15403 : vhbit/rust/ios-llvm-fixme, r=pcwalton | bors | -15/+2 |
| 2014-07-04 | Removed LLVM bug workaround | Valerii Hiora | -15/+2 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -2/+2 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -139/+157 |
| 2014-07-02 | Rename recvfrom -> recv_from, sendto -> send_to. | OGINO Masanori | -2/+2 |
| 2014-06-30 | auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw | bors | -6/+14 |
| 2014-06-30 | Add `utf16_units` | John Schmidt | -6/+14 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -24/+24 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -107/+117 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -106/+117 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | librustc: Ensure that proc upvars have static lifetime. | Patrick Walton | -0/+4 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -5/+3 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+2 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -3/+12 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -3/+12 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -0/+2 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -5/+2 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -1/+3 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -4/+4 |