| Age | Commit message (Expand) | Author | Lines |
| 2023-02-13 | Move folding & visiting traits to ir submodules | Alan Egerton | -292/+322 |
| 2023-02-13 | Auto merge of #107869 - nnethercote:reduce-interning, r=compiler-errors | bors | -94/+153 |
| 2023-02-13 | Avoid interning empty tuples. | Nicholas Nethercote | -2/+2 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -62/+72 |
| 2023-02-13 | Pre-intern some commonly used type variables. | Nicholas Nethercote | -30/+79 |
| 2023-02-12 | Rollup merge of #107748 - tshepang:renamed, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-02-12 | Auto merge of #107643 - Zoxc:single-cache, r=cjgillot | bors | -4/+50 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -3/+1 |
| 2023-02-12 | Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkov | bors | -110/+59 |
| 2023-02-11 | Create a single value cache for the () query key | John Kåre Alsaker | -4/+50 |
| 2023-02-11 | Auto merge of #107851 - cjgillot:sroa-const, r=oli-obk | bors | -0/+2 |
| 2023-02-11 | Rollup merge of #107895 - matthiaskrgr:cl, r=compiler-errors | Matthias Krüger | -5/+3 |
| 2023-02-11 | Auto merge of #94857 - petrochenkov:doclink2, r=oli-obk | bors | -104/+696 |
| 2023-02-11 | Auto merge of #107919 - Dylan-DPC:rollup-fkl9swa, r=Dylan-DPC | bors | -18/+64 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -163/+394 |
| 2023-02-11 | Rollup merge of #107888 - lcnr:opaque-ty-validate, r=wesleywiser | Dylan DPC | -1/+10 |
| 2023-02-11 | Rollup merge of #107098 - compiler-errors:pat-mismatch-fn-call, r=lcnr | Dylan DPC | -10/+19 |
| 2023-02-11 | Rollup merge of #105019 - chenyukang:yukang/fix-104961-borrow, r=cjgillot | Dylan DPC | -7/+35 |
| 2023-02-10 | Auto merge of #85158 - JulianKnodt:array_const_val, r=cjgillot | bors | -0/+301 |
| 2023-02-10 | Suggest fn call on pattern type mismatch | Michael Goulet | -10/+19 |
| 2023-02-10 | remove redundant clones | Matthias Krüger | -5/+3 |
| 2023-02-10 | implement `compute_alias_eq_goal` | Boxy | -14/+163 |
| 2023-02-10 | emit `AliasEq` when relating type and const aliases | Boxy | -147/+157 |
| 2023-02-10 | Rollup merge of #107882 - workingjubilee:fix-en-borrowck-ftl-typos, r=compile... | Matthias Krüger | -3/+3 |
| 2023-02-10 | Rollup merge of #107839 - RalfJung:rustc-log, r=oli-obk | Matthias Krüger | -9/+3 |
| 2023-02-10 | Rollup merge of #107836 - chenyukang:yukang/fix-107822, r=oli-obk | Matthias Krüger | -1/+4 |
| 2023-02-10 | Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnr | Matthias Krüger | -9/+14 |
| 2023-02-10 | revert #107074 | lcnr | -1/+10 |
| 2023-02-10 | fix rustc_log doctest | Ralf Jung | -3/+3 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -5/+77 |
| 2023-02-10 | Cleanup typos in en_US/borrowck.ftl | Jubilee | -3/+3 |
| 2023-02-10 | Auto merge of #107652 - estebank:re_error, r=oli-obk | bors | -48/+133 |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -110/+59 |
| 2023-02-10 | add test for no input file | yukang | -1/+4 |
| 2023-02-10 | Auto merge of #107870 - matthiaskrgr:rollup-3z1q4rm, r=matthiaskrgr | bors | -61/+58 |
| 2023-02-10 | Skip doc link resolution for some crate types and non-exported items | Vadim Petrochenkov | -16/+94 |
| 2023-02-10 | Stop resolving doc links on `mod` items twice | Vadim Petrochenkov | -2/+16 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -99/+599 |
| 2023-02-10 | Rollup merge of #107863 - compiler-errors:new-solver-multiple-candidates, r=j... | Matthias Krüger | -3/+6 |
| 2023-02-10 | Rollup merge of #107831 - nnethercote:query-refactoring, r=oli-obk | Matthias Krüger | -53/+47 |
| 2023-02-10 | Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiser | Matthias Krüger | -5/+5 |
| 2023-02-10 | Auto merge of #101680 - jackh726:implied-cleanup, r=lcnr | bors | -104/+142 |
| 2023-02-09 | Update implied_outlives_bounds to properly register implied bounds behind nor... | Jack Huey | -41/+60 |
| 2023-02-09 | Cleanup free_region_relations a bit | Jack Huey | -69/+88 |
| 2023-02-10 | Multiple candidates with same response is not ambiguous | Michael Goulet | -3/+6 |
| 2023-02-10 | Auto merge of #102963 - ilammy:xray-basic, r=estebank | bors | -8/+158 |
| 2023-02-09 | Rollup merge of #107815 - compiler-errors:new-solver-no-auto-if-impl, r=lcnr | Dylan DPC | -0/+14 |
| 2023-02-09 | Rollup merge of #107803 - eggyal:do_not_bring_trait_alias_supertraits_into_sc... | Dylan DPC | -17/+31 |
| 2023-02-09 | Rollup merge of #107786 - compiler-errors:new-solver-some-tweaks, r=lcnr | Dylan DPC | -135/+85 |
| 2023-02-09 | Rollup merge of #107659 - bvanjoi:issue-107649, r=estebank | Dylan DPC | -11/+11 |