| Age | Commit message (Expand) | Author | Lines |
| 2023-02-24 | Tweak the slice interners. | Nicholas Nethercote | -59/+24 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -313/+374 |
| 2023-02-23 | Rollup merge of #108373 - tshepang:where-clause-on-main, r=compiler-errors | Matthias Krüger | -10/+16 |
| 2023-02-23 | Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk | Matthias Krüger | -41/+22 |
| 2023-02-23 | Rollup merge of #108208 - cjgillot:flood-enum, r=oli-obk | Matthias Krüger | -7/+18 |
| 2023-02-23 | Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit... | Matthias Krüger | -104/+85 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -57/+90 |
| 2023-02-23 | hir-analysis: make where-clause-on-main diagnostic translatable | Tshepang Mbambo | -10/+16 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -140/+121 |
| 2023-02-22 | Use ty_error_with_guaranteed in many more places | Michael Goulet | -229/+309 |
| 2023-02-22 | pluralize stuff | Michael Goulet | -31/+25 |
| 2023-02-22 | Suppress duplicated errors for associated type bounds in object types | Michael Goulet | -33/+46 |
| 2023-02-22 | Auto merge of #108357 - matthiaskrgr:rollup-ceo3q2s, r=matthiaskrgr | bors | -110/+95 |
| 2023-02-22 | Move associated type bounds check to ast lowering | Michael Goulet | -45/+19 |
| 2023-02-22 | Rollup merge of #108353 - petrochenkov:rmir, r=cjgillot | Matthias Krüger | -103/+87 |
| 2023-02-22 | Rollup merge of #108342 - lcnr:opaque-tys, r=oli-obk | Matthias Krüger | -6/+4 |
| 2023-02-22 | Rollup merge of #108315 - clubby789:dead-code-in-closure, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-02-22 | Rollup merge of #108176 - compiler-errors:bad-lexical-region-resolve-bug, r=o... | Matthias Krüger | -1/+1 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -552/+640 |
| 2023-02-22 | resolve: Remove `ImportResolver` | Vadim Petrochenkov | -103/+87 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -552/+640 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -57/+90 |
| 2023-02-22 | Lint dead code in closures | clubby789 | -0/+3 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -746/+1042 |
| 2023-02-22 | apply query response: actually define opaque types | lcnr | -6/+4 |
| 2023-02-22 | Auto merge of #108339 - GuillaumeGomez:rollup-4z02kas, r=GuillaumeGomez | bors | -263/+274 |
| 2023-02-22 | Rollup merge of #108246 - saethlin:instcombine-redundant-casts, r=compiler-er... | Guillaume Gomez | -0/+9 |
| 2023-02-22 | Rollup merge of #108239 - clubby789:overlapping-spans, r=compiler-errors | Guillaume Gomez | -13/+10 |
| 2023-02-22 | Rollup merge of #108230 - LittleFall:enhance/warning, r=estebank | Guillaume Gomez | -22/+24 |
| 2023-02-22 | Rollup merge of #108168 - clubby789:recursive-type-alias, r=compiler-errors | Guillaume Gomez | -2/+3 |
| 2023-02-22 | Rollup merge of #108110 - compiler-errors:new-solver-less-infcx, r=lcnr | Guillaume Gomez | -226/+228 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -28/+49 |
| 2023-02-22 | errors: fix translation's run-make test | David Wood | -2/+11 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -745/+1011 |
| 2023-02-22 | Auto merge of #108300 - oli-obk:elsa, r=eholk | bors | -36/+68 |
| 2023-02-22 | Move some InferCtxt methods to EvalCtxt in new solver | Michael Goulet | -226/+228 |
| 2023-02-22 | Auto merge of #108325 - matthiaskrgr:rollup-73qihie, r=matthiaskrgr | bors | -206/+565 |
| 2023-02-22 | Convert a hard-warning about named static lifetimes into lint "unused_lifetimes" | Zhi Qi | -22/+24 |
| 2023-02-21 | Rollup merge of #108323 - tshepang:translatable-hir-analysis, r=compiler-errors | Matthias Krüger | -4/+13 |
| 2023-02-21 | Rollup merge of #108322 - cjgillot:clean-const-prop, r=oli-obk | Matthias Krüger | -132/+105 |
| 2023-02-21 | Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillot | Matthias Krüger | -1/+7 |
| 2023-02-21 | Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice... | Matthias Krüger | -1/+2 |
| 2023-02-21 | Rollup merge of #104239 - b-naber:sccs-info, r=jackh726 | Matthias Krüger | -68/+438 |
| 2023-02-21 | address review | b-naber | -17/+31 |
| 2023-02-21 | hir-analysis: make one diagnostic translatable | Tshepang Mbambo | -4/+13 |
| 2023-02-21 | Auto merge of #108307 - jedisct1:z-link-flags, r=wesleywiser | bors | -8/+8 |
| 2023-02-21 | Auto merge of #108311 - oli-obk:invert_defines, r=lcnr | bors | -26/+37 |
| 2023-02-21 | Make hidden type registration opt-in, so that each site can be reviewed on it... | Oli Scherer | -26/+37 |
| 2023-02-21 | Linker: use -z <params> instead of -z<params> | Frank Denis | -8/+8 |
| 2023-02-21 | Fix overlapping spans in removing extra arguments | clubby789 | -13/+10 |