| Age | Commit message (Expand) | Author | Lines |
| 2015-01-01 | Implement an iterator for walking types rather than the old callback code. | Niko Matsakis | -0/+1 |
| 2014-12-22 | rollup merge of #20033: alexcrichton/deprecate-serialise | Alex Crichton | -0/+2 |
| 2014-12-22 | serialize: Fully deprecate the library | Alex Crichton | -0/+2 |
| 2014-12-21 | std: Stabilize the std::str module | Alex Crichton | -0/+1 |
| 2014-12-20 | auto merge of #19511 : eddyb/rust/no-shadow, r=alexcrichton | bors | -1/+1 |
| 2014-12-20 | Split resolve from rustc::middle into rustc_resolve. | Eduard Burtescu | -1/+0 |
| 2014-12-20 | Remove feature(import_shadowing) from all crates. | Eduard Burtescu | -1/+1 |
| 2014-12-18 | enumset fallout | Alexis Beingessner | -0/+1 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -1/+1 |
| 2014-12-13 | librustc: fix fallout | Jorge Aparicio | -0/+1 |
| 2014-12-13 | Separate borrowck into its own crate and remove dead code as well. | Niko Matsakis | -1/+0 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-12-08 | Add ability to configure recursion limit. | Niko Matsakis | -0/+1 |
| 2014-12-04 | Move typeck into its own crate. | Niko Matsakis | -3/+0 |
| 2014-12-04 | Move `typeck` logically in the module tree out to the root and clamp | Niko Matsakis | -1/+3 |
| 2014-12-04 | Remove one dependence on typeck from const_eval. | Niko Matsakis | -0/+1 |
| 2014-12-04 | Move infer out of `middle::typeck` and into just `middle`. | Niko Matsakis | -0/+1 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -2/+0 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -9/+5 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -2/+0 |
| 2014-11-20 | removed usage of struct_variant feature as it is no longer gated | Simon Wollwage | -1/+1 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -14/+1 |
| 2014-11-17 | Port a simplified versions of pcwalton's "quick reject" mechanism for quickly... | Niko Matsakis | -0/+1 |
| 2014-11-17 | Rewrite method resolution to be cleaner, more correct, and to lay | Niko Matsakis | -1/+1 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -1/+0 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -1/+0 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -1/+0 |
| 2014-10-15 | Make memoize!() a function instead | Jakub Wieczorek | -6/+2 |
| 2014-10-15 | Add a memoize! macro and use it throughout rustc | Jakub Wieczorek | -0/+1 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | auto merge of #17590 : bjadamson/rust/rustc-improvements, r=alexcrichton | bors | -1/+2 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-09-30 | Remove unnecessary allocation, update API name for starting the rustc driver. | Benjamin Adamson | -1/+2 |
| 2014-09-28 | Register new snapshots | Steven Fackler | -1/+0 |
| 2014-09-25 | Remove the last redundant check from kindck, and then remove the pass as well. | Niko Matsakis | -1/+0 |
| 2014-09-18 | rustc: remove Gc<Def> and depth from DefUpvar. | Eduard Burtescu | -1/+1 |
| 2014-09-18 | rustc: move freevar finding to resolve. | Eduard Burtescu | -1/+0 |
| 2014-09-17 | auto merge of #17264 : bkoropoff/rust/issue-17252, r=nick29581 | bors | -0/+1 |
| 2014-09-17 | move feature_gate to libsyntax | Nick Cameron | -4/+0 |
| 2014-09-17 | move std_inject to libsyntax | Nick Cameron | -1/+0 |
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -3/+0 |
| 2014-09-15 | Guts of the new trait matching algorithm, not yet in use | Niko Matsakis | -0/+1 |
| 2014-09-14 | Separate static item recursion check into its own pass | Brian Koropoff | -0/+1 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -1/+0 |
| 2014-09-09 | librustc: Obsolete the old external crate renaming syntax. | Patrick Walton | -2/+4 |
| 2014-09-08 | Forbid unsized rvalues | Nick Cameron | -0/+1 |