| Age | Commit message (Expand) | Author | Lines |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -97/+97 |
| 2019-06-05 | Addressed points raised in review. | Niko Matsakis | -3/+3 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -4/+4 |
| 2019-06-03 | rustc: remove `HirId` from `ArgSource::AsyncFn` | David Wood | -4/+4 |
| 2019-06-03 | rustc: async fn drop order lowering in HIR | David Wood | -1/+2 |
| 2019-06-01 | rustc: remove Res::Upvar. | Eduard-Mihai Burtescu | -35/+38 |
| 2019-06-01 | rustc: remove `has_parent` from `hir::Upvar`. | Eduard-Mihai Burtescu | -10/+4 |
| 2019-06-01 | rustc: track the body owner in liveness. | Eduard-Mihai Burtescu | -6/+21 |
| 2019-06-01 | rustc: remove closure ID from Res::Upvar. | Eduard-Mihai Burtescu | -17/+18 |
| 2019-06-01 | rustc: track the body owner DefId in MC and EUV. | Eduard-Mihai Burtescu | -7/+21 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -7/+9 |
| 2019-06-01 | rustc: remove the closure ID from hir::Upvar's parent field. | Eduard-Mihai Burtescu | -19/+24 |
| 2019-06-01 | rustc: remove the index field from Res::Upvar. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-01 | rustc: replace Res in hir::Upvar with only Local/Upvar data. | Eduard-Mihai Burtescu | -7/+9 |
| 2019-05-29 | Simplify Set1::insert. | Mazdak Farrokhzad | -10/+5 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -4/+4 |
| 2019-05-28 | Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril | bors | -8/+8 |
| 2019-05-27 | Pre-intern "0", "1", ..., "9", and use where appropriate. | Nicholas Nethercote | -2/+2 |
| 2019-05-27 | Avoid unnecessary internings. | Nicholas Nethercote | -4/+4 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -8/+8 |
| 2019-05-24 | Delay ICE in early_free_scope so feature gate has chance to stop compilation ... | Felix S. Klock II | -6/+9 |
| 2019-05-23 | Update get_lib_features, defined_lib_features, get_lang_items, defined_lang_i... | John Kåre Alsaker | -4/+4 |
| 2019-05-23 | Update resolve_lifetimes, named_region_map, is_late_bound_map and object_life... | John Kåre Alsaker | -14/+9 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -13/+21 |
| 2019-05-22 | Eliminate unnecessary `Ident::with_empty_ctxt`s | Vadim Petrochenkov | -1/+1 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -7/+7 |
| 2019-05-22 | Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet... | Mazdak Farrokhzad | -2/+2 |
| 2019-05-21 | Give match arms a drop/region scope | Matthew Jasper | -13/+21 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -2/+2 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -1/+1 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -4/+4 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -6/+6 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -24/+28 |
| 2019-05-13 | Rename `syntax::symbol::symbols` as `syntax::symbol::sym`. | Nicholas Nethercote | -2/+2 |
| 2019-05-10 | Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. | Mazdak Farrokhzad | -44/+2 |
| 2019-05-09 | Rollup merge of #60641 - estebank:defer-ice, r=oli-obk | Mazdak Farrokhzad | -2/+10 |
| 2019-05-08 | Instead of ICEing on incorrect pattern, use delay_span_bug | Esteban Küber | -2/+10 |
| 2019-05-08 | Document + Cleanup lang_items.rs | Mazdak Farrokhzad | -37/+60 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -15/+15 |
| 2019-05-05 | rustc: replace uses of with_freevars with the freevars query. | Eduard-Mihai Burtescu | -9/+10 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -114/+114 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -4/+5 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -37/+54 |
| 2019-05-01 | Auto merge of #60435 - Centril:rollup-aa5lmuw, r=Centril | bors | -7/+7 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -2/+2 |
| 2019-04-30 | Rename hir::ExprKind::Use to ::DropTemps and improve docs. | Mazdak Farrokhzad | -7/+7 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -4/+4 |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -8/+5 |
| 2019-04-25 | Update existing usages | varkor | -2/+2 |
| 2019-04-25 | Update rvalue_promotable_map | John Kåre Alsaker | -5/+3 |