| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-18 | Shorten endian conversion method names | Brendan Zabarauskas | -1/+1 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -3/+1 |
| 2014-06-18 | Use ByteOrder methods instead of free-standing functions | Brendan Zabarauskas | -2/+2 |
| 2014-05-30 | lib{serialize, uuid}: Fix snake case errors. | Kevin Butler | -20/+22 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -20/+12 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -6/+7 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+2 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -11/+24 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -7/+7 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -12/+8 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -2/+2 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -9/+9 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -3/+2 |
| 2014-03-31 | serialize: Switch field privacy as necessary | Alex Crichton | -11/+11 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -287/+346 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -8/+8 |
| 2014-02-24 | arena,std,serialize: remove some unnecessary transmutes. | Huon Wilson | -3/+1 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -1/+1 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -6/+6 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -2/+1 |
| 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/+1121 |