| Age | Commit message (Expand) | Author | Lines |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -12/+12 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -2/+2 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+0 |
| 2015-02-27 | libtest: flush output after every write | Julian Orth | -4/+13 |
| 2015-02-22 | Record default implementations in a separate step | Flavio Percoco | -0/+1 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -2/+2 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -2/+2 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -1/+1 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -3/+2 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -2/+2 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -1/+1 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -2/+2 |
| 2015-02-18 | Update the libraries to reflect Send loosing the 'static bound. | Huon Wilson | -2/+2 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+1 |
| 2015-02-11 | Test fixes and rebase conflicts | Alex Crichton | -2/+1 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -2/+2 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -2/+2 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -2/+4 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -37/+33 |
| 2015-02-03 | Remove dead code flagged by lint | Seo Sanghyeon | -0/+1 |
| 2015-02-03 | Auto merge of #21613 - alfie:suffix-small, r=alexcrichton | bors | -14/+14 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -14/+14 |
| 2015-02-02 | rollup merge of #21848: Manishearth/book-link | Alex Crichton | -1/+1 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -13/+11 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -3/+1 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -3/+3 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -6/+6 |
| 2015-02-02 | Fix stale doc link (guide -> book) | Manish Goregaokar | -1/+1 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -6/+6 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -6/+6 |
| 2015-01-30 | rollup merge of #21718: alexcrichton/stabilize-from-str | Alex Crichton | -2/+1 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -2/+1 |
| 2015-01-30 | fixes after rebase | Jorge Aparicio | -1/+0 |
| 2015-01-30 | fix fallout | Jorge Aparicio | -0/+3 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -8/+8 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -5/+5 |
| 2015-01-29 | fix inference fallout | Jorge Aparicio | -1/+1 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | Auto merge of #21730 - Manishearth:rollup, r=alexcrichton | bors | -2/+1 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -1/+1 |
| 2015-01-29 | Rollup merge of 21681 - japaric:no-warn, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-01-27 | fix #[cfg(test)] warnings | Jorge Aparicio | -2/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -31/+32 |