| Age | Commit message (Expand) | Author | Lines |
| 2014-08-04 | rustc: Link entire archives of native libraries | Alex Crichton | -0/+3 |
| 2014-08-01 | auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichton | bors | -3/+18 |
| 2014-07-31 | auto merge of #15399 : kballard/rust/rewrite_local_data, r=alexcrichton | bors | -121/+382 |
| 2014-07-31 | Add some benchmarks for TLD | Kevin Ballard | -1/+145 |
| 2014-07-31 | Rewrite the local_data implementation | Kevin Ballard | -112/+229 |
| 2014-07-31 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -0/+17 |
| 2014-07-31 | rustrt: Don't conditionally init the at_exit QUEUE | Alex Crichton | -1/+1 |
| 2014-07-31 | rustrt: Make begin_unwind take a single file/line pointer | Brian Anderson | -1/+16 |
| 2014-07-30 | Update docs for TLS -> TLD | Kevin Ballard | -22/+22 |
| 2014-07-30 | green: Prevent runtime corruption on spawn failure | Alex Crichton | -3/+3 |
| 2014-07-30 | native: Don't deadlock the runtime on spawn failure | Alex Crichton | -1/+11 |
| 2014-07-30 | rustrt: Allow dropping a brand-new Task | Alex Crichton | -9/+32 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -0/+17 |
| 2014-07-28 | auto merge of #15983 : brson/rust/fail, r=alexcrichton | bors | -15/+8 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -17/+10 |
| 2014-07-25 | Revert "Use fewer instructions for `fail!`" | Brian Anderson | -7/+1 |
| 2014-07-25 | Make most of the failure functions take &(&'static str, uint) | Brian Anderson | -10/+9 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -16/+21 |
| 2014-07-24 | Add a null pointer check to CString::new | Adolfo Ochagavía | -109/+14 |
| 2014-07-24 | Implement Show for CString | Adolfo Ochagavía | -0/+7 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -0/+2 |
| 2014-07-22 | auto merge of #15876 : brson/rust/failfat, r=pcwalton | bors | -1/+6 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | Use fewer instructions for `fail!` | Brian Anderson | -1/+6 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+2 |
| 2014-07-19 | librustc: Implement lifetime elision. | Patrick Walton | -2/+2 |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo Ochagavía | -2/+2 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -16/+16 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -16/+16 |
| 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/+19 |
| 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 | -4/+4 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 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 | -5/+5 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -189/+267 |
| 2014-07-02 | Rename recvfrom -> recv_from, sendto -> send_to. | OGINO Masanori | -2/+2 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -11/+11 |
| 2014-06-29 | c_str: move `.unwrap` & document it more clearly. | Huon Wilson | -11/+16 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -69/+70 |
| 2014-06-29 | c_str: add `.as_ptr` & `.as_mut_ptr` to replace `.with_[mut_]ref`. | Huon Wilson | -0/+69 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -101/+104 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -100/+104 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -108/+265 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-24 | Add more description to c_str::unwrap(). | Steve Klabnik | -1/+4 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -8/+8 |