| Age | Commit message (Expand) | Author | Lines |
| 2015-01-08 | rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherence | Alex Crichton | -1/+0 |
| 2015-01-08 | rollup merge of #20754: nikomatsakis/int-feature | Alex Crichton | -0/+1 |
| 2015-01-08 | Normalize types in impls, add test for coherence failure. | Niko Matsakis | -1/+0 |
| 2015-01-08 | Remove warning from the libraries. | Huon Wilson | -0/+1 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-07 | rollup merge of #20723: pnkfelix/feature-gate-box-syntax | Alex Crichton | -0/+1 |
| 2015-01-08 | Added `box_syntax` feature gate; added to std and rustc crates for bootstrap. | Felix S. Klock II | -0/+1 |
| 2015-01-07 | Preliminary feature staging | Brian Anderson | -0/+1 |
| 2015-01-06 | Test fixes and rebase conflicts | Alex Crichton | -0/+1 |
| 2015-01-06 | rollup merge of #20593: nikomatsakis/unused-tps-in-impl | Alex Crichton | -0/+1 |
| 2015-01-06 | Register new snapshots | Alex Crichton | -21/+3 |
| 2015-01-06 | Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che... | Niko Matsakis | -0/+1 |
| 2015-01-05 | Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] | Keegan McAllister | -2/+16 |
| 2015-01-03 | rustc: fix fallout | Jorge Aparicio | -0/+1 |
| 2015-01-02 | Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus... | Niko Matsakis | -0/+2 |
| 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 |