| Age | Commit message (Expand) | Author | Lines |
| 2023-02-11 | Auto merge of #107851 - cjgillot:sroa-const, r=oli-obk | bors | -0/+2 |
| 2023-02-11 | rustc_ast: Merge impls and reorder methods for attributes and meta items | Vadim Petrochenkov | -311/+307 |
| 2023-02-11 | Intern span when length is MAX_LEN with parent. | Camille GILLOT | -1/+6 |
| 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 | Drop llvm14-builtins-abi with compiler_builtins 0.1.87 | Josh Stone | -11/+2 |
| 2023-02-10 | Update the minimum external LLVM to 14 | Josh Stone | -105/+40 |
| 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 |
| 2023-02-09 | Rollup merge of #107648 - matthiaskrgr:unused_lifetime_104432_fix, r=cjgillot | Dylan DPC | -12/+16 |
| 2023-02-09 | Put deaggregated statements after original constant. | Camille GILLOT | -0/+2 |
| 2023-02-09 | Disqualify auto-trait builtin impl in new solver if impl exists | Michael Goulet | -0/+14 |
| 2023-02-09 | Move winnowing to assembly | Michael Goulet | -140/+81 |
| 2023-02-09 | Implement a dummy drop-in-favor-of for the new solver | Michael Goulet | -19/+33 |
| 2023-02-09 | Use elaborated item bounds for alias types | Michael Goulet | -4/+1 |