| Age | Commit message (Expand) | Author | Lines |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -4/+3 |
| 2015-11-24 | rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand | Nick Cameron | -1/+1 |
| 2015-10-16 | rustfmt src/librand | Marcello Seri | -2/+4 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+3 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -52/+0 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -1/+0 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -1/+0 |
| 2015-03-01 | Fix errors, remove unused files | GuillaumeGomez | -12/+12 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -2/+2 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -1/+1 |
| 2014-12-28 | Rename TaskRng to ThreadRng | Simonas Kazlauskas | -3/+3 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -2/+2 |
| 2014-11-02 | rand: Add next_f64/f32 to Rng. | Huon Wilson | -14/+9 |
| 2014-06-29 | Impl Rand for tuples of arity 11 and 12 | Adolfo OchagavĂa | -0/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+2 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -14/+6 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -0/+277 |