| Age | Commit message (Expand) | Author | Lines |
| 2014-03-23 | sync: Move Once to using &self | Alex Crichton | -9/+9 |
| 2014-03-23 | sync: Move the Mutex type to using &self | Alex Crichton | -61/+82 |
| 2014-03-23 | sync: Move the concurrent queue to using &self | Alex Crichton | -10/+11 |
| 2014-03-23 | std: Move NativeMutex from &mut self to &self | Alex Crichton | -56/+65 |
| 2014-03-23 | Snapshot cleanup | Alex Crichton | -18/+1 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -208/+74 |
| 2014-03-23 | Make url::Url derive TotalEq. | Ms2ger | -2/+2 |
| 2014-03-23 | auto merge of #13099 : FlaPer87/rust/master, r=huonw | bors | -1065/+9 |
| 2014-03-23 | auto merge of #13093 : Havvy/rust/master, r=sfackler | bors | -19/+19 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -208/+74 |
| 2014-03-23 | rustc: Change the filename of compressed bitcode | Piotr Czarnecki | -6/+10 |
| 2014-03-23 | auto merge of #13092 : sfackler/rust/buffer-vec, r=thestinger | bors | -15/+24 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1065/+9 |
| 2014-03-23 | auto merge of #13090 : thestinger/rust/iter, r=Aatch | bors | -61/+48 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -61/+48 |
| 2014-03-22 | auto merge of #13088 : thestinger/rust/hashmap, r=cmr | bors | -180/+203 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -180/+203 |
| 2014-03-22 | auto merge of #13089 : thestinger/rust/managed, r=Aatch | bors | -87/+1 |
| 2014-03-22 | make std::managed private | Daniel Micay | -87/+1 |
| 2014-03-22 | Change types T,U to R (recv), S (sender) in libsync/comm.rs | Ryan Scheel (Havvy) | -19/+19 |
| 2014-03-22 | Some cleanup in std::io::buffered | Steven Fackler | -15/+24 |
| 2014-03-22 | auto merge of #13087 : eddyb/rust/fix-autoderef, r=cmr | bors | -85/+264 |
| 2014-03-23 | Implement cross-crate support for autoderef. | Eduard Burtescu | -20/+147 |
| 2014-03-22 | auto merge of #13085 : edwardw/rust/saddest-cell, r=cmr | bors | -11/+10 |
| 2014-03-22 | Implement vtable support for autoderef. | Eduard Burtescu | -66/+118 |
| 2014-03-22 | auto merge of #13084 : Havvy/rust/master, r=alexcrichton | bors | -7/+7 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -224/+72 |
| 2014-03-22 | Unindent stringifier() in tasks guide | Ryan Scheel (Havvy) | -7/+7 |
| 2014-03-23 | Get rid of @Cell | Edward Wang | -11/+10 |
| 2014-03-22 | auto merge of #12995 : Kroisse/rust/vec_ng_mut_slices, r=alexcrichton | bors | -0/+122 |
| 2014-03-23 | Add Vec::mut_slice_from(), mut_slice_to(), and mut_split_at() | Eunchong Yu | -0/+122 |
| 2014-03-22 | auto merge of #13053 : alexcrichton/rust/removing-ref-cell-get, r=huonw | bors | -2639/+1587 |
| 2014-03-22 | rand: Use fill() instead of read() | Alex Crichton | -4/+2 |
| 2014-03-22 | std: Add an I/O reader method to fill a buffer | Alex Crichton | -7/+38 |
| 2014-03-22 | rustuv: Remove usage of get() | Alex Crichton | -6/+3 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -68/+61 |
| 2014-03-22 | test: Fix fallout of removing get() | Alex Crichton | -12/+12 |
| 2014-03-22 | rustdoc: Fix fallout of removing get() | Alex Crichton | -7/+5 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -2312/+1343 |
| 2014-03-22 | arena: Fix fallout of removing get() | Alex Crichton | -2/+2 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -209/+159 |
| 2014-03-22 | std: Remove the get() method from RefCell wrappers | Alex Crichton | -27/+6 |
| 2014-03-22 | auto merge of #13078 : klutzy/rust/issue-13075, r=alexcrichton | bors | -3/+8 |
| 2014-03-22 | std::os: Handle FormatMessage failure | klutzy | -3/+8 |
| 2014-03-22 | doc: Remove Freeze / NoFreeze from docs | Flavio Percoco | -29/+14 |
| 2014-03-22 | test: Remove Freeze / NoFreeze from tests | Flavio Percoco | -117/+32 |
| 2014-03-22 | std: Remove the Freeze kind and the NoFreeze marker | Flavio Percoco | -15/+1 |
| 2014-03-22 | cell: Remove Freeze / NoFreeze | Flavio Percoco | -10/+6 |
| 2014-03-22 | std::comm: Remove Freeze / NoFreeze | Flavio Percoco | -6/+4 |
| 2014-03-22 | sync: Remove Freeze / NoFreeze | Flavio Percoco | -13/+11 |