| Age | Commit message (Expand) | Author | Lines |
| 2019-04-26 | Update handling of Tuple | varkor | -3/+7 |
| 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 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -1/+1 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -2/+2 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -11/+11 |
| 2019-02-10 | Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoerister | bors | -2/+3 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -12/+9 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -10/+12 |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -2/+3 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -10/+12 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -50/+50 |
| 2019-02-01 | Auto merge of #57937 - denzp:nvptx, r=nagisa | bors | -0/+6 |
| 2019-02-01 | Restrict concrete types to equivalent types | Oliver Scherer | -1/+12 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -7/+7 |
| 2019-01-27 | Fix indentation | Oliver Scherer | -1/+1 |
| 2019-01-27 | Create `nvptx64-nvidia-cuda` target specification | Denys Zariaiev | -0/+6 |