| Age | Commit message (Expand) | Author | Lines |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -0/+2 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -14/+20 |
| 2017-06-27 | rustc: rename closure_type to fn_sig. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -1/+1 |
| 2017-06-06 | ICH: Make StableHashingContext work with any TyCtxt, not just the global one. | Michael Woerister | -7/+7 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -1/+2 |
| 2017-05-15 | ICH: Hash lists of local trait impls as part of the HIR. | Michael Woerister | -0/+14 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -9/+68 |
| 2017-04-25 | support `default impl` for specialization | Gianni Ciccarelli | -0/+1 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -0/+1 |
| 2017-04-16 | rustc: use monomorphic const_eval for cross-crate enum discriminants. | Eduard-Mihai Burtescu | -8/+5 |
| 2017-04-13 | Make simple_global_asm even simpler | A.J. Gardner | -0/+1 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+1 |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -4/+86 |
| 2017-04-12 | ICH: Hash everything that gets encoded into crate metadata. | Michael Woerister | -0/+58 |
| 2017-03-23 | convert `custom_coerce_unsized_kind` into a `coerce_unsized_info` | Niko Matsakis | -1/+3 |
| 2017-02-25 | rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -5/+5 |
| 2017-02-25 | rustc: combine BareFnTy and ClosureTy into FnSig. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-25 | rustc: move the actual values of enum discriminants into a map. | Eduard-Mihai Burtescu | -2/+4 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -16/+1 |
| 2017-02-10 | Move type of discriminant to AdtDef | Simonas Kazlauskas | -1/+1 |
| 2017-02-06 | Introduce ReprOptions, a struct for holding info from the repr attributes. T... | Austin Hicks | -4/+4 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+0 |
| 2017-01-28 | rustc: remove unused `bounds` field from `RegionParameterDef`. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-28 | rustc: move object default lifetimes to resolve_lifetimes. | Eduard-Mihai Burtescu | -0/+2 |
| 2017-01-28 | rustc: always include elidable lifetimes in HIR types. | Eduard-Mihai Burtescu | -1/+14 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -1/+3 |
| 2016-12-24 | Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities. | Jeffrey Seyfried | -1/+1 |
| 2016-12-16 | definitions: Store DefPath data in separate table in metadata | Michael Woerister | -1/+1 |
| 2016-12-05 | trans: Rename `reachable` to `exported_symbols` where appropriate. | Michael Woerister | -1/+1 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -1/+0 |
| 2016-11-30 | rustc: track the Span's of definitions across crates. | Eduard-Mihai Burtescu | -8/+6 |
| 2016-11-29 | rustc: remove type information from TraitDef. | Eduard-Mihai Burtescu | -1/+0 |
| 2016-11-22 | rustc_metadata: don't break the version check when CrateRoot changes. | Eduard-Mihai Burtescu | -4/+5 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -2/+3 |
| 2016-11-17 | Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb | bors | -12/+7 |
| 2016-11-17 | hash the contents of impl-item-ref by adding them to visitor | Niko Matsakis | -12/+7 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -2/+2 |
| 2016-11-10 | Improve macro reexports. | Jeffrey Seyfried | -1/+1 |
| 2016-11-10 | Refactor `explicitly_linked: bool` -> `dep_kind: DepKind`. | Jeffrey Seyfried | -2/+2 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -5/+5 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -1/+1 |
| 2016-10-25 | run rustfmt on librustc_metadata folder | Srinivas Reddy Thatiparthy | -34/+32 |
| 2016-10-04 | Eliminate ty::VariantKind in favor of def::CtorKind | Vadim Petrochenkov | -2/+2 |
| 2016-09-30 | Fix RUSTC_VERSION for 'documenting' build stage. | Scott Olson | -5/+3 |
| 2016-09-27 | add a panic-strategy field to the target specification | Jorge Aparicio | -1/+1 |
| 2016-09-20 | rustc_metadata: don't die with --test because CFG_VERSION is missing. | Eduard Burtescu | -0/+4 |
| 2016-09-20 | rustc_metadata: reduce Lazy{,Seq} overhead by using a relative encoding. | Eduard Burtescu | -4/+50 |
| 2016-09-20 | rustc_metadata: replace RBML with a simple and type-safe scheme. | Eduard Burtescu | -0/+299 |