| Age | Commit message (Expand) | Author | Lines |
| 2023-02-23 | rustdoc: update UI test for dropping "this" article | Michael Howell | -1/+1 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -339/+339 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -700/+755 |
| 2023-02-22 | Auto merge of #108357 - matthiaskrgr:rollup-ceo3q2s, r=matthiaskrgr | bors | -121/+179 |
| 2023-02-22 | Rollup merge of #108353 - petrochenkov:rmir, r=cjgillot | Matthias Krüger | -103/+87 |
| 2023-02-22 | Rollup merge of #108344 - Alexendoo:test-105700, r=compiler-errors | Matthias Krüger | -2/+2 |
| 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/+39 |
| 2023-02-22 | Rollup merge of #108176 - compiler-errors:bad-lexical-region-resolve-bug, r=o... | Matthias Krüger | -1/+38 |
| 2023-02-22 | Rollup merge of #107736 - tgross35:atomic-as-ptr, r=m-ou-se | Matthias Krüger | -9/+9 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -569/+658 |
| 2023-02-22 | resolve: Remove `ImportResolver` | Vadim Petrochenkov | -103/+87 |
| 2023-02-22 | Normalize line+col in normalize-tait-in-const test | Alan Egerton | -1/+2 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -569/+657 |
| 2023-02-22 | clippy: update clippy to use new `TyCtxt::def_descr` | Michael Howell | -2/+2 |
| 2023-02-22 | rustdoc: update test case with intra-doc link pointing to method | Michael Howell | -4/+12 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -636/+650 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -58/+91 |
| 2023-02-22 | Lint dead code in closures | clubby789 | -0/+39 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -1407/+1739 |
| 2023-02-22 | Fix test filename for #105700 | Alex Macleod | -2/+2 |
| 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 | -400/+562 |
| 2023-02-22 | Rollup merge of #108318 - tmiasko:rm-get_cloexec, r=the8472 | Guillaume Gomez | -5/+0 |
| 2023-02-22 | Rollup merge of #108310 - GuillaumeGomez:fix-reexports-duplicated-attributes,... | Guillaume Gomez | -7/+42 |
| 2023-02-22 | Rollup merge of #108264 - jchecahi:tool-testsuite-ignores-no-fail-fast, r=ozk... | Guillaume Gomez | -0/+12 |
| 2023-02-22 | Rollup merge of #108246 - saethlin:instcombine-redundant-casts, r=compiler-er... | Guillaume Gomez | -0/+80 |
| 2023-02-22 | Rollup merge of #108239 - clubby789:overlapping-spans, r=compiler-errors | Guillaume Gomez | -39/+76 |
| 2023-02-22 | Rollup merge of #108230 - LittleFall:enhance/warning, r=estebank | Guillaume Gomez | -121/+96 |
| 2023-02-22 | Rollup merge of #108168 - clubby789:recursive-type-alias, r=compiler-errors | Guillaume Gomez | -2/+28 |
| 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 | -48/+86 |
| 2023-02-22 | errors: fix translation's run-make test | David Wood | -9/+22 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -1393/+1674 |
| 2023-02-22 | Auto merge of #108300 - oli-obk:elsa, r=eholk | bors | -36/+79 |
| 2023-02-22 | Add no-fail-fast support to miri, rustfmt and clippy testsuites | Jesus Checa Hidalgo | -0/+12 |
| 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 | -440/+818 |
| 2023-02-22 | Convert a hard-warning about named static lifetimes into lint "unused_lifetimes" | Zhi Qi | -121/+96 |
| 2023-02-21 | Auto merge of #108302 - Kobzol:revert-107834, r=albertlarsan68 | bors | -86/+12 |
| 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 #108313 - chenyukang:yukang/fix-only-modified, r=oli-obk | Matthias Krüger | -1/+2 |
| 2023-02-21 | Rollup merge of #108306 - klensy:compiletest-up, r=wesleywiser | Matthias Krüger | -47/+40 |
| 2023-02-21 | Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillot | Matthias Krüger | -187/+193 |
| 2023-02-21 | Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice... | Matthias Krüger | -1/+27 |
| 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 |