| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-04-01 | Json doesn't need to depend on IoError to implement Encodable #13230 | Eunchong Yu | -2/+2 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+1 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -4727/+0 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -4727/+0 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -11/+11 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -1068/+5867 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -1/+1 |
| 2014-03-23 | auto merge of #13095 : alexcrichton/rust/serialize-tuple, r=huonw | bors | -140/+30 |
| 2014-03-23 | serialize: Read/emit tuples with {read,emit}_tuple | Alex Crichton | -140/+30 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -4/+4 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -1/+1 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -6/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -16/+16 |
| 2014-03-18 | closes #12967 fix [en|de]coding of HashMap<K,V> where K is a numeric type | Jeff Olson | -1/+84 |
| 2014-03-18 | remove duplicate methods in impls | Corey Richardson | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+3 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -1/+1 |
| 2014-03-12 | serialize: make Paths serializable | Erick Tryzelaar | -0/+27 |
| 2014-03-12 | Closes #12829. Names changed for consistency, find_path optimized, method imp... | zslayton | -35/+24 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+2 |
| 2014-03-11 | Added convenience methods and accompanying tests to the Json class. | zslayton | -0/+247 |
| 2014-03-06 | collections: Correct with_capacity_and_hasher | Alex Crichton | -2/+2 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -9/+9 |
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -0/+1 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -3/+3 |
| 2014-02-27 | collections: allow `HashMap` to work with generic hashers | Erick Tryzelaar | -18/+32 |
| 2014-02-24 | auto merge of #12453 : alexcrichton/rust/move-json, r=brson | bors | -2/+2571 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -3/+1 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -2/+2571 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -8/+10 |
| 2014-02-24 | arena,std,serialize: remove some unnecessary transmutes. | Huon Wilson | -3/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -121/+0 |
| 2014-02-22 | auto merge of #11863 : erickt/rust/hash, r=acrichto | bors | -0/+1 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -1/+1 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -0/+1 |
| 2014-02-21 | libstd: Implement some convenience methods on vectors | Patrick Walton | -0/+21 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -6/+6 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -5/+8 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -5/+5 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -2/+1 |
| 2014-02-13 | Move base64 and hex from libextra to libserialize | Liigo Zhuang | -0/+581 |
| 2014-02-09 | std: Move byteswap functions to mem | Brian Anderson | -1/+1 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -0/+1914 |