| Age | Commit message (Expand) | Author | Lines |
| 2022-12-19 | docs: improve pin docs | ch-iv | -1/+35 |
| 2022-12-19 | Auto merge of #105892 - Dylan-DPC:rollup-eozolx4, r=Dylan-DPC | bors | -102/+181 |
| 2022-12-19 | Rollup merge of #105889 - Nilstrieb:fmt-libtest, r=thomcc | Dylan DPC | -24/+15 |
| 2022-12-19 | Rollup merge of #105882 - compiler-errors:issue-105832, r=jackh726 | Dylan DPC | -5/+35 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -54/+26 |
| 2022-12-19 | Rollup merge of #105839 - LegionMammal978:mut-upvar-not-send, r=lcnr | Dylan DPC | -17/+103 |
| 2022-12-19 | Rollup merge of #105682 - thomcc:expose-ptr-fmt, r=RalfJung | Dylan DPC | -2/+2 |
| 2022-12-19 | Fix `uninlined_format_args` in libtest | nils | -24/+15 |
| 2022-12-19 | Auto merge of #105845 - lqd:revert-thinlto-revert, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-12-19 | Auto merge of #105884 - weihanglo:update-cargo, r=weihanglo | bors | -2/+2 |
| 2022-12-19 | Auto merge of #105883 - matthiaskrgr:rollup-v5n53t1, r=matthiaskrgr | bors | -162/+236 |
| 2022-12-18 | Update cargo | Weihang Lo | -2/+2 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -54/+26 |
| 2022-12-18 | Rollup merge of #105879 - Nilstrieb:revert-hir-arena, r=oli-obk | Matthias Krüger | -38/+21 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -55/+37 |
| 2022-12-18 | Rollup merge of #105869 - matthiaskrgr:clone_on_copy, r=compiler-errors | Matthias Krüger | -16/+16 |
| 2022-12-18 | Rollup merge of #105867 - matthiaskrgr:rec_param, r=compiler-errors | Matthias Krüger | -44/+10 |
| 2022-12-18 | Rollup merge of #105863 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-12-18 | Rollup merge of #105842 - compiler-errors:arg-name-sugg, r=petrochenkov | Matthias Krüger | -8/+15 |
| 2022-12-18 | Rollup merge of #105447 - TaKO8Ki:add-test-for-103095, r=petrochenkov | Matthias Krüger | -0/+30 |
| 2022-12-18 | Rollup merge of #105419 - YC:issue-41731, r=petrochenkov | Matthias Krüger | -0/+106 |
| 2022-12-18 | Auto merge of #105446 - erikdesjardins:vt-size, r=nikic | bors | -4/+76 |
| 2022-12-18 | Don't ICE in closure arg borrow suggestion | Michael Goulet | -5/+35 |
| 2022-12-18 | Revert "Introduce lowering_arena to avoid creating AST nodes on the fly" | Nilstrieb | -38/+21 |
| 2022-12-18 | Auto merge of #105876 - matthiaskrgr:rollup-a9dgzjt, r=matthiaskrgr | bors | -131/+287 |
| 2022-12-18 | Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk | Matthias Krüger | -42/+41 |
| 2022-12-18 | Rollup merge of #105870 - matthiaskrgr:useless_conv, r=oli-obk | Matthias Krüger | -27/+17 |
| 2022-12-18 | Rollup merge of #105858 - scottmcm:extra-as-chunks-example, r=the8472 | Matthias Krüger | -0/+11 |
| 2022-12-18 | Rollup merge of #105854 - matthiaskrgr:rmclone, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-18 | Rollup merge of #105844 - albertlarsan68:x-rewrite, r=jyn514 | Matthias Krüger | -40/+32 |
| 2022-12-18 | Rollup merge of #105420 - tmiasko:dest-prop-dead-code, r=JakobDegen | Matthias Krüger | -0/+111 |
| 2022-12-18 | Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514 | Matthias Krüger | -21/+74 |
| 2022-12-18 | Update browser-ui-test version to reduce GUI tests flakyness | Guillaume Gomez | -1/+1 |
| 2022-12-18 | Make x use the x and x.ps1 scripts | Albert Larsan | -40/+32 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -42/+41 |
| 2022-12-18 | Auto merge of #105714 - jyn514:tidy-first, r=Mark-Simulacrum | bors | -8/+20 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -27/+17 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -55/+37 |
| 2022-12-18 | remove redundant fn params that were only "used" in recursion | Matthias Krüger | -44/+10 |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -16/+16 |
| 2022-12-18 | Auto merge of #104417 - mejrs:mir_build, r=davidtwco | bors | -302/+1203 |
| 2022-12-18 | Auto merge of #105638 - tavianator:fix-50619-again, r=Mark-Simulacrum | bors | -38/+47 |
| 2022-12-17 | Another `as_chunks` example | Scott McMurray | -0/+11 |
| 2022-12-18 | Auto merge of #105617 - bjorn3:update_crossbeam, r=Mark-Simulacrum | bors | -11/+10 |
| 2022-12-18 | remove redundant clone | Matthias Krüger | -1/+1 |
| 2022-12-17 | Auto merge of #105849 - matthiaskrgr:rollup-ya4s1n2, r=matthiaskrgr | bors | -55/+476 |
| 2022-12-17 | Remove special cases for setup subcommand | Benjamin Tong | -21/+74 |
| 2022-12-17 | Rollup merge of #105836 - evanj:fmt-doc-use-variables, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-12-17 | Rollup merge of #105829 - the8472:tidy-style, r=jyn514 | Matthias Krüger | -34/+70 |
| 2022-12-17 | Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obk | Matthias Krüger | -2/+266 |