| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -15/+16 |
| 2015-02-01 | openbsd support | Sébastien Marie | -10/+80 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -4/+4 |
| 2015-01-30 | remove dead code | Jorge Aparicio | -1/+0 |
| 2015-01-30 | implement for loop desugaring | Jorge Aparicio | -1/+1 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -3/+3 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -3/+3 |
| 2015-01-29 | Auto merge of #21730 - Manishearth:rollup, r=alexcrichton | bors | -1/+0 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -17/+16 |
| 2015-01-29 | Rollup merge of 21681 - japaric:no-warn, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-01-27 | fix #[cfg(test)] warnings | Jorge Aparicio | -1/+0 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -25/+30 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -17/+16 |
| 2015-01-27 | Auto merge of #21646 - dotdash:default_target_cpu, r=Aatch | bors | -1/+5 |
| 2015-01-26 | Make '-A warnings' apply to all warnings, including feature gate warnings | Brian Anderson | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -24/+25 |
| 2015-01-26 | Default to Pentium 4 as the x86 target CPU on Windows/Linux/DragonFly | Björn Steinbrink | -0/+3 |
| 2015-01-26 | Use more specific target CPUs on Darwin | Björn Steinbrink | -1/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -4/+4 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -27/+35 |
| 2015-01-25 | Add the span of the operator itself to ast::BinOp. | Huon Wilson | -4/+4 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+8 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+1 |