| Age | Commit message (Expand) | Author | Lines |
| 2023-01-29 | Auto merge of #103019 - Kobzol:ci-multistage-python, r=Mark-Simulacrum | bors | -3/+666 |
| 2023-01-29 | Auto merge of #107451 - matthiaskrgr:rollup-m4ucfu8, r=matthiaskrgr | bors | -233/+1553 |
| 2023-01-29 | Rollup merge of #107448 - Teapot4195:pr-107397-followup, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2023-01-29 | Rollup merge of #107432 - notriddle:notriddle/has-srclink, r=GuillaumeGomez | Matthias Krüger | -108/+96 |
| 2023-01-29 | Rollup merge of #107431 - notriddle:notriddle/colon, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-01-29 | Rollup merge of #107169 - albertlarsan68:lock-in-pre-push, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-01-29 | Rollup merge of #107078 - ehuss:invalid_doc_attributes-docs, r=jackh726 | Matthias Krüger | -3/+9 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -9/+1345 |
| 2023-01-29 | Rollup merge of #106798 - scottmcm:signum-via-cmp, r=Mark-Simulacrum | Matthias Krüger | -5/+6 |
| 2023-01-29 | Rollup merge of #106769 - lenko-d:libtest-print_why_a_test_was_ignored_if_its... | Matthias Krüger | -1/+16 |
| 2023-01-29 | Rollup merge of #106763 - lenko-d:106659-Print_why_a_test_was_ignored_if_its_... | Matthias Krüger | -28/+54 |
| 2023-01-29 | Rollup merge of #106540 - lowr:patch/remove-paren-whitespace, r=cjgillot | Matthias Krüger | -9/+23 |
| 2023-01-29 | Rollup merge of #96763 - Abdur-rahmaanJ:patch-1, r=Mark-Simulacrum | Matthias Krüger | -67/+0 |
| 2023-01-29 | When stamp doesn't exist, should say Error, and print path to stamp file | teapot4195 | -1/+2 |
| 2023-01-29 | Auto merge of #100178 - mati865:upgrade-mingw-w64-on-CI, r=nikic | bors | -41/+34 |
| 2023-01-29 | Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obk | bors | -278/+1948 |
| 2023-01-29 | Insert whitespace to avoid ident concatenation in suggestion | Ryo Yoshida | -9/+23 |
| 2023-01-29 | Upgrade mingw-w64 on CI | Mateusz Mikuła | -41/+34 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -28/+219 |
| 2023-01-29 | Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr | bors | -44/+221 |
| 2023-01-29 | Rollup merge of #107425 - clubby789:match-range-missing-space, r=compiler-errors | Matthias Krüger | -24/+111 |
| 2023-01-29 | Rollup merge of #107422 - Nilstrieb:erase-the-ice, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2023-01-29 | Rollup merge of #107413 - tshepang:pleasant-readin, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-01-29 | Rollup merge of #107401 - lenko-d:remove_the_usize_field_from_CandidateSource... | Matthias Krüger | -8/+5 |
| 2023-01-29 | Rollup merge of #107397 - Teapot4195:issue-107392-fix, r=albertlarsan68 | Matthias Krüger | -0/+7 |
| 2023-01-29 | Rollup merge of #107154 - glaubitz:m68k-alloc, r=JohnTitor | Matthias Krüger | -0/+1 |
| 2023-01-29 | Rollup merge of #107097 - tmiasko:ssa, r=cjgillot | Matthias Krüger | -11/+41 |
| 2023-01-29 | Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitor | Matthias Krüger | -0/+9 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -20/+400 |
| 2023-01-29 | Auto merge of #107406 - cjgillot:eliminate-witnesses, r=compiler-errors | bors | -18/+19 |
| 2023-01-28 | rustdoc: remove unused class `has-srclink` | Michael Howell | -108/+96 |
| 2023-01-28 | docs: remove colon from time header | Michael Howell | -1/+1 |
| 2023-01-28 | Auto merge of #103659 - clubby789:improve-partialord-derive, r=nagisa | bors | -37/+96 |
| 2023-01-28 | Migrate some range parsing diagnostics | clubby789 | -19/+61 |
| 2023-01-28 | Check for missing space between fat arrow and range pattern | clubby789 | -14/+59 |
| 2023-01-28 | Gracefully exit when --keep-stage used on clean source tree | teapot4195 | -0/+7 |
| 2023-01-28 | Also erase substs for new infcx in pin move error | Nilstrieb | -0/+46 |
| 2023-01-28 | Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnr | bors | -99/+70 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -592/+557 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+173 |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -14/+17 |
| 2023-01-28 | Make `is_object_safe` a query and move lint_object_unsafe_trait call there | Gary Guo | -18/+35 |
| 2023-01-28 | Replace `object_safety_violations().is_empty()` calls with `is_object_safe` | Gary Guo | -5/+3 |
| 2023-01-28 | make more pleasant to read | Tshepang Mbambo | -1/+1 |
| 2023-01-28 | Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgr | bors | -312/+557 |
| 2023-01-28 | Use field-less variant for AliasBound. | Lenko Donchev | -6/+5 |
| 2023-01-28 | Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnay | Matthias Krüger | -74/+28 |
| 2023-01-28 | Rollup merge of #107391 - notriddle:notriddle/copy-path-button, r=GuillaumeGomez | Matthias Krüger | -2/+6 |
| 2023-01-28 | Rollup merge of #107385 - BoxyUwU:ConstInferUnifier_is_folder, r=compiler-errors | Matthias Krüger | -88/+26 |
| 2023-01-28 | Rollup merge of #107384 - Nilstrieb:bool-for-deletion, r=oli-obk | Matthias Krüger | -13/+0 |