| Age | Commit message (Expand) | Author | Lines |
| 2023-03-10 | Auto merge of #108951 - cuviper:solaris-debs, r=Mark-Simulacrum | bors | -6/+4 |
| 2023-03-09 | ci: use `apt install --download-only` for solaris debs | Josh Stone | -6/+4 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -461/+284 |
| 2023-03-09 | Auto merge of #108178 - cjgillot:ssa-deref, r=oli-obk | bors | -16/+294 |
| 2023-03-08 | Auto merge of #108919 - matthiaskrgr:rollup-g271pm2, r=matthiaskrgr | bors | -165/+465 |
| 2023-03-08 | Rollup merge of #108916 - fmease:rm-unused-ret-val, r=compiler-errors | Matthias Krüger | -8/+4 |
| 2023-03-08 | Rollup merge of #108911 - GuillaumeGomez:improve-rustdoc-gui-tester-code, r=n... | Matthias Krüger | -23/+25 |
| 2023-03-08 | Rollup merge of #108898 - ferrocene:pa-libc-check-cfg, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2023-03-08 | Rollup merge of #108882 - compiler-errors:E0740, r=eholk | Matthias Krüger | -67/+101 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -344/+33 |
| 2023-03-08 | Rollup merge of #108839 - compiler-errors:canonicalize-the-root-var, r=lcnr | Matthias Krüger | -15/+104 |
| 2023-03-08 | Rollup merge of #108759 - workingjubilee:pedantically-correct-release-notes-f... | Matthias Krüger | -1/+3 |
| 2023-03-08 | Rollup merge of #108754 - compiler-errors:retry, r=oli-obk | Matthias Krüger | -3/+5 |
| 2023-03-08 | Rollup merge of #108903 - rust-lang:pa-fix-clippy-tests, r=flip1995 | Matthias Krüger | -0/+0 |
| 2023-03-08 | Rollup merge of #108901 - LYF1999:yf/108897, r=lcnr | Matthias Krüger | -2/+47 |
| 2023-03-08 | Rollup merge of #108887 - nnethercote:rename-MapInPlace, r=lqd | Matthias Krüger | -15/+8 |
| 2023-03-08 | Rollup merge of #108884 - compiler-errors:tweak-illegal-copy-impl-message, r=... | Matthias Krüger | -62/+62 |
| 2023-03-08 | Rollup merge of #108883 - compiler-errors:post-norm-copy-err, r=BoxyUwU | Matthias Krüger | -1/+49 |
| 2023-03-08 | Rollup merge of #108873 - WaffleLapkin:cmp, r=cjgillot | Matthias Krüger | -16/+10 |
| 2023-03-08 | Rollup merge of #108846 - celinval:smir-poc, r=oli-obk | Matthias Krüger | -66/+274 |
| 2023-03-08 | Rollup merge of #108686 - notriddle:notriddle/jank-all, r=jsha | Matthias Krüger | -3/+15 |
| 2023-03-08 | Auto merge of #108665 - weihanglo:update-cargo, r=weihanglo | bors | -59/+730 |
| 2023-03-08 | Improve rustdoc-gui/tester.js code a bit | Guillaume Gomez | -23/+25 |
| 2023-03-08 | Update cargo | Weihang Lo | -0/+0 |
| 2023-03-08 | clean-up: remove unused return value in typeck | León Orell Valerian Liehr | -8/+4 |
| 2023-03-08 | move clippy tests back to their intended directory | Pietro Albini | -0/+0 |
| 2023-03-08 | Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr | bors | -71/+86 |
| 2023-03-08 | fix: evaluate with wrong obligation stack | yifei | -2/+47 |
| 2023-03-08 | prefer universal from lower universe | Ali MJ Al-Nasrawy | -1/+17 |
| 2023-03-08 | set LIBC_CHECK_CFG=1 when building Rust code in bootstrap | Pietro Albini | -0/+9 |
| 2023-03-08 | address review comment | Ali MJ Al-Nasrawy | -7/+23 |
| 2023-03-08 | Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbini | bors | -9/+4437 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -103/+127 |
| 2023-03-08 | Rename `MapInPlace` as `FlatMapInPlace`. | Nicholas Nethercote | -15/+8 |
| 2023-03-08 | Tweak E0740 | Michael Goulet | -66/+81 |
| 2023-03-08 | Don't report E0740 for type error | Michael Goulet | -1/+20 |
| 2023-03-08 | Suppress copy impl error when post-normalized type references errors | Michael Goulet | -1/+49 |
| 2023-03-08 | Dedup copy field errors for identical types | Michael Goulet | -8/+8 |
| 2023-03-08 | may not => cannot | Michael Goulet | -54/+54 |
| 2023-03-07 | Update cargo | Weihang Lo | -59/+730 |
| 2023-03-07 | Auto merge of #108877 - matthiaskrgr:rollup-7gwgvgc, r=matthiaskrgr | bors | -1161/+5893 |
| 2023-03-07 | Change item collection to be on demand | Celina G. Val | -33/+38 |
| 2023-03-07 | remove leftover comment | Giacomo Pasini | -3/+0 |
| 2023-03-07 | Rollup merge of #108866 - Kohei316:master, r=ozkanonur | Matthias Krüger | -2/+13 |
| 2023-03-07 | Rollup merge of #108822 - nikic:legacy-pm-removal-2, r=cuviper | Matthias Krüger | -5/+0 |
| 2023-03-07 | Rollup merge of #108793 - clubby789:pythonpath-compiletest, r=compiler-errors | Matthias Krüger | -2/+12 |
| 2023-03-07 | Rollup merge of #108783 - antoyo:sync-cg_gcc-2023-03-04, r=cjgillot | Matthias Krüger | -1121/+5741 |
| 2023-03-07 | Rollup merge of #108583 - compiler-errors:rpitit-default-method-with-nested-r... | Matthias Krüger | -1/+49 |
| 2023-03-07 | Rollup merge of #108581 - jfgoog:include-mingw-linker, r=petrochenkov | Matthias Krüger | -2/+10 |
| 2023-03-07 | Rollup merge of #108460 - obeis:hir-analysis-migrate-diagnostics-2, r=compile... | Matthias Krüger | -28/+68 |