| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+1 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -2/+2 |
| 2015-02-17 | Fix removal of complement-bugreport.md | Manish Goregaokar | -1/+1 |
| 2015-02-17 | Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonw | Manish Goregaokar | -1/+2 |
| 2015-02-17 | Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfackler | Manish Goregaokar | -4/+6 |
| 2015-02-16 | rustc: merge check_static into check_const. | Eduard Burtescu | -3/+0 |
| 2015-02-16 | rustc: remove the vestigial "const marking" pass. | Eduard Burtescu | -4/+0 |
| 2015-02-15 | libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes. | Felix S. Klock II | -1/+2 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22201 - brson:version, r=nick29581 | Manish Goregaokar | -0/+5 |
| 2015-02-13 | Add the build date to the reported version. #21957 | Brian Anderson | -0/+5 |
| 2015-02-12 | Separate macro and plugin loading | Keegan McAllister | -4/+6 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -5/+4 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -5/+4 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -2/+2 |
| 2015-02-10 | Auto merge of #22026 - kmcallister:plugin, r=sfackler | bors | -1/+0 |
| 2015-02-09 | Use a crate attribute to load plugins | Keegan McAllister | -1/+0 |
| 2015-02-09 | Review changes | Nick Cameron | -31/+51 |
| 2015-02-09 | Refactor compilation to make it easier to use for tools | Nick Cameron | -171/+305 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -1/+1 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -1/+1 |
| 2015-02-06 | librustc_driver has been updated | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Rollup merge of #21958 - brson:stable-features, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -17/+17 |
| 2015-02-04 | Add a lint for writing `#[feature]` for stable features, warn by default. | Brian Anderson | -2/+2 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -8/+8 |
| 2015-02-04 | More test fixes | Manish Goregaokar | -2/+1 |
| 2015-02-04 | Error when #![staged_api] crates are missing stability markers | Manish Goregaokar | -1/+1 |
| 2015-02-04 | Move stability pass after privacy pass | Manish Goregaokar | -4/+5 |
| 2015-02-03 | Auto merge of #21613 - alfie:suffix-small, r=alexcrichton | bors | -3/+3 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -3/+3 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -15/+15 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -5/+5 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -10/+10 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -17/+19 |
| 2015-01-30 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -4/+1 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -6/+5 |
| 2015-01-30 | rollup merge of #21739: alexcrichton/better-print | Alex Crichton | -1/+1 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -8/+6 |
| 2015-01-30 | Remove the capture mode map and just store the capture mode for individual va... | Niko Matsakis | -4/+1 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -4/+4 |
| 2015-01-28 | rustc: Print out a prettier version of crate types | Alex Crichton | -1/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -27/+27 |
| 2015-01-27 | accommodate new scoping rules in librustc_driver unit tests. | Felix S. Klock II | -1/+1 |
| 2015-01-27 | accommodate new scoping rules in rustc and rustdoc source. | Felix S. Klock II | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -24/+24 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -7/+23 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+10 |