| Age | Commit message (Expand) | Author | Lines |
| 2023-04-29 | Rollup merge of #110644 - pietroalbini:pa-json-formatting-tests, r=Mark-Simul... | Matthias Krüger | -8/+60 |
| 2023-04-29 | Rollup merge of #105848 - lukas-code:backticks, r=GuillaumeGomez,jyn514,notri... | Matthias Krüger | -5/+1775 |
| 2023-04-29 | Add `rustdoc::unescaped_backtick` lint | Lukas Markeffsky | -5/+1775 |
| 2023-04-29 | Auto merge of #108106 - the8472:layout-opt, r=wesleywiser | bors | -298/+511 |
| 2023-04-29 | Auto merge of #110978 - Dylan-DPC:rollup-xclzwax, r=Dylan-DPC | bors | -63/+390 |
| 2023-04-29 | Rollup merge of #110965 - compiler-errors:anon-lt-dupe-oops, r=cjgillot | Dylan DPC | -8/+164 |
| 2023-04-29 | Rollup merge of #110962 - cjgillot:no-hash-drops, r=compiler-errors | Dylan DPC | -8/+9 |
| 2023-04-29 | Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviper | Dylan DPC | -24/+84 |
| 2023-04-29 | Rollup merge of #110932 - sameer:master, r=michaelwoerister | Dylan DPC | -1/+9 |
| 2023-04-29 | Rollup merge of #110894 - loongarch-rs:bump-libffi-sys, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2023-04-29 | Rollup merge of #110614 - compiler-errors:new-solver-overflow-response, r=lcnr | Dylan DPC | -20/+122 |
| 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 | layout-alignment-promotion logic should depend on the niche-bias | The 8472 | -7/+41 |
| 2023-04-28 | [review] add comments, turn flag into enum | The 8472 | -23/+44 |
| 2023-04-28 | fix codegen test | The 8472 | -3/+6 |
| 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 | Don't duplicate anonymous lifetimes for async fn in traits | Michael Goulet | -8/+164 |
| 2023-04-28 | Make drop_flags an IndexVec. | Camille GILLOT | -8/+9 |
| 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 | Make sure that signatures aren't accidental refinements | Michael Goulet | -24/+84 |
| 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 | bless line changes in tests-listing-format-json.run.stdout | Josh Stone | -3/+3 |
| 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 | include source error for LoadLibraryExW | Sameer Puri | -1/+9 |
| 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 |