| Age | Commit message (Expand) | Author | Lines |
| 2016-05-18 | nit: use format! instead of iterator | Niko Matsakis | -1/+0 |
| 2016-04-20 | Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton | bors | -0/+1 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -2/+0 |
| 2016-04-09 | Reintroduce rustc_llvm dependency in rustc | Andrea Canciani | -0/+1 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -3/+0 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -12/+2 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -2/+1 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -1/+1 |
| 2016-03-29 | Remove unnecessary dependencies on rustc_llvm. | Eduard Burtescu | -5/+0 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -6/+6 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -1/+0 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-17 | trans: Combine cabi and back::abi into abi. | Eduard Burtescu | -1/+0 |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -0/+1 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -3/+0 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -0/+1 |
| 2016-02-24 | Warn when reexporting a private extern crate | Jeffrey Seyfried | -3/+1 |
| 2016-02-09 | refactor `MirPass` to always require a tcx | Oliver Schneider | -0/+1 |
| 2016-02-09 | make `MirMap` a struct instead of a type alias for `NodeMap` | Oliver Schneider | -0/+1 |
| 2016-02-08 | Remove old #[allow(trivial_casts)] annotations | Alex Crichton | -2/+0 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -2/+3 |
| 2016-01-26 | Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturon | bors | -1/+0 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -1/+0 |
| 2016-01-25 | remove implicator | Ariel Ben-Yehuda | -1/+0 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -2/+3 |
| 2016-01-21 | move more checks out of librustc | Oliver Schneider | -4/+1 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -4/+0 |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -1/+0 |
| 2016-01-05 | Introduce the DepGraph and DepTracking map abstractions, | Niko Matsakis | -0/+2 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-12-09 | Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakis | bors | -0/+1 |
| 2015-12-09 | Add scoped thread-local encoding and decoding contexts to cstore. | Michael Woerister | -0/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -5/+2 |
| 2015-11-30 | Also move the MIR visitor to librustc. | Michael Woerister | -0/+1 |
| 2015-11-30 | Move the core MIR datastructures to librustc. | Michael Woerister | -0/+5 |
| 2015-11-27 | Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiyn | bors | -1/+0 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -4/+1 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -4/+1 |
| 2015-11-26 | Add suggestion of similar macro names to `macro undefined` error message | Florian Hartwig | -1/+0 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -6/+0 |
| 2015-10-03 | Check attribute usage | Seo Sanghyeon | -0/+1 |
| 2015-10-01 | use the *adjusted* callee type in effect checking | Ariel Ben-Yehuda | -1/+1 |
| 2015-09-14 | move middle::ty and related modules to middle/ty/ | Ariel Ben-Yehuda | -8/+0 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -1/+0 |
| 2015-09-03 | rewrite metadata indexing | Ariel Ben-Yehuda | -1/+0 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -1/+4 |
| 2015-08-24 | move def-id to rustc crate | Niko Matsakis | -0/+1 |
| 2015-08-21 | Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis... | Richard Diamond | -0/+1 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |