| Age | Commit message (Expand) | Author | Lines |
| 2013-12-01 | auto merge of #10756 : thestinger/rust/transmute, r=alexcrichton | bors | -1/+1 |
| 2013-12-01 | remove useless `transmute_immut` function | Daniel Micay | -1/+1 |
| 2013-11-30 | Wrap the return value of the type_id intrinsic in an opaque box | Corey Richardson | -1/+24 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -1/+1 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+1 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -2/+2 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -10/+10 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -57/+36 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -2/+2 |
| 2013-11-25 | Move LittleLock to using RAII | Alex Crichton | -71/+71 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -83/+59 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -83/+59 |
| 2013-11-22 | add a breakpoint intrinsic for debugging | Daniel Micay | -0/+4 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -17/+16 |
| 2013-11-18 | auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton | bors | -11/+1 |
| 2013-11-18 | Remove the C++ lock_and_signal type | Alex Crichton | -32/+21 |
| 2013-11-18 | Implement a native mutex type | Alex Crichton | -0/+337 |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -11/+1 |
| 2013-11-13 | add rust_trylock_little_lock | Jason Toffaletti | -1/+16 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -33/+8 |
| 2013-11-11 | auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson | bors | -0/+1 |
| 2013-11-10 | Register new snapshots | Alex Crichton | -13/+1 |
| 2013-11-10 | temporarily disable tests on android and tagging issue number #10379 | Young-il Choi | -0/+1 |
| 2013-11-07 | std: Make atomic types non-copyable. Closes #8380 | Brian Anderson | -14/+20 |
| 2013-11-06 | Register new snapshots | Alex Crichton | -39/+9 |
| 2013-11-05 | Rename misleading contains_managed to owns_managed | Niko Matsakis | -0/+5 |
| 2013-11-04 | auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakis | bors | -0/+3 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -0/+3 |
| 2013-11-04 | auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakis | bors | -4/+10 |
| 2013-11-03 | simplify memcpy/memmove/memset intrinsics | Daniel Micay | -0/+15 |
| 2013-11-01 | Register new snapshots | Alex Crichton | -3/+0 |
| 2013-11-01 | Add a type_id intrinsic | Alex Crichton | -4/+10 |
| 2013-10-30 | auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton | bors | -1/+31 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -1/+31 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -4/+9 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -1/+1 |
| 2013-10-29 | Adjust reflection for the possibility of discriminants larger than int. | Jed Davis | -4/+9 |
| 2013-10-29 | auto merge of #10135 : alexcrichton/rust/snapshots, r=thestinger | bors | -5/+4 |
| 2013-10-28 | auto merge of #10127 : thestinger/rust/cold, r=pcwalton | bors | -0/+2 |
| 2013-10-28 | Register new snapshots | Alex Crichton | -5/+4 |
| 2013-10-28 | Make some more rt components public | Alex Crichton | -1/+1 |
| 2013-10-28 | add support for the `cold` function attribute | Daniel Micay | -0/+2 |
| 2013-10-28 | auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwalton | bors | -2/+2 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -11/+31 |
| 2013-10-26 | Rewrite boxed_region/memory_region in Rust | Alex Crichton | -2/+2 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -0/+47 |
| 2013-10-23 | mark some functions as returning ! | Daniel Micay | -2/+1 |
| 2013-10-23 | register snapshots | Daniel Micay | -8/+0 |
| 2013-10-23 | Removed the file src/libstd/unstable/extfmt.r | reedlepee | -703/+0 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -18/+1 |