| Age | Commit message (Expand) | Author | Lines |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -3/+3 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -2/+6 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+1 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -2/+3 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -4/+2 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -2/+3 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -5/+5 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -4/+0 |
| 2015-02-24 | rustc_resolve: don't handle impl items as if they were modules. | Eduard Burtescu | -3/+3 |
| 2015-02-24 | rustc: use partially resolved definitions to replace the `T::A` hack. | Eduard Burtescu | -0/+2 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -1/+1 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -1/+1 |
| 2015-02-22 | Fix test fallouts | Flavio Percoco | -1/+1 |
| 2015-02-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -17/+17 |
| 2015-02-21 | In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ... | Nick Cameron | -7/+12 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -17/+17 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -1/+1 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -16/+16 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -16/+16 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -1/+1 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -3/+2 |
| 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 | -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 |