| Age | Commit message (Expand) | Author | Lines |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -1/+1 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -17/+7 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -8/+8 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -65/+65 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -6/+6 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -6/+6 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -25/+25 |
| 2019-02-01 | Restrict concrete types to equivalent types | Oliver Scherer | -1/+1 |
| 2019-01-25 | Auto merge of #57898 - Centril:rollup, r=Centril | bors | -10/+0 |
| 2019-01-25 | Rollup merge of #57734 - oli-obk:fixes_and_cleanups, r=pnkfelix | Mazdak Farrokhzad | -10/+0 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -2/+2 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -1/+1 |
| 2019-01-19 | Rename CanonicalUserTypeAnnotation -> CanonicalUserType | Matthew Jasper | -1/+1 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -1/+1 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -12/+0 |
| 2019-01-18 | Manually inline a function that was only used once | Oliver Scherer | -10/+0 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -11/+2 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -1/+1 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -12/+0 |
| 2019-01-08 | [Cleanup] This is the first in the series of removals of with_freevars usage. | Blitzerr | -1/+1 |
| 2019-01-08 | Some more refactoring. | Blitzerr | -2/+1 |
| 2019-01-08 | Issue 56905 | Blitzerr | -0/+2 |
| 2019-01-06 | Make sure feature gate errors are recoverable (take 2) | Vadim Petrochenkov | -3/+1 |
| 2019-01-05 | Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakis | kennytm | -3/+0 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -2/+120 |
| 2019-01-04 | Remove unused name from CrateAnalysis | Igor Matuszewski | -1/+0 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -2/+0 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -2/+120 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -1/+1 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -0/+4 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -7/+5 |
| 2018-12-27 | Set a `def_id` in `ParamEnv` only with `-Z chalk` | scalexm | -1/+1 |
| 2018-12-27 | Add a def-id in `ty::ParamEnv` | scalexm | -8/+18 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -7/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-22 | Auto merge of #56887 - emilio:enum-field-reordering, r=eddyb | bors | -2/+3 |
| 2018-12-19 | Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis | bors | -1/+1 |
| 2018-12-16 | Disable field reordering for repr(int). | Emilio Cobos Álvarez | -2/+3 |
| 2018-12-15 | Fixed minor issues raised in review. | Alexander Regueiro | -8/+8 |
| 2018-12-15 | Fixed issue #56199. | Alexander Regueiro | -32/+52 |
| 2018-12-13 | Make the 'a lifetime on TyCtxt useless | John Kåre Alsaker | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -18/+18 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -39/+39 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -0/+5 |
| 2018-11-24 | Add `HAS_TY_PLACEHOLDER` flag | scalexm | -1/+4 |
| 2018-11-24 | Rename some occurences of `skol` to `placeholder` | scalexm | -3/+3 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -0/+1 |
| 2018-11-24 | Distinguish between placeholder kinds | scalexm | -3/+18 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-19 | Rollup merge of #55953 - blitzerr:master, r=nikomatsakis | Pietro Albini | -1/+6 |