| Age | Commit message (Expand) | Author | Lines |
| 2023-02-08 | Auto merge of #107788 - matthiaskrgr:rollup-mw10sli, r=matthiaskrgr | bors | -164/+374 |
| 2023-02-08 | Rollup merge of #107779 - compiler-errors:issue-107775, r=jackh726 | Matthias Krüger | -10/+67 |
| 2023-02-08 | Rollup merge of #107776 - dbrgn:docs-string-reserve-headings, r=cuviper | Matthias Krüger | -2/+2 |
| 2023-02-08 | Rollup merge of #107773 - Mark-Simulacrum:rename-auto-template, r=estebank | Matthias Krüger | -1/+1 |
| 2023-02-08 | Rollup merge of #107771 - estebank:ice-msg, r=compiler-errors | Matthias Krüger | -16/+9 |
| 2023-02-08 | Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez | Matthias Krüger | -39/+61 |
| 2023-02-08 | Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk | Matthias Krüger | -70/+73 |
| 2023-02-08 | Rollup merge of #107757 - clubby789:setup-settings-json, r=jyn514 | Matthias Krüger | -26/+161 |
| 2023-02-08 | Rollup merge of #107656 - jonhoo:bump-rust-installer, r=Mark-Simulacrum | Matthias Krüger | -0/+0 |
| 2023-02-08 | Auto merge of #107778 - weihanglo:update-cargo, r=weihanglo | bors | -24/+48 |
| 2023-02-08 | Auto merge of #107688 - lukas-code:projection-with-lifetime, r=jackh726 | bors | -2/+67 |
| 2023-02-07 | Remove astconv usage in diagnostic | Michael Goulet | -10/+67 |
| 2023-02-07 | Update cargo | Weihang Lo | -24/+48 |
| 2023-02-07 | Auto merge of #107768 - matthiaskrgr:rollup-9u4cal4, r=matthiaskrgr | bors | -450/+461 |
| 2023-02-07 | Docs: Fix format of headings in String::reserve | Danilo Bargen | -2/+2 |
| 2023-02-07 | Clearly signal purpose of the yaml template | Mark Rousskov | -1/+1 |
| 2023-02-07 | Tweak ICE message | Esteban Küber | -16/+9 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -70/+73 |
| 2023-02-07 | rustdoc: use a newline instead of `<br>` to format code headers | Michael Howell | -39/+61 |
| 2023-02-07 | Auto merge of #107767 - matthiaskrgr:rollup-9m1qfso, r=matthiaskrgr | bors | -109/+492 |
| 2023-02-07 | Allow automatically creating vscode `settings.json` from bootstrap | clubby789 | -26/+161 |
| 2023-02-07 | Rollup merge of #107764 - maurer:llvm-16, r=cuviper | Matthias Krüger | -1/+6 |
| 2023-02-07 | Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obk | Matthias Krüger | -33/+54 |
| 2023-02-07 | Rollup merge of #107709 - tialaramex:master, r=compiler-errors | Matthias Krüger | -3/+57 |
| 2023-02-07 | Rollup merge of #107755 - lcnr:no-binder, r=oli-obk | Matthias Krüger | -39/+20 |
| 2023-02-07 | Rollup merge of #107750 - tshepang:readability, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2023-02-07 | Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se | Matthias Krüger | -5/+5 |
| 2023-02-07 | Rollup merge of #107749 - tshepang:editing-convenience, r=michaelwoerister | Matthias Krüger | -0/+1 |
| 2023-02-07 | Rollup merge of #107700 - jyn514:tools-builder, r=Mark-Simulacrum | Matthias Krüger | -40/+2 |
| 2023-02-07 | Rollup merge of #107746 - Nathan-Fenner:nathanf/clean-up-adjust_fulfillment_e... | Matthias Krüger | -370/+374 |
| 2023-02-07 | Rollup merge of #107695 - Swatinem:futcallx3, r=compiler-errors | Matthias Krüger | -0/+96 |
| 2023-02-07 | Rollup merge of #107740 - oli-obk:lock_tcx, r=petrochenkov | Matthias Krüger | -5/+5 |
| 2023-02-07 | Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obk | Matthias Krüger | -3/+69 |
| 2023-02-07 | Rollup merge of #107719 - WaffleLapkin:de-arena-allocates-you-UwU, r=cjgillot | Matthias Krüger | -1/+0 |
| 2023-02-07 | Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com... | Matthias Krüger | -43/+186 |
| 2023-02-07 | Rollup merge of #107471 - notriddle:notriddle/default-settings, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2023-02-07 | Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r... | Matthias Krüger | -15/+75 |
| 2023-02-07 | llvm-16: Use Triple.h from new header location. | Matthew Maurer | -1/+6 |
| 2023-02-07 | Auto merge of #107671 - CastilloDel:master, r=estebank | bors | -39/+137 |
| 2023-02-07 | miri: fix ICE when running out of address space | Ralf Jung | -33/+54 |
| 2023-02-07 | remove binder from query constraints | lcnr | -39/+20 |
| 2023-02-07 | Auto merge of #107704 - jyn514:tidy-ci, r=Mark-Simulacrum | bors | -4/+6 |
| 2023-02-07 | Add test for Future inflating arg size to 3x | Arpad Borsos | -0/+96 |
| 2023-02-07 | Auto merge of #106180 - RalfJung:dereferenceable-generators, r=nbdd0121 | bors | -219/+245 |
| 2023-02-07 | make more readable | Tshepang Mbambo | -1/+1 |
| 2023-02-07 | allow quick-edit convenience | Tshepang Mbambo | -0/+1 |
| 2023-02-06 | Split fn_ctxt/adjust_fulfillment_errors from fn_ctxt/checks | Nathan Fenner | -370/+374 |
| 2023-02-07 | Auto merge of #107693 - petrochenkov:metable, r=oli-obk | bors | -137/+229 |
| 2023-02-06 | Fix problem noticed in PR106859 with char -> u8 suggestion | Nick Lamb | -3/+57 |
| 2023-02-06 | Avoid locking the global context across the `after_expansion` callback | Oli Scherer | -5/+5 |