| Age | Commit message (Expand) | Author | Lines |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -26/+26 |
| 2015-03-08 | Auto merge of #23127 - alexcrichton:bench-wrapping, r=brson | bors | -1/+8 |
| 2015-03-06 | test: Fix an overflow on empty benchmarks | Alex Crichton | -1/+8 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-06 | Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -1/+0 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -10/+23 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -2/+2 |
| 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 |