| Age | Commit message (Expand) | Author | Lines |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -2/+2 |
| 2019-08-07 | Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj | Mazdak Farrokhzad | -5/+16 |
| 2019-08-02 | Address review comments | varkor | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -8/+8 |
| 2019-07-29 | Wrap promoted generator fields in MaybeUninit | Tyler Mandry | -5/+16 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -35/+1 |
| 2019-07-19 | Use sharded maps for interning | John Kåre Alsaker | -18/+20 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -35/+1 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -3/+3 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -0/+3 |
| 2019-07-04 | rename hir::map::local_def_id to local_def_id_from_node_id | ljedrz | -3/+3 |
| 2019-07-02 | Use a single CtxtInterners | John Kåre Alsaker | -136/+28 |
| 2019-06-24 | Allow usage_of_ty_tykind only in sty | flip1995 | -0/+3 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -1/+1 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -2/+2 |
| 2019-06-22 | Deny explicit_outlives_requirements in the compiler | Matthew Jasper | -3/+3 |
| 2019-06-22 | Rollup merge of #62019 - jeremystucki:refactoring, r=estebank | Mazdak Farrokhzad | -3/+3 |
| 2019-06-21 | Remove needless lifetimes | Jeremy Stucki | -3/+3 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-17 | renamve hir_to_string to node_to_string | ljedrz | -2/+2 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -3/+1 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -23/+21 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -96/+84 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -37/+40 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -21/+21 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -14/+14 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -7/+7 |
| 2019-06-03 | Auto merge of #57214 - Zoxc:no-local-interners, r=eddyb | bors | -16/+28 |
| 2019-06-02 | Auto merge of #61278 - RalfJung:miri-tag-allocations, r=oli-obk | bors | -1/+1 |
| 2019-06-02 | Auto merge of #61276 - eddyb:kill-res-upvar, r=petrochenkov | bors | -12/+0 |
| 2019-06-02 | no longer assume that there is a default tag: give the machine the chance to ... | Ralf Jung | -1/+1 |
| 2019-06-01 | rustc: collect upvars from HIR, instead of during name resolution. | Eduard-Mihai Burtescu | -13/+0 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -6/+7 |
| 2019-06-01 | Auto merge of #61350 - RalfJung:alloc, r=oli-obk | bors | -1/+1 |
| 2019-05-31 | Store CtxtInterners for local values in AllArenas | John Kåre Alsaker | -16/+28 |
| 2019-05-31 | Remove GlobalArenas and use Arena instead | John Kåre Alsaker | -46/+10 |
| 2019-05-30 | light refactoring of global AllocMap | Ralf Jung | -1/+1 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -5/+5 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -5/+5 |
| 2019-05-26 | rename Scalar::Bits to Scalar::Raw and bits field to data | Ralf Jung | -1/+1 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -13/+6 |
| 2019-05-23 | Update get_lib_features, defined_lib_features, get_lang_items, defined_lang_i... | John Kåre Alsaker | -6/+6 |
| 2019-05-23 | Update upvars and module_exports | John Kåre Alsaker | -6/+6 |
| 2019-05-23 | Update in_scope_traits_map | John Kåre Alsaker | -9/+7 |
| 2019-05-23 | Update stability_index, all_crate_nums and features_query | John Kåre Alsaker | -6/+6 |
| 2019-05-23 | Update GenericPredicates queries | John Kåre Alsaker | -0/+14 |
| 2019-05-23 | Update resolve_lifetimes, named_region_map, is_late_bound_map and object_life... | John Kåre Alsaker | -2/+2 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -2/+2 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -4/+5 |