| Age | Commit message (Expand) | Author | Lines |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -3150/+0 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+12 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -6/+6 |
| 2014-11-16 | rollup merge of #18979: inrustwetrust/codegen-options-parsing | Jakub Bukaj | -16/+31 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -3/+2 |
| 2014-11-15 | Slightly improved rustc error messages for invalid -C arguments | inrustwetrust | -16/+31 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -28/+0 |
| 2014-11-11 | auto merge of #18797 : vadimcn/rust/prefer-bundled2, r=alexcrichton | bors | -2/+2 |
| 2014-11-08 | Prefer bundled linker. | Vadim Chugunov | -2/+2 |
| 2014-11-07 | rustc: Process #[cfg]/#[cfg_attr] on crates | Alex Crichton | -5/+5 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -1/+1 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+28 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -111/+58 |
| 2014-11-03 | rollup merge of #18519 : Gankro/collect-smash | Alex Crichton | -1/+1 |
| 2014-11-03 | rollup merge of #18470 : alexcrichton/dash-l | Alex Crichton | -1/+26 |
| 2014-11-03 | auto merge of #18463 : japaric/rust/bytes2, r=alexcrichton | bors | -1/+1 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1/+1 |
| 2014-11-02 | Add type annotation to deal with fallout | Aaron Turon | -1/+1 |
| 2014-11-01 | Remove unnecessary allocations | Jorge Aparicio | -1/+1 |
| 2014-10-30 | rustc: Implement -l and include! tweaks | Alex Crichton | -1/+26 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -2/+2 |
| 2014-10-30 | Fix a minor issue with how lint groups are printed by rustc | P1start | -1/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -10/+10 |
| 2014-10-28 | Revert "enable parallel codegen by default" | Daniel Micay | -14/+1 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 2014-10-21 | enable parallel codegen by default | Stuart Pernsteiner | -1/+14 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -23/+16 |
| 2014-10-17 | auto merge of #16855 : P1start/rust/help-messages, r=brson | bors | -0/+6 |
| 2014-10-16 | librustc: Remove all uses of {:?}. | Luqman Aden | -2/+1 |
| 2014-10-14 | rustc: Rename lints per RFC 344 | Aaron Turon | -2/+2 |
| 2014-10-10 | auto merge of #17037 : kmcallister/rust/no-stack-check, r=thestinger | bors | -0/+2 |
| 2014-10-09 | Add -C no-stack-check | Keegan McAllister | -0/+2 |
| 2014-10-09 | rustc: Convert statics to constants | Alex Crichton | -3/+3 |
| 2014-10-06 | Properly handle cfgs in rustdoc | Steven Fackler | -1/+1 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -0/+2 |
| 2014-10-02 | rollup merge of #17682 : nodakai/librustc-handy-version | Alex Crichton | -4/+20 |
| 2014-10-02 | auto merge of #17590 : bjadamson/rust/rustc-improvements, r=alexcrichton | bors | -5/+2 |
| 2014-10-02 | auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichton | bors | -1/+7 |
| 2014-10-02 | librustc/driver: expose build information of rustc. | NODA, Kai | -4/+20 |
| 2014-10-01 | Make --dep-info escape spaces in filenames | John Gallagher | -1/+7 |
| 2014-10-01 | Limit recursion depth for macro expansions, closes #17628 | Florian Hahn | -0/+1 |
| 2014-09-30 | Remove unnecessary allocation, update API name for starting the rustc driver. | Benjamin Adamson | -5/+2 |
| 2014-09-29 | rollup merge of #17592 : kmcallister/inline-asm-loc | Alex Crichton | -0/+2 |
| 2014-09-29 | rollup merge of #17576 : kmcallister/hide-quotes | Alex Crichton | -1/+2 |
| 2014-09-28 | auto merge of #17527 : sfackler/rust/cfg-syntax, r=alexcrichton | bors | -2/+2 |
| 2014-09-27 | Convert cfg syntax to new system | Steven Fackler | -2/+2 |
| 2014-09-27 | Translate inline assembly errors back to source locations | Keegan McAllister | -0/+2 |
| 2014-09-26 | Hide the quote_*! macros when the feature gate is off | Keegan McAllister | -1/+2 |
| 2014-09-25 | Remove the last redundant check from kindck, and then remove the pass as well. | Niko Matsakis | -3/+7 |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -2/+6 |