| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | proper doc comment for 'recovered' field of variant | Ralf Jung | -2/+2 |
| 2019-08-11 | note a FIXME | Ralf Jung | -0/+1 |
| 2019-08-11 | add tuple_fields convenience method and use it in a few places | Ralf Jung | -0/+2 |
| 2019-08-11 | fix a comment | Ralf Jung | -1/+1 |
| 2019-08-07 | Auto merge of #61919 - alexreg:fix-atb-1, r=nikomatsakis | bors | -6/+6 |
| 2019-08-05 | Clear the ParamEnv where its information is irrelevant | Oliver Scherer | -2/+2 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 |
| 2019-08-05 | Clean up the `ty::Const::assert*` methods | Oliver Scherer | -1/+1 |
| 2019-08-05 | Ensure `type_param_predicates` fn only returns predicates for type param with... | Alexander Regueiro | -1/+1 |
| 2019-08-05 | A few cosmetic improvements. | Alexander Regueiro | -7/+7 |
| 2019-08-02 | Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy` | varkor | -2/+2 |
| 2019-08-02 | Fix fallout after rebase | varkor | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -7/+8 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -8/+8 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -3/+3 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -5/+5 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -5/+5 |
| 2019-06-24 | Allow usage_of_ty_tykind only in sty | flip1995 | -19/+18 |
| 2019-06-24 | Turn internal lints into tool lints | flip1995 | -1/+1 |
| 2019-06-22 | Rollup merge of #62019 - jeremystucki:refactoring, r=estebank | Mazdak Farrokhzad | -12/+12 |
| 2019-06-21 | Remove needless lifetimes | Jeremy Stucki | -12/+12 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -2/+2 |
| 2019-06-20 | remove TyCtx::expr_span (unused) | ljedrz | -14/+0 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -7/+7 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -24/+8 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -65/+65 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -73/+67 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -43/+43 |
| 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 | -45/+45 |
| 2019-06-11 | Auto merge of #61735 - eddyb:must-use-life, r=oli-obk | bors | -3/+4 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -1/+1 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -13/+11 |
| 2019-06-05 | Add `modernize_and_adjust` methods. | Nicholas Nethercote | -4/+2 |
| 2019-06-05 | Add `SyntaxContext::hygienic_eq`. | Nicholas Nethercote | -1/+2 |
| 2019-06-01 | rustc: collect upvars from HIR, instead of during name resolution. | Eduard-Mihai Burtescu | -2/+1 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-05-31 | Remove GlobalArenas and use Arena instead | John Kåre Alsaker | -1/+1 |
| 2019-05-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -8/+21 |
| 2019-05-30 | Optimize `TyCtxt::adjust_ident`. | Nicholas Nethercote | -8/+16 |
| 2019-05-29 | Optimize `TyCtxt::hygienic_eq`. | Nicholas Nethercote | -2/+7 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -2/+2 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -47/+47 |
| 2019-05-23 | Update GenericPredicates queries | John Kåre Alsaker | -1/+1 |
| 2019-05-23 | Update inherent_impls | John Kåre Alsaker | -1/+1 |
| 2019-05-23 | Update associated_item_def_ids | John Kåre Alsaker | -14/+15 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -2/+2 |