| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-19 | Rollup merge of #55949 - ljedrz:return_impl_Iterator_from_Predicate_walk_tys,... | Pietro Albini | -20/+58 |
| 2018-11-18 | Rollup merge of #55834 - ogoffart:union-abi, r=eddyb | Pietro Albini | -0/+6 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -3/+3 |
| 2018-11-15 | ty: return impl Iterator from Predicate::walk_tys | ljedrz | -20/+58 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -1/+6 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -3/+3 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -0/+4 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-13 | Rollup merge of #55805 - nnethercote:mv-static_assert, r=Mark-Simulacrum | kennytm | -0/+4 |
| 2018-11-13 | Forward the ABI of the non-zero sized fields of an union if they have the sam... | Olivier Goffart | -0/+6 |
| 2018-11-13 | Move two `static_assert!`s to better spots. | Nicholas Nethercote | -0/+4 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -3/+4 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -15/+15 |
| 2018-11-12 | Shrink some internal enums | Oliver Scherer | -0/+1 |
| 2018-11-12 | Avoid the Box in `TyCtxt::associated_items`. | Niko Matsakis | -4/+27 |
| 2018-11-07 | Only do check for trait objects, not trait or trait alias definitions. | Alexander Regueiro | -2/+3 |
| 2018-11-07 | Added error for duplicate bindings of associated type. | Alexander Regueiro | -23/+23 |
| 2018-11-07 | Added tests. | Alexander Regueiro | -2/+2 |