| Age | Commit message (Expand) | Author | Lines |
| 2017-04-13 | Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a... | bors | -0/+1 |
| 2017-04-12 | ICH: Hash everything that gets encoded into crate metadata. | Michael Woerister | -0/+1 |
| 2017-04-11 | remove the subtyping relations from TypeVariable | Niko Matsakis | -0/+1 |
| 2017-04-06 | Introduce HashStable trait and base ICH implementations on it. | Michael Woerister | -0/+1 |
| 2017-03-29 | rustbuild: Update bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-03-22 | Move Fingerprint to rustc::ich::Fingerprint. | Michael Woerister | -0/+1 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -1/+1 |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -1/+0 |
| 2017-02-25 | rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super... | Eduard-Mihai Burtescu | -0/+1 |
| 2017-02-15 | Stabilize field init shorthand | est31 | -1/+1 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -3/+1 |
| 2017-01-28 | Remove ToPrimitive trait. | Mark Simulacrum | -1/+0 |
| 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 |