| Age | Commit message (Expand) | Author | Lines |
| 2014-03-20 | Remove RefCell::{with, with_mut} | Steven Fackler | -67/+4 |
| 2014-03-20 | std: Rename {push,read}_bytes to {push,read}_exact | Alex Crichton | -18/+19 |
| 2014-03-20 | std: Update atomic documentation to remove 'mut' | Alex Crichton | -23/+23 |
| 2014-03-20 | std: Remove AtomicU64 | Brian Anderson | -52/+0 |
| 2014-03-20 | std: Make the generic atomics in `sync::atomics` private | Brian Anderson | -10/+10 |
| 2014-03-20 | std: Make the generic atomics take unsafe pointers | Brian Anderson | -124/+127 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -95/+4 |
| 2014-03-20 | std: Make atomics immutable. #11583 | Brian Anderson | -42/+1064 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | std: Add Vec to the prelude | Alex Crichton | -0/+1 |
| 2014-03-20 | auto merge of #13015 : tbu-/rust/pr_remove_immut, r=alexcrichton | bors | -6/+0 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -76/+210 |
| 2014-03-20 | auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestinger | bors | -1/+7 |
| 2014-03-20 | A couple of fixes to vec_ng docs | Steven Fackler | -14/+24 |
| 2014-03-20 | Make atomics interior Unsafe<T> | Flavio Percoco | -50/+60 |
| 2014-03-20 | Let ArcData use Unsafe<T> | Flavio Percoco | -5/+8 |
| 2014-03-20 | Make Cell and RefCell use Unsafe<T> | Flavio Percoco | -14/+19 |
| 2014-03-20 | Add Unsafe<T> type | Flavio Percoco | -0/+82 |
| 2014-03-20 | Make `Rc`, `Cell` and `RefCell` NoShare | Flavio Percoco | -7/+18 |
| 2014-03-20 | Add a Share kind | Flavio Percoco | -1/+24 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -19/+22 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -154/+152 |
| 2014-03-19 | std: io: flush stdout on stdin read from tty | Corey Richardson | -1/+7 |
| 2014-03-19 | Remove std::cast::transmute_immut_unsafe | Tobias Bucher | -6/+0 |
| 2014-03-19 | auto merge of #12982 : brson/rust/optiondocs, r=alexcrichton | bors | -20/+170 |
| 2014-03-19 | auto merge of #12955 : sfackler/rust/vec_ng-doc, r=alexcrichton | bors | -30/+608 |
| 2014-03-18 | Docify std::vec_ng | Steven Fackler | -30/+608 |
| 2014-03-18 | auto merge of #12954 : brson/rust/atomicdocs, r=alexcrichton | bors | -68/+393 |
| 2014-03-18 | std: Improve option docs | Brian Anderson | -20/+170 |
| 2014-03-18 | Test fixes from the rollup | Alex Crichton | -0/+4 |
| 2014-03-18 | Made the `clone_from` implementation for `~T` reuse the `T` itself if | Marvin Löbel | -1/+2 |
| 2014-03-18 | rustdoc: Implement cross-crate searching | Alex Crichton | -1/+1 |
| 2014-03-18 | Docsprint: Document ops module, primarily Deref. | Matthew McPherrin | -3/+77 |
| 2014-03-18 | Relaxed the memory ordering on the implementation of UnsafeArc | Jonathan S | -7/+29 |
| 2014-03-18 | Documentation and formatting changes for option.rs. | Ziad Hatahet | -10/+10 |
| 2014-03-18 | Add impl IntoStr for ::std::vec_ng::Vec<Ascii> | Eunchong Yu | -0/+26 |
| 2014-03-18 | remove duplicate methods in impls | Corey Richardson | -3/+0 |
| 2014-03-18 | Make method Vec::remove() public | Jorge Aparicio | -1/+1 |
| 2014-03-17 | std: Improve docs for atomics. Fix two bugs | Brian Anderson | -68/+393 |
| 2014-03-17 | auto merge of #12957 : lkuper/rust/docsprint, r=alexcrichton | bors | -2/+1 |
| 2014-03-17 | auto merge of #12951 : cadencemarseille/rust/issue-12943-remove-AtomicFlag, r... | bors | -41/+6 |
| 2014-03-17 | auto merge of #12945 : cadencemarseille/rust/vec_ng-as_mut_ptr, r=alexcrichton | bors | -4/+7 |
| 2014-03-16 | auto merge of #12944 : mcpherrinm/rust/master, r=alexcrichton | bors | -0/+95 |
| 2014-03-16 | `strdup_uniq` doesn't have to be `pub`. | Lindsey Kuper | -2/+1 |
| 2014-03-16 | Doc-sprint: Document endian conversion functions | Matthew McPherrin | -0/+95 |
| 2014-03-16 | Remove AtomicFlag | Cadence Marseille | -41/+6 |
| 2014-03-16 | Add method Vec<T>::as_mut_ptr() | Cadence Marseille | -4/+7 |
| 2014-03-16 | auto merge of #12931 : aochagavia/rust/option-take_unwrap, r=cmr | bors | -3/+3 |
| 2014-03-16 | Refactored take_unwrap (libstd/option.rs) | aochagavia | -3/+3 |
| 2014-03-16 | auto merge of #12929 : sfackler/rust/automatically-derived, r=cmr | bors | -20/+0 |