| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+2 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -4/+4 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-04-02 | rand: remove (almost) all ~[]'s from Vec. | Huon Wilson | -2/+2 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+4 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -1/+1 |
| 2013-12-22 | fix check-fast tests. | Huon Wilson | -1/+2 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -3/+3 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -2/+2 |
| 2013-12-20 | std::vec: implement a stable merge sort, deferring to insertion sort for | Huon Wilson | -0/+88 |
