| Age | Commit message (Expand) | Author | Lines |
| 2014-01-27 | Removed take_glue from tydesc, inlining the equivalent refcount increment cod... | Eduard Burtescu | -0/+2 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -1/+3 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -4/+4 |
| 2014-01-22 | libc: switch `free` to the proper signature | Daniel Micay | -20/+20 |
| 2014-01-22 | Replace C types with Rust types in libstd, closes #7313 | Florian Hahn | -56/+52 |
| 2014-01-21 | Purge borrowck from libstd | Alex Crichton | -40/+0 |
| 2014-01-17 | handle zero-size allocations correctly | Daniel Micay | -8/+5 |
| 2014-01-17 | auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton | bors | -6/+0 |
| 2014-01-15 | auto merge of #11565 : mozilla/rust/snapshot, r=huonw | bors | -38/+1 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -6/+0 |
| 2014-01-15 | auto merge of #11561 : eddyb/rust/moar-inlines, r=pcwalton | bors | -0/+2 |
| 2014-01-15 | register snapshots | Daniel Micay | -38/+1 |
| 2014-01-15 | libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w... | Eduard Burtescu | -0/+2 |
| 2014-01-14 | add implementation of `Repr` for `~[T]` | Daniel Micay | -0/+1 |
| 2014-01-14 | remove `borrow_offset` as ~ is now free of headers | Daniel Micay | -7/+0 |
| 2014-01-14 | remove reference counting headers from ~ | Daniel Micay | -0/+2 |
| 2014-01-11 | Removed free_glue from tydesc (the code is still generated, but inlined in dr... | Eduard Burtescu | -2/+31 |
| 2014-01-07 | extratest: Fix all leaked trait imports | Alex Crichton | -1/+2 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -2/+0 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -2/+5 |
| 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 |