| Age | Commit message (Expand) | Author | Lines |
| 2013-12-18 | auto merge of #11050 : alexcrichton/rust/snapshots, r=brson | bors | -41/+1 |
| 2013-12-18 | auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr | bors | -319/+196 |
| 2013-12-19 | std::str: remove .as_mut_buf & rewrite/simplify `.push_char`. | Huon Wilson | -23/+6 |
| 2013-12-19 | std::str: replace .as_imm_buf with .as_ptr. | Huon Wilson | -101/+68 |
| 2013-12-19 | std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len. | Huon Wilson | -112/+71 |
| 2013-12-19 | std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. | Huon Wilson | -91/+59 |
| 2013-12-18 | Register new snapshots | Alex Crichton | -41/+1 |
| 2013-12-17 | auto merge of #11019 : alexcrichton/rust/issue-10545, r=pcwalton | bors | -1/+2 |
| 2013-12-17 | auto merge of #10967 : chris-morgan/rust/clean-and-tidy-some-traits, r=alexcr... | bors | -448/+7 |
| 2013-12-17 | auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichton | bors | -3/+8 |
| 2013-12-17 | Don't allow impls to force public types | Alex Crichton | -1/+2 |
| 2013-12-17 | auto merge of #10998 : thestinger/rust/iter, r=alexcrichton | bors | -4/+2 |
| 2013-12-17 | Handle ENOENT | Cadence Marseille | -3/+8 |
| 2013-12-17 | auto merge of #10996 : huonw/rust/more-vec-raw, r=cmr | bors | -86/+64 |
| 2013-12-17 | auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brson | bors | -2467/+3030 |
| 2013-12-16 | Test fallout from std::comm rewrite | Alex Crichton | -14/+26 |
| 2013-12-16 | libstd: Implement the new `Cell`. | Patrick Walton | -0/+100 |
| 2013-12-16 | librustc: Implement a `Pod` kind for types that can be `memcpy`'d. | Patrick Walton | -0/+13 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -2033/+387 |
| 2013-12-16 | Rewrite std::comm | Alex Crichton | -434/+2631 |
| 2013-12-17 | std::vec: make init_elem nicer by doing fewer moves. | Huon Wilson | -5/+1 |
| 2013-12-17 | std::vec: convert .copy_memory to use copy_nonoverlapping_memory. | Huon Wilson | -5/+5 |
| 2013-12-17 | std::vec::bytes: remove the reference to overlapping src and dest in | Huon Wilson | -7/+4 |
| 2013-12-17 | std::vec::raw: convert copy_memory to a method. | Huon Wilson | -20/+21 |
| 2013-12-17 | std::vec::raw: convert init_elem to a method. | Huon Wilson | -16/+16 |
| 2013-12-16 | Spell out the units used for the `offset` argument, so that people do | Felix S. Klock II | -1/+5 |
| 2013-12-16 | vec: avoid some unsafe code in MoveIterator's dtor | Daniel Micay | -4/+2 |
| 2013-12-17 | std::vec: remove aliasing &mut [] and &[] from shift_opt. | Huon Wilson | -43/+27 |
| 2013-12-16 | vec: make the move iterator fast for all types | Daniel Micay | -50/+47 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -9/+1 |
| 2013-12-15 | libstd: Fix merge fallout. | Patrick Walton | -1/+1 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -70/+75 |
| 2013-12-15 | auto merge of #10984 : huonw/rust/clean-raw, r=cmr | bors | -211/+158 |
| 2013-12-15 | std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut []. | Huon Wilson | -59/+68 |
| 2013-12-15 | Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}. | Huon Wilson | -59/+61 |
| 2013-12-15 | std::vec: move pointless `raw::get` and `unsafe_get` functions. | Huon Wilson | -20/+4 |
| 2013-12-15 | std::vec::raw: clean up docs. | Huon Wilson | -4/+6 |
| 2013-12-15 | std::vec::bytes: remove obsolete functions. | Huon Wilson | -44/+2 |
| 2013-12-15 | std::vec: remove unnecessary count parameter on {bytes, | Huon Wilson | -28/+20 |
| 2013-12-15 | std::rt: s/pausible/pausable/. | Huon Wilson | -18/+18 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -50/+51 |
| 2013-12-14 | auto merge of #10936 : cadencemarseille/rust/issue-10754-std-run-unwrap-on-No... | bors | -27/+52 |
| 2013-12-14 | auto merge of #10870 : ktt3ja/rust/issue-10865, r=alexcrichton | bors | -0/+1 |
| 2013-12-14 | Fix #10754 - `std::run` functions fail after io_error | Cadence Marseille | -27/+52 |
| 2013-12-14 | auto merge of #10949 : fabricedesre/rust/no-gnustl, r=cmr | bors | -1/+0 |
| 2013-12-15 | Rename To{Str,Bytes}Consume traits to Into*. | Chris Morgan | -7/+7 |
| 2013-12-14 | Remove {As,Into,To}{Option,Either,Result} traits. | Chris Morgan | -441/+0 |
| 2013-12-14 | Dead-code pass now marks and warns foreign items | Kiet Tran | -0/+1 |
| 2013-12-13 | auto merge of #10918 : eddyb/rust/inline-finally-dtor, r=thestinger | bors | -0/+56 |
| 2013-12-13 | auto merge of #10895 : sfackler/rust/io-util, r=alexcrichton | bors | -0/+298 |