| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -0/+3 |
| 2014-01-07 | auto merge of #11348 : alexcrichton/rust/snapshots, r=brson | bors | -2/+2 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -2/+2 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-01-03 | fixup! libstd: Always inline all byteswap functions | Carl-Anton Ingmarsson | -27/+27 |
| 2014-01-02 | libstd: Always inline all byteswap functions | Carl-Anton Ingmarsson | -27/+27 |
| 2014-01-01 | Add byteswap intrinsics for converting from big/little to host endian | Carl-Anton Ingmarsson | -0/+13 |
| 2013-12-31 | auto merge of #11187 : alexcrichton/rust/once, r=brson | bors | -1/+148 |
| 2013-12-31 | Convert relevant static mutexes to Once | Alex Crichton | -10/+13 |
| 2013-12-31 | Implement volatile_load and volatile_store intrinsics. | Peter Zotov | -0/+12 |
| 2013-12-29 | Actually block in a windows cvar | Alex Crichton | -1/+1 |
| 2013-12-28 | Implement a Once primitive for initialization | Alex Crichton | -1/+145 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -0/+2 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -8/+6 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -15/+2 |
| 2013-12-24 | std: Introduce std::sync | Alex Crichton | -1087/+6 |
| 2013-12-24 | std: Introduce an unstable::stack module | Alex Crichton | -0/+274 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -24/+12 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -1/+1 |
| 2013-12-12 | Inline Finallyalizer::drop, allowing LLVM to optimize `finally`. | Eduard Burtescu | -0/+1 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -7/+7 |
| 2013-12-10 | libstd: Change `atomically` to use RAII. | Patrick Walton | -43/+71 |
| 2013-12-10 | libstd: Remove `Cell`s that were used because of `finally` by converting | Patrick Walton | -27/+42 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -3/+1 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -0/+1 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -1/+1 |
| 2013-12-03 | Move std::util::ignore to std::prelude::drop | Steven Fackler | -4/+3 |
| 2013-12-03 | auto merge of #10747 : alexcrichton/rust/snapshots, r=cmr | bors | -4/+0 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -4/+0 |
| 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 |