| Age | Commit message (Expand) | Author | Lines |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -3/+8 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -7/+13 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -48/+8 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -3/+3 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -19/+3 |
| 2022-03-04 | Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr | bors | -5/+0 |
| 2022-03-03 | Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw... | bors | -1/+1 |
| 2022-03-03 | Move query providers. | Camille GILLOT | -5/+0 |
| 2022-03-02 | Expect each lint in attribute individually (RFC-2383) | xFrednet | -8/+2 |
| 2022-03-02 | Make `LintExpectationId` stable between compilation sessions (RFC-2383) | xFrednet | -6/+8 |
| 2022-03-02 | Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383) | xFrednet | -1/+5 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -6/+6 |
| 2022-02-28 | Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoerister | bors | -5/+34 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-24 | Don't cache stable hashes in types outside of incremental mode | Oli Scherer | -1/+5 |
| 2022-02-24 | Remove redundant hashing configuration logic in type interner | Oli Scherer | -7/+2 |
| 2022-02-24 | Try out caching the stable hash of Ty within itself | Oli Scherer | -5/+35 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -18/+1 |
| 2022-02-21 | add comment to `Lift` impls | lcnr | -1/+5 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -7/+3 |
| 2022-02-21 | safely `transmute<&List<Ty<'tcx>>, &List<GenericArg<'tcx>>>` | lcnr | -5/+30 |
| 2022-02-19 | Adopt let else in more places | est31 | -6/+4 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -18/+1 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -21/+24 |
| 2022-02-15 | Remove unnecessary `RegionKind::` quals. | Nicholas Nethercote | -3/+3 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -6/+50 |
| 2022-02-15 | Overhaul `PredicateInner` and `Predicate`. | Nicholas Nethercote | -26/+24 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -24/+43 |
| 2022-02-15 | Rename `Interned` as `InternedInSet`. | Nicholas Nethercote | -35/+36 |
| 2022-02-11 | skip const eval if we have an error in borrowck | Michael Goulet | -1/+14 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -8/+3 |
| 2022-02-10 | Auto merge of #93511 - cjgillot:query-copy, r=oli-obk | bors | -8/+4 |
| 2022-02-09 | Use a slice for object_lifetime_defaults. | Camille GILLOT | -5/+1 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -4/+4 |
| 2022-02-09 | Auto merge of #93741 - Mark-Simulacrum:global-job-id, r=cjgillot | bors | -2/+2 |
| 2022-02-08 | Switch QueryJobId to a single global counter | Mark Rousskov | -2/+2 |
| 2022-02-02 | Add backcompat hack to support | Oli Scherer | -3/+8 |
| 2022-01-31 | Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk | bors | -2/+0 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -2/+2 |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -2/+0 |
| 2022-01-23 | Auto merge of #93066 - nnethercote:infallible-decoder, r=bjorn3 | bors | -9/+36 |
| 2022-01-22 | Rollup merge of #93147 - nnethercote:interner-cleanups, r=lcnr | Matthias Krüger | -44/+52 |
| 2022-01-22 | Address review comments. | Nicholas Nethercote | -6/+7 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -9/+35 |
| 2022-01-21 | Clarify some code relating to interning and types. | Nicholas Nethercote | -24/+40 |
| 2022-01-21 | Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr | bors | -2/+5 |
| 2022-01-21 | Make stability interning follow the usual pattern. | Nicholas Nethercote | -20/+12 |
| 2022-01-19 | Show a more informative panic message when `DefPathHash` does not exist | Aaron Hill | -2/+5 |
| 2022-01-18 | intra-doc links | lcnr | -2/+2 |
| 2022-01-18 | change `ct_infer` to a delay_span_bug | lcnr | -3/+17 |