| Age | Commit message (Expand) | Author | Lines |
| 2022-07-15 | Only register hidden types for opaque types from the current crate, nothing e... | Oli Scherer | -0/+1 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -3/+3 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -1/+1 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -6/+2 |
| 2022-05-12 | Correct comment. | Camille GILLOT | -6/+2 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -3/+3 |
| 2022-05-10 | update clippy | lcnr | -1/+1 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -17/+28 |
| 2022-05-10 | add check and don't encode `#[inline]` | lcnr | -0/+3 |
| 2022-05-10 | fix comment | lcnr | -3/+3 |
| 2022-05-10 | don't encode only locally used attrs | lcnr | -0/+4 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -9/+9 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -9/+9 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -9/+27 |
| 2022-04-23 | Compute has_pub_restricted in the resolver. | Camille GILLOT | -0/+2 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -17/+1 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -4/+4 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -4/+4 |
| 2022-04-16 | Provide a better diagnostic on failure to meet send bound on futures in a for... | oribenshir | -2/+3 |
| 2022-04-09 | Auto merge of #95435 - cjgillot:one-name, r=oli-obk | bors | -17/+18 |
| 2022-04-09 | Use def_key in `tcx.item_name` when possible. | Camille GILLOT | -17/+18 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -34/+19 |
| 2022-04-07 | Deduplicate the error printing code for hidden type mismatches | Oli Scherer | -0/+20 |
| 2022-04-07 | Document and rename the new wrapper type | Oli Scherer | -4/+11 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -2/+7 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -0/+11 |
| 2022-03-31 | inline a trivial function | Oli Scherer | -0/+1 |
| 2022-03-31 | Move stable hash from TyS into a datastructure that can be shared with other ... | Oli Scherer | -34/+11 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -2/+2 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+3 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+1 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -7/+0 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -0/+32 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -1/+19 |
| 2022-03-25 | Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis | bors | -0/+7 |
| 2022-03-24 | Extract impl_subject_and_oglibations fn and make equate receive subjects | Santiago Pastorino | -1/+2 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -0/+1 |
| 2022-03-20 | Extract ImplSubject information | Santiago Pastorino | -0/+6 |
| 2022-03-17 | Add comments on Polarity | Santiago Pastorino | -0/+7 |
| 2022-03-12 | Queryify `is_doc_hidden` | Noah Lev | -9/+1 |
| 2022-02-28 | Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoerister | bors | -4/+29 |
| 2022-02-25 | "Reset" the hashing context before stable hashing the types | Oli Scherer | -2/+6 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -2/+2 |
| 2022-02-24 | Don't cache stable hashes in types outside of incremental mode | Oli Scherer | -2/+14 |
| 2022-02-24 | Try out caching the stable hash of Ty within itself | Oli Scherer | -3/+12 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -7/+9 |
| 2022-02-15 | Overhaul `PredicateInner` and `Predicate`. | Nicholas Nethercote | -29/+28 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -57/+29 |