| Age | Commit message (Expand) | Author | Lines |
| 2015-06-20 | Auto merge of #26417 - brson:feature-err, r=steveklabnik | bors | -2/+4 |
| 2015-06-20 | Auto merge of #26382 - alexcrichton:less-racy-path, r=brson | bors | -7/+0 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -2/+4 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -114/+135 |
| 2015-06-19 | rustc_resolve: don't require redundant arguments to resolve_crate. | Eduard Burtescu | -5/+1 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -22/+21 |
| 2015-06-17 | rustc_driver: Frob the global PATH less | Alex Crichton | -7/+0 |
| 2015-06-11 | Auto merge of #26199 - swgillespie:issue-26092, r=alexcrichton | bors | -2/+2 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-10 | fix #26092 by returning an empty OS string when the output file path has no f... | swgillespie | -2/+2 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -3/+3 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -1/+1 |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -3/+5 |
| 2015-05-14 | Move configuration 1 phase before crate metadata collection | Kevin Ballard | -11/+11 |
| 2015-05-10 | Rollup merge of #25252 - inrustwetrust:crate-type-attribute, r=alexcrichton | Manish Goregaokar | -5/+2 |
| 2015-05-10 | Upgraded warning for invalid crate_type attribute syntax to an error | inrustwetrust | -5/+2 |
| 2015-05-07 | Add support for registering attributes with rustc in plugins | Manish Goregaokar | -3/+5 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -1/+2 |
| 2015-04-18 | Return nonzero exit code if there are errors at a stop point | Florian Hahn | -5/+10 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -0/+1 |
| 2015-04-16 | Auto merge of #24437 - fhahn:issue-24434, r=alexcrichton | bors | -2/+3 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | Strip configuration before checking feature gates of macros | Florian Hahn | -2/+3 |
| 2015-04-14 | Fix: sess.opt should have been sess.opts | Thomas Jespersen | -1/+1 |
| 2015-04-14 | Add "trace-macros" as a compiler flag | Thomas Jespersen | -0/+1 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -1/+3 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -4/+2 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -3/+3 |
| 2015-03-08 | normalize the current directory as Path{""} | Richo Healey | -1/+1 |
| 2015-03-08 | rustc: Fix an ICE when -o bare-path | Richo Healey | -1/+4 |
| 2015-03-06 | Rollup merge of #23090 - alexcrichton:dep-info, r=pnkfelix | Manish Goregaokar | -1/+3 |
| 2015-03-05 | rustc: Don't emit dep-info for imported files | Alex Crichton | -1/+3 |
| 2015-03-06 | Run feature-gating on the final AST passed to the compiler. | Huon Wilson | -4/+21 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -25/+26 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -2/+3 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -2/+3 |
| 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-22 | Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon | Manish Goregaokar | -9/+9 |
| 2015-02-21 | In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ... | Nick Cameron | -2/+5 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -9/+9 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -4/+4 |
| 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 |