| Age | Commit message (Expand) | Author | Lines |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -4/+5 |
| 2019-05-06 | Rename `ParamTy::idx` to `ParamTy::index` | varkor | -4/+2 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -4/+4 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -11/+14 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-01 | Split `ct_err` out into `CommonConsts` | varkor | -2/+23 |
| 2019-05-01 | Fix rebase from LazyConst removal | varkor | -4/+4 |
| 2019-05-01 | impl mk_const_infer | Gabriel Smith | -0/+12 |
| 2019-05-01 | Rename mk_infer to mk_ty_infer | Gabriel Smith | -4/+4 |
| 2019-05-01 | Add `ct_err` | varkor | -1/+3 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -9/+23 |
| 2019-04-30 | Remove functions to simplify | Yuki OKUSHI | -20/+0 |
| 2019-04-26 | Update handling of Tuple | varkor | -3/+7 |
| 2019-04-25 | Split `CommonTypes` into `CommonTypes` and `CommonLifetimes` | varkor | -9/+23 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-21 | Enable migrate mode by default on the 2015 edition | Matthew Jasper | -53/+7 |
| 2019-04-14 | Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011 | bors | -0/+10 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -3/+9 |
| 2019-04-14 | Properly parse '--extern-private' with name and path | Aaron Hill | -0/+10 |
| 2019-04-05 | Introduce an arena type which may be used to allocate a list of types with de... | John Kåre Alsaker | -0/+3 |
| 2019-04-03 | Add trait_object_dummy_self to CommonTypes | flip1995 | -0/+7 |
| 2019-04-02 | Replace adt_def with name in mir::ProjectionElem::Downcast | Tyler Mandry | -16/+16 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -2/+6 |
| 2019-03-28 | Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk | Mazdak Farrokhzad | -0/+9 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -26/+17 |
| 2019-03-16 | Add def getting methods to librustc/ty/context | Tomas Koutsky | -0/+9 |
| 2019-03-15 | rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-14 | Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk | bors | -23/+37 |
| 2019-03-13 | Auto merge of #56864 - Zoxc:stable-hash-macro, r=michaelwoerister | bors | -3/+5 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -3/+5 |
| 2019-03-11 | Remove precompute_in_scope_traits_hashes | John Kåre Alsaker | -10/+0 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -50/+37 |
| 2019-03-09 | Rollup merge of #58670 - saleemjaffer:refactor_typecast_check_kinds, r=oli-obk | Mazdak Farrokhzad | -17/+17 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -6/+9 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -5/+5 |
| 2019-03-05 | Take const into account in context | varkor | -26/+74 |
| 2019-03-05 | Only insert nodes which changes lint levels in the LintLevelMap | John Kåre Alsaker | -23/+37 |
| 2019-03-05 | fixes rust-lang#52482 | Saleem Jaffer | -17/+17 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -8/+12 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -27/+6 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -3/+1 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -3/+3 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -7/+7 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -12/+12 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -2/+2 |
| 2019-02-23 | Type check coercions to pointer types | Matthew Jasper | -8/+12 |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -1/+12 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -12/+9 |