| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -17/+5 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -17/+5 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -12/+12 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -3/+19 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -4/+4 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -1/+1 |
| 2014-03-22 | Remove nearly all uses of `~[]` from libtest. | Huon Wilson | -27/+24 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -46/+47 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -0/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -15/+0 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 |
| 2014-03-14 | auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson | bors | -6/+1062 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -6/+1062 |
| 2014-03-14 | auto merge of #12869 : thestinger/rust/cmp, r=brson | bors | -1/+1 |
| 2014-03-14 | cmp: switch `min` and `max` to `TotalOrd` | Daniel Micay | -1/+1 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+1 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -24/+24 |
| 2014-03-05 | add correct floating point `min` and `max` methods. | Daniel Micay | -1/+1 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -2/+2 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -5/+5 |
| 2014-02-28 | Add `time` crate to index, expand docs of `test`. | Huon Wilson | -6/+19 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -3/+2 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -10/+10 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -10/+10 |
| 2014-02-23 | auto merge of #12328 : nick29581/rust/abi, r=alexcrichton | bors | -2/+2 |
| 2014-02-24 | All uses of `extern fn` should mean `extern "C" fn`. Closes #9309. | Nick Cameron | -2/+2 |
| 2014-02-23 | Merge remote-tracking branch 'brson/ratcher' | Brian Anderson | -1/+1 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -1/+1 |
| 2014-02-21 | test: 'ratcher' is not a word | Brian Anderson | -1/+1 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -1/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -46/+46 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -0/+1577 |