| Age | Commit message (Expand) | Author | Lines |
| 2014-05-06 | auto merge of #13822 : EdorianDark/rust/master, r=cmr | bors | -98/+115 |
| 2014-05-03 | Use is_zero | Dirk Leifeld | -4/+3 |
| 2014-05-03 | Generalize stats from f64 to the Float trait | Dirk Leifeld | -98/+116 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -3/+3 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -1/+1 |
| 2014-04-24 | auto merge of #13706 : alexcrichton/rust/test-nocapture, r=brson | bors | -36/+57 |
| 2014-04-24 | test: Add an option to not capture output | Alex Crichton | -36/+57 |
| 2014-04-23 | auto merge of #13675 : sfackler/rust/taskbuilder-new, r=alexcrichton | bors | -2/+2 |
| 2014-04-23 | Move task::task() to TaskBuilder::new() | Steven Fackler | -2/+2 |
| 2014-04-22 | auto merge of #13597 : bjz/rust/float-api, r=brson | bors | -2/+2 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -47/+51 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -17/+17 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -7/+14 |
| 2014-04-10 | Remove some internal ~[] from several libraries. | Huon Wilson | -4/+4 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -7/+14 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -1/+1 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-03-31 | test: Switch field privacy as necessary | Alex Crichton | -34/+34 |
| 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 |