| Age | Commit message (Expand) | Author | Lines |
| 2015-03-06 | Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturon | Manish Goregaokar | -8/+8 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -3/+127 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -8/+8 |
| 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 | -6/+6 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -138/+144 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -1/+1 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -13/+15 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -13/+15 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -3/+3 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+0 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -9/+11 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -9/+11 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -4/+2 |
| 2015-02-24 | syntax: use a single Path for Trait::Item in QPath. | Eduard Burtescu | -5/+0 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -0/+5 |
| 2015-02-23 | openbsd: restore linker option | Sébastien Marie | -0/+5 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -15/+15 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -21/+65 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -15/+15 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -20/+20 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -20/+20 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -4/+1 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -4/+4 |
| 2015-02-17 | rollup merge of #22459: alexcrichton/feature-names | Alex Crichton | -2/+2 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -4/+1 |
| 2015-02-17 | rollup merge of #22191: nagisa/target-ptr-width-json | Alex Crichton | -2/+2 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -2/+2 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -2/+9 |
| 2015-02-16 | Lower the default dwarf version for android | Eunji Jeong | -0/+6 |
| 2015-02-15 | Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-02-13 | Remove a few uses of deprecated getenv | Simonas Kazlauskas | -2/+1 |
| 2015-02-12 | Adjusting default CPUs for iOS | Valerii Hiora | -1/+4 |
| 2015-02-11 | oops, fixing abi::OsOpenbsd | Dave Huseby | -1/+1 |
| 2015-02-11 | fixing PR review comments | Dave Huseby | -10/+2 |
| 2015-02-11 | bitrig integration | Dave Huseby | -13/+65 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -1/+1 |
| 2015-02-11 | Change target-word-size to target-pointer-width | Simonas Kazlauskas | -2/+2 |
| 2015-02-10 | Make aarch64-linux-android check with real target | Eunji Jeong | -2/+3 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -4/+4 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+1 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+1 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-03 | Auto merge of #21613 - alfie:suffix-small, r=alexcrichton | bors | -9/+9 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -9/+9 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -11/+11 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -15/+16 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -12/+12 |