| Age | Commit message (Expand) | Author | Lines |
| 2020-01-13 | Treat extern statics just like statics in the "const pointer to static" repre... | Oliver Scherer | -2/+0 |
| 2019-11-26 | Record temporary static references in generator witnesses | Matthew Jasper | -0/+17 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -3/+3 |
| 2019-11-12 | Create intermediate enum ty::ConstKind. | Camille GILLOT | -2/+1 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -0/+2 |
| 2019-10-15 | Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb | Tyler Mandry | -0/+3 |
| 2019-10-15 | Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasper | Tyler Mandry | -4/+17 |
| 2019-10-14 | Only expand types that contain projections | Tyler Mandry | -1/+3 |
| 2019-10-14 | Add expanded type cache to OpaqueTypeExpander | Tyler Mandry | -3/+14 |
| 2019-10-13 | Return `false` from `needs_drop` for all zero-sized arrays | Dylan MacKenzie | -0/+3 |
| 2019-10-11 | Change untagged_unions to not allow union fields with drop | Ulrik Sverdrup | -0/+2 |
| 2019-10-09 | Qualify LangItem | Matt Stavola | -1/+1 |
| 2019-10-09 | Delegate is_{freeze,copy,sized}_raw to is_item_raw | Matt Stavola | -21/+12 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -2/+4 |
| 2019-09-29 | clean ClosureSubsts in rustc::ty | csmoe | -1/+1 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -8/+8 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -18/+18 |
| 2019-09-09 | check_match: refactor + improve non-exhaustive diag for default binding modes. | Mazdak Farrokhzad | -0/+18 |
| 2019-08-31 | Check impl trait substs when checking for recursive types | Matthew Jasper | -2/+4 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -3/+3 |
| 2019-08-11 | add tuple_fields convenience method and use it in a few places | Ralf Jung | -4/+4 |
| 2019-07-13 | Rollup merge of #62585 - pnkfelix:issue-60431-make-struct-tail-normalize-when... | Mazdak Farrokhzad | -8/+94 |
| 2019-07-12 | Update docs to reflect review feedback. | Felix S. Klock II | -5/+10 |
| 2019-07-12 | Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm... | Felix S. Klock II | -8/+89 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -15/+0 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -19/+4 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -28/+28 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -53/+44 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -24/+24 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -19/+19 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -28/+28 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -1/+2 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into TypeNs. | Eduard-Mihai Burtescu | -10/+3 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -1/+1 |
| 2019-04-26 | Update handling of Tuple | varkor | -5/+11 |
| 2019-04-25 | Update existing usages | varkor | -1/+1 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -3/+8 |
| 2019-04-21 | Introduce query `static_mutability` | Vadim Petrochenkov | -28/+2 |
| 2019-03-24 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -2/+2 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -2/+2 |
| 2019-03-15 | rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -1/+2 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -4/+16 |
| 2019-02-27 | Rollup merge of #58749 - kenta7777:reduce-repetition, r=oli-obk | Mazdak Farrokhzad | -7/+8 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -2/+2 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -4/+4 |
| 2019-02-26 | reduce repetitions of (n << amt) >> amt | kenta7777 | -7/+8 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -15/+8 |