| Age | Commit message (Expand) | Author | Lines |
| 2023-04-29 | windows: kill rust-analyzer-proc-macro-srv before deleting stage0 directory | jyn | -6/+29 |
| 2023-04-29 | Auto merge of #110643 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -1020/+606 |
| 2023-04-28 | Auto merge of #110967 - matthiaskrgr:rollup-vfbl7gm, r=matthiaskrgr | bors | -342/+449 |
| 2023-04-28 | Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errors | Matthias Krüger | -17/+34 |
| 2023-04-28 | Rollup merge of #110957 - WaffleLapkin:reach_generator_conflict_error, r=cjgi... | Matthias Krüger | -1/+31 |
| 2023-04-28 | Rollup merge of #110948 - TimNN:patch-1, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-04-28 | Rollup merge of #110944 - RalfJung:offset, r=compiler-errors | Matthias Krüger | -25/+29 |
| 2023-04-28 | Rollup merge of #110927 - nnethercote:Encoder-Decoder-cleanups, r=scottmcm | Matthias Krüger | -175/+130 |
| 2023-04-28 | Rollup merge of #110921 - JohnBobbo96:rustc_arena_nonnull, r=Nilstrieb | Matthias Krüger | -5/+5 |
| 2023-04-28 | Rollup merge of #110917 - Be-ing:whole_archive_with_staticlib_fix, r=petroche... | Matthias Krüger | -1/+4 |
| 2023-04-28 | Rollup merge of #110877 - compiler-errors:binop-err, r=cjgillot | Matthias Krüger | -117/+215 |
| 2023-04-28 | Auto merge of #110901 - GuillaumeGomez:inlined-repr-rustdoc, r=notriddle | bors | -1/+18 |
| 2023-04-28 | remove unused `mut`s | Lukas Markeffsky | -11/+11 |
| 2023-04-28 | Fix an ICE in conflict errors diagnostics | Maybe Waffle | -315/+18 |
| 2023-04-28 | fix false negative for `unused_mut` | Lukas Markeffsky | -6/+23 |
| 2023-04-28 | Auto merge of #110952 - ehuss:update-awscli, r=cuviper | bors | -3/+4 |
| 2023-04-28 | Add regression test for issue 110929 | Maybe Waffle | -0/+327 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -515/+101 |
| 2023-04-28 | bump stage0 | Pietro Albini | -398/+398 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -107/+107 |
| 2023-04-28 | Update awscli | Eric Huss | -3/+4 |
| 2023-04-28 | run-make test: using single quotes to not trigger the shell | Tim Neumann | -1/+1 |
| 2023-04-28 | share BinOp::Offset between CTFE and Miri | Ralf Jung | -25/+29 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -13/+401 |
| 2023-04-28 | Remove some unnecessary derives. | Nicholas Nethercote | -52/+48 |
| 2023-04-28 | Remove `MemDecoder::read_byte`. | Nicholas Nethercote | -14/+9 |
| 2023-04-28 | Add some provided methods to `Encoder`/`Decoder`. | Nicholas Nethercote | -84/+56 |
| 2023-04-28 | Remove a low-value assertion. | Nicholas Nethercote | -7/+2 |
| 2023-04-28 | Auto merge of #110924 - matthiaskrgr:rollup-jvznpq2, r=matthiaskrgr | bors | -638/+898 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -77/+117 |
| 2023-04-28 | Rollup merge of #110920 - cuishuang:master, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-28 | Rollup merge of #110918 - ChrisDenton:on-error-resume-next, r=cuviper | Matthias Krüger | -19/+22 |
| 2023-04-28 | Rollup merge of #110913 - compiler-errors:missing-lints, r=Nilstrieb | Matthias Krüger | -107/+123 |
| 2023-04-28 | Rollup merge of #110904 - fmease:rustdoc-fix-110900, r=compiler-errors | Matthias Krüger | -5/+33 |
| 2023-04-28 | Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e... | Matthias Krüger | -231/+443 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -275/+276 |
| 2023-04-28 | Auto merge of #110919 - JohnTitor:rollup-9phs2vx, r=JohnTitor | bors | -117/+110 |
| 2023-04-27 | Use `NonNull::new_unchecked` and `NonNull::len` in | John Bobbo | -5/+5 |
| 2023-04-28 | Fix unavailable url | cui fliter | -1/+1 |
| 2023-04-28 | Rollup merge of #110909 - john-h-k:build/no-rustc-version-darwin, r=jyn514 | Yuki Okushi | -11/+17 |
| 2023-04-28 | Rollup merge of #110898 - m-ou-se:remove-unused-thread-local-key, r=cuviper | Yuki Okushi | -80/+1 |
| 2023-04-28 | Rollup merge of #110893 - BoxyUwU:inline_const_nits, r=compiler-errors | Yuki Okushi | -6/+0 |
| 2023-04-28 | Rollup merge of #110881 - bvanjoi:fix-110879, r=jyn514 | Yuki Okushi | -14/+30 |
| 2023-04-28 | Rollup merge of #110721 - lukas-code:panic-fmt, r=Amanieu | Yuki Okushi | -0/+24 |
| 2023-04-28 | Rollup merge of #110620 - Nilstrieb:document-the-undocumented, r=thomcc | Yuki Okushi | -2/+20 |
| 2023-04-28 | Rollup merge of #109702 - chenyukang:yukang/fix-109316-configure, r=albertlar... | Yuki Okushi | -4/+18 |
| 2023-04-28 | remove_dir_all: delete directory with fewer perms | Chris Denton | -19/+22 |
| 2023-04-28 | Auto merge of #110801 - WaffleLapkin:io-tests, r=jyn514 | bors | -56/+38 |
| 2023-04-28 | Add a comment explaining the lack of `Decoder::read_enum_variant`. | Nicholas Nethercote | -0/+5 |
| 2023-04-28 | Remove `MemDecoder::read_raw_bytes_inherent`. | Nicholas Nethercote | -19/+11 |