| Age | Commit message (Expand) | Author | Lines |
| 2023-04-22 | Rollup merge of #110659 - notriddle:notriddle/js-cleanup-20230421, r=Guillaum... | Yuki Okushi | -11/+6 |
| 2023-04-22 | Rollup merge of #110657 - miguelraz:cleanup-simplifycfg-refactor, r=compiler-... | Yuki Okushi | -8/+6 |
| 2023-04-22 | Rollup merge of #110640 - glaubitz:m68k-baseline, r=oli-obk | Yuki Okushi | -0/+1 |
| 2023-04-22 | Rollup merge of #110635 - scottmcm:zst-checks, r=the8472 | Yuki Okushi | -15/+7 |
| 2023-04-22 | Rollup merge of #110622 - WaffleLapkin:hashtag#, r=compiler-errors | Yuki Okushi | -29/+1 |
| 2023-04-22 | Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jsha | Yuki Okushi | -116/+154 |
| 2023-04-21 | More `IS_ZST` in `library` | Scott McMurray | -15/+7 |
| 2023-04-21 | rustdoc: clean up redundant search hiding results code | Michael Howell | -8/+1 |
| 2023-04-21 | rustdoc: lift constant string manipulation out of loop | Michael Howell | -1/+1 |
| 2023-04-21 | rustdoc: use Set for ignored crates, instead of string matching | Michael Howell | -2/+4 |
| 2023-04-21 | Auto merge of #110653 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-04-21 | nit: consistent naming for SimplifyConstCondition | miguelraz | -8/+6 |
| 2023-04-21 | Auto merge of #110648 - Dylan-DPC:rollup-em3ovcq, r=Dylan-DPC | bors | -40/+153 |
| 2023-04-21 | Update cargo | Weihang Lo | -0/+0 |
| 2023-04-21 | rustdoc: remove unnecessary binding | Michael Howell | -5/+4 |
| 2023-04-21 | rustdoc: factor `document_type_layout` into its own module | Michael Howell | -77/+90 |
| 2023-04-21 | Auto merge of #110107 - cjgillot:const-prop-lint-junk, r=oli-obk | bors | -51/+65 |
| 2023-04-21 | Do not rely on exact error code. | Camille GILLOT | -1/+1 |
| 2023-04-21 | Bless miri. | Camille GILLOT | -11/+20 |
| 2023-04-21 | Ensure mir_drops_elaborated_and_const_checked when requiring codegen. | Camille GILLOT | -40/+45 |
| 2023-04-21 | rustdoc: get rid of redundant, nested `let` lines | Michael Howell | -17/+13 |
| 2023-04-21 | Auto merge of #110569 - saethlin:mir-pass-cooperation, r=cjgillot | bors | -19/+61 |
| 2023-04-21 | Rollup merge of #110633 - scottmcm:more-take, r=thomcc | Dylan DPC | -10/+10 |
| 2023-04-21 | Rollup merge of #110632 - saethlin:panic-if-dep-graph-too-big, r=lcnr | Dylan DPC | -1/+1 |
| 2023-04-21 | Rollup merge of #110608 - a1phyr:specialize_io_methods, r=thomcc | Dylan DPC | -0/+54 |
| 2023-04-21 | Rollup merge of #110501 - notriddle:notriddle/ice-110495, r=petrochenkov | Dylan DPC | -0/+61 |
| 2023-04-21 | Rollup merge of #110333 - petrochenkov:notagain, r=compiler-errors | Dylan DPC | -29/+27 |
| 2023-04-21 | Auto merge of #110542 - petrochenkov:qcstore4, r=cjgillot | bors | -14/+3 |
| 2023-04-21 | rustc_metadata: Split `children` into multiple tables | Vadim Petrochenkov | -29/+27 |
| 2023-04-21 | compiler/rustc_target: Raise m68k-linux-gnu baseline to 68020 | John Paul Adrian Glaubitz | -0/+1 |
| 2023-04-21 | Auto merge of #109002 - michaelvanstraten:master, r=petrochenkov | bors | -3/+28 |
| 2023-04-21 | Auto merge of #96840 - cjgillot:query-feed, r=oli-obk | bors | -1194/+595 |
| 2023-04-21 | Auto merge of #110636 - matthiaskrgr:rollup-faa33c6, r=matthiaskrgr | bors | -84/+210 |
| 2023-04-21 | Rollup merge of #110618 - compiler-errors:eval-ctxt-tainted, r=BoxyUwU | Matthias Krüger | -0/+22 |
| 2023-04-21 | Rollup merge of #110611 - GuillaumeGomez:regression-test-pub-reexport-pub-ree... | Matthias Krüger | -0/+24 |
| 2023-04-21 | Rollup merge of #110597 - lcnr:not-pin-via-negative-bound, r=compiler-errors | Matthias Krüger | -15/+0 |
| 2023-04-21 | Rollup merge of #110578 - bvanjoi:fix-issue-110547, r=jackh726 | Matthias Krüger | -0/+37 |
| 2023-04-21 | Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot | Matthias Krüger | -62/+100 |
| 2023-04-21 | Rollup merge of #110365 - ozkanonur:ship-tools-with-sysroot, r=jyn514 | Matthias Krüger | -7/+27 |
| 2023-04-21 | Auto merge of #110431 - jsoref:spelling-src-etc, r=Mark-Simulacrum | bors | -4/+4 |
| 2023-04-20 | More `mem::take` in `library` | Scott McMurray | -10/+10 |
| 2023-04-21 | Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkov | bors | -99/+1 |
| 2023-04-20 | Panic instead of truncating if the dep graph is too big | Ben Kimock | -1/+1 |
| 2023-04-20 | Run combine_duplicate_switch_targets after the simplification that produces them | Ben Kimock | -20/+19 |
| 2023-04-21 | fix(error): normalize whitespace during msg_to_buffer | bohan | -0/+37 |
| 2023-04-20 | Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obk | bors | -3/+6 |
| 2023-04-21 | remove the early return in `Sysroot::run` which causes bypassing symlinking | ozkanonur | -1/+0 |
| 2023-04-20 | Bless coverage. | Camille GILLOT | -5/+5 |
| 2023-04-21 | ship clippy, miri and rustfmt with sysroot | ozkanonur | -6/+27 |
| 2023-04-20 | Auto merge of #110616 - m-ou-se:fmt-lang-items, r=jyn514 | bors | -66/+49 |