| Age | Commit message (Expand) | Author | Lines |
| 2017-01-28 | rustc: lower trait type paths as TyTraitObject. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-01-28 | rustc: simplify scope-tracking in resolve_lifetime. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -7/+0 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -1/+1 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+3 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | Fallout from updating bootstrap Cargo | Alex Crichton | -1/+0 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-12-16 | Address fallout | Aaron Turon | -1/+0 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-28 | Remove BuiltinBound and BuiltinBounds. | Mark-Simulacrum | -1/+0 |
| 2016-11-21 | Stabilize RFC 1560. | Jeffrey Seyfried | -0/+1 |
| 2016-11-12 | rustc: move closure upvar types to the closure substs | Ariel Ben-Yehuda | -0/+1 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -2/+0 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -10/+1 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-09-20 | Remove librbml and the RBML-tagged auto-encoder/decoder. | Eduard Burtescu | -1/+0 |
| 2016-09-06 | implement a debugging "shadow graph" | Niko Matsakis | -0/+1 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -0/+1 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -0/+1 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -1/+0 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -0/+2 |
| 2016-06-09 | use the type name as the pass name | Ariel Ben-Yehuda | -0/+1 |
| 2016-06-09 | add a cache for MIR predecessors | Ariel Ben-Yehuda | -0/+1 |
| 2016-06-08 | remove the librustc_trans -> librustc_mir dependency | Ariel Ben-Yehuda | -0/+1 |
| 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 |