| Age | Commit message (Expand) | Author | Lines |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -80/+83 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -16/+16 |
| 2019-03-06 | Rename check_privacy to check_private_in_public | John Kåre Alsaker | -4/+4 |
| 2019-03-06 | Split up privacy checking so privacy_access_levels only does computations req... | John Kåre Alsaker | -1/+9 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -4/+19 |
| 2019-03-05 | Implement structural_impls for const generics | varkor | -1/+21 |
| 2019-03-05 | Add HAS_CT_INFER | varkor | -2/+5 |
| 2019-03-05 | Add const type flags | varkor | -17/+34 |
| 2019-03-05 | Take const into account in context | varkor | -26/+74 |
| 2019-03-05 | Add const kind and UnpackedKind::Const | varkor | -6/+110 |
| 2019-03-05 | Add type_flags helper methods to consts | varkor | -0/+43 |
| 2019-03-05 | Add InferConst | varkor | -0/+11 |
| 2019-03-05 | Add ConstVid | varkor | -0/+7 |
| 2019-03-05 | Add ParamConst | varkor | -0/+20 |
| 2019-03-05 | Add Const generic param to ty | varkor | -4/+24 |
| 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-03 | Auto merge of #58866 - kennytm:rollup, r=kennytm | bors | -10/+12 |
| 2019-03-02 | Rollup merge of #58802 - nnethercote:inline-record_layout, r=oli-obk | kennytm | -10/+12 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -16/+12 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -4/+8 |
| 2019-03-02 | Auto merge of #56946 - Zoxc:jobserver, r=nikomatsakis | bors | -0/+5 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -27/+6 |
| 2019-03-01 | Add support for using a jobserver with Rayon | John Kåre Alsaker | -0/+5 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -5/+14 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -15/+15 |
| 2019-02-28 | Ensure `record_layout_for_printing()` is inlined. | Nicholas Nethercote | -10/+12 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -13/+13 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -3/+3 |
| 2019-02-27 | Rollup merge of #58749 - kenta7777:reduce-repetition, r=oli-obk | Mazdak Farrokhzad | -7/+8 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -39/+39 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -80/+82 |
| 2019-02-26 | reduce repetitions of (n << amt) >> amt | kenta7777 | -7/+8 |
| 2019-02-26 | Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc | bors | -4/+3 |
| 2019-02-25 | Rollup merge of #58690 - kenta7777:reduce-code-repetition-miri-related, r=oli... | Mazdak Farrokhzad | -3/+2 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -2/+1 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -2/+2 |
| 2019-02-24 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -2/+2 |
| 2019-02-24 | reduce a code repetition like (n << amt) >> amt | kenta7777 | -3/+2 |
| 2019-02-23 | Type check coercions to pointer types | Matthew Jasper | -8/+12 |
| 2019-02-21 | restore the actual leak-check | Niko Matsakis | -1/+23 |
| 2019-02-20 | Auto merge of #58578 - kennytm:rollup, r=kennytm | bors | -5/+5 |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -2/+13 |
| 2019-02-18 | Fix style nits | Dan Robertson | -5/+5 |
| 2019-02-16 | Reuse the `Pointer` type instead of passing reassembling it at many use sites | Oliver Scherer | -2/+2 |
| 2019-02-15 | Remove `stolen` | John Kåre Alsaker | -4/+0 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -150/+103 |
| 2019-02-14 | Rollup merge of #58309 - wesleywiser:add_more_profiler_events, r=michaelwoeri... | Mazdak Farrokhzad | -2/+15 |
| 2019-02-13 | Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoerister | Mazdak Farrokhzad | -58/+56 |