| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-12-12 | Remove dependency on gnustl_shared for android builds | Fabrice Desré | -1/+0 |
| 2013-12-12 | Inline Finallyalizer::drop, allowing LLVM to optimize `finally`. | Eduard Burtescu | -0/+56 |
| 2013-12-11 | Add std::io::util | Steven Fackler | -0/+298 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -555/+555 |
| 2013-12-11 | std::io: Add Buffer.lines(), change .bytes() api | klutzy | -52/+136 |
| 2013-12-10 | auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton | bors | -741/+683 |
| 2013-12-10 | libstd: Remove `Cell` from the library. | Patrick Walton | -74/+19 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -5/+5 |
| 2013-12-10 | libstd: Remove two uses of `Cell`. | Patrick Walton | -6/+4 |
| 2013-12-10 | libstd: Change `atomically` to use RAII. | Patrick Walton | -54/+78 |
| 2013-12-10 | librustuv: Change `with_local_io` to use RAII. | Patrick Walton | -156/+181 |
| 2013-12-10 | libstd: Remove `Cell`s that were used because of `finally` by converting | Patrick Walton | -41/+63 |
| 2013-12-10 | librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more | Patrick Walton | -21/+37 |
| 2013-12-10 | libstd: Remove some cells involved in | Patrick Walton | -18/+12 |
| 2013-12-10 | librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells. | Patrick Walton | -159/+181 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -228/+124 |
| 2013-12-10 | Implement PortReader and ChanWriter | Raphael Speyer | -11/+172 |
| 2013-12-09 | auto merge of #10840 : cmr/rust/any_docs2, r=huonw | bors | -1/+8 |
| 2013-12-09 | Add some Any docs. | Corey Richardson | -1/+8 |
| 2013-12-09 | auto merge of #10859 : huonw/rust/helper-dists, r=cmr | bors | -246/+568 |
| 2013-12-08 | std::rand: implement the student t distribution. | Huon Wilson | -1/+52 |
| 2013-12-08 | std::rand: implement the F distribution. | Huon Wilson | -1/+60 |
| 2013-12-08 | std::rand: implement the chi-squared distribution. | Huon Wilson | -2/+99 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -165/+38 |
| 2013-12-07 | std::rand: implement the log-normal distribution. | Huon Wilson | -2/+58 |
| 2013-12-07 | std::rand: move normal and exponential to their own file. | Huon Wilson | -244/+303 |
| 2013-12-07 | auto merge of #10824 : huonw/rust/str-doc, r=alexcrichton | bors | -42/+321 |
| 2013-12-06 | auto merge of #10364 : Kimundi/rust/result_compose, r=alexcrichton | bors | -125/+44 |