| Age | Commit message (Expand) | Author | Lines |
| 2023-03-07 | black_box hint - Adjust for improved readability | pat-nel87 | -6/+3 |
| 2023-02-23 | black_box doc corrections - Issue #107957 | pat-nel87 | -3/+3 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -313/+374 |
| 2023-02-23 | Auto merge of #108386 - matthiaskrgr:rollup-nojivk9, r=matthiaskrgr | bors | -351/+455 |
| 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 #108358 - Nilstrieb:git-blame-ignore-my-bad-commits, r=compil... | Matthias Krüger | -0/+2 |
| 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 #108349 - GuillaumeGomez:fix-duplicated-imports2, r=notriddle | Matthias Krüger | -14/+64 |
| 2023-02-23 | Rollup merge of #108218 - ChrisDenton:cmd-escape, r=cuviper | Matthias Krüger | -1/+10 |
| 2023-02-23 | Rollup merge of #108208 - cjgillot:flood-enum, r=oli-obk | Matthias Krüger | -9/+120 |
| 2023-02-23 | Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit... | Matthias Krüger | -276/+221 |
| 2023-02-23 | Auto merge of #108330 - weihanglo:update-cargo, r=weihanglo | bors | -22/+6 |
| 2023-02-23 | Update cargo | Weihang Lo | -22/+6 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -700/+755 |
| 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 | -111/+105 |
| 2023-02-22 | Suppress duplicated errors for associated type bounds in object types | Michael Goulet | -137/+56 |
| 2023-02-22 | Auto merge of #108357 - matthiaskrgr:rollup-ceo3q2s, r=matthiaskrgr | bors | -121/+179 |
| 2023-02-22 | Move associated type bounds check to ast lowering | Michael Goulet | -136/+168 |
| 2023-02-22 | Add git config command to `.git-blame-ignore-revs` | Nilstrieb | -0/+2 |
| 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 | Add test to ensure there are no duplicated imports | Guillaume Gomez | -0/+26 |
| 2023-02-22 | Prevent duplicated imports | Guillaume Gomez | -8/+16 |
| 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 | Add check to ensure there are no duplicates in rustdoc JSON output format in ... | Guillaume Gomez | -6/+22 |
| 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 |