| Age | Commit message (Expand) | Author | Lines |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -99/+129 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -66/+80 |
| 2023-02-13 | Project Binder and Predicate from Interner trait | Alan Egerton | -0/+2 |
| 2023-02-13 | Move TypeVisitableExt from ir module | Alan Egerton | -130/+127 |
| 2023-02-13 | Workaround issue #107747 | Alan Egerton | -1/+10 |
| 2023-02-13 | Split TypeVisitableExt from TypeVisitable | Alan Egerton | -11/+5 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -105/+120 |
| 2023-02-13 | Move folding & visiting traits to ir submodules | Alan Egerton | -292/+322 |
| 2023-02-13 | Avoid interning empty tuples. | Nicholas Nethercote | -2/+2 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -15/+33 |
| 2023-02-13 | Pre-intern some commonly used type variables. | Nicholas Nethercote | -11/+69 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -0/+6 |
| 2023-02-12 | rename query and use `NoSolution` | Boxy | -1/+1 |
| 2023-02-12 | Enable CopyProp by default, tune the impl a bit | Ben Kimock | -0/+1 |
| 2023-02-12 | Auto merge of #107643 - Zoxc:single-cache, r=cjgillot | bors | -2/+2 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -1/+0 |
| 2023-02-11 | make `relate`'s const ty assertion use semantic equality | Boxy | -20/+7 |
| 2023-02-11 | Create a single value cache for the () query key | John Kåre Alsaker | -2/+2 |
| 2023-02-11 | Auto merge of #94857 - petrochenkov:doclink2, r=oli-obk | bors | -2/+19 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -4/+55 |
| 2023-02-10 | implement `compute_alias_eq_goal` | Boxy | -0/+27 |
| 2023-02-10 | emit `AliasEq` when relating type and const aliases | Boxy | -0/+4 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -4/+24 |
| 2023-02-10 | Auto merge of #107652 - estebank:re_error, r=oli-obk | bors | -5/+40 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -2/+19 |
| 2023-02-09 | Use `ErrorGuaranteed` more in `ReError` | Esteban Küber | -8/+12 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -16/+30 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -5/+22 |
| 2023-02-09 | Remove `QueryContext`. | Nicholas Nethercote | -0/+12 |
| 2023-02-09 | Simplify `with_tlv`. | Nicholas Nethercote | -3/+3 |
| 2023-02-09 | Simplify `tls::enter_context`. | Nicholas Nethercote | -3/+3 |
| 2023-02-08 | Change `arena_cache` to not alter the declared query result | John Kåre Alsaker | -70/+78 |
| 2023-02-07 | Auto merge of #107768 - matthiaskrgr:rollup-9u4cal4, r=matthiaskrgr | bors | -6/+8 |
| 2023-02-07 | Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obk | Matthias Krüger | -1/+6 |
| 2023-02-07 | Rollup merge of #107755 - lcnr:no-binder, r=oli-obk | Matthias Krüger | -4/+2 |
| 2023-02-07 | Rollup merge of #107719 - WaffleLapkin:de-arena-allocates-you-UwU, r=cjgillot | Matthias Krüger | -1/+0 |
| 2023-02-07 | Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com... | Matthias Krüger | -1/+14 |
| 2023-02-07 | miri: fix ICE when running out of address space | Ralf Jung | -1/+6 |
| 2023-02-07 | remove binder from query constraints | lcnr | -4/+2 |
| 2023-02-07 | Auto merge of #106180 - RalfJung:dereferenceable-generators, r=nbdd0121 | bors | -106/+95 |
| 2023-02-06 | Complete for_each_aliasing_place. | Camille GILLOT | -0/+8 |
| 2023-02-06 | Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl... | Matthias Krüger | -0/+2 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -1/+14 |
| 2023-02-06 | also do not add noalias on not-Unpin Box | Ralf Jung | -91/+95 |
| 2023-02-06 | make PointerKind directly reflect pointer types | Ralf Jung | -27/+12 |
| 2023-02-06 | Auto merge of #107667 - cjgillot:no-on-hit, r=lcnr,Zoxc | bors | -40/+20 |
| 2023-02-06 | Remove `arena_cache` modifier from `upstream_monomorphizations_for` | Maybe Waffle | -1/+0 |
| 2023-02-05 | emit `ConstEquate` in `TypeRelating<D>` | Boxy | -15/+15 |
| 2023-02-04 | Remove `OnHit` callback from query caches. | Camille GILLOT | -40/+20 |
| 2023-02-04 | Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obk | bors | -12/+19 |