| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Auto merge of #118996 - matthiaskrgr:rollup-n6x2lc7, r=matthiaskrgr | bors | -183/+200 |
| 2023-12-15 | Rollup merge of #118988 - notriddle:notriddle/varconst, r=GuillaumeGomez | Matthias Krüger | -0/+24 |
| 2023-12-15 | Rollup merge of #118986 - GuillaumeGomez:simplify-js-inline, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-12-15 | Rollup merge of #118985 - JohnTitor:rm-jtitor-diag-pings, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-12-15 | Rollup merge of #118977 - GuillaumeGomez:simplifysrc-script, r=notriddle | Matthias Krüger | -12/+3 |
| 2023-12-15 | Rollup merge of #118944 - compiler-errors:relate, r=lcnr | Matthias Krüger | -67/+76 |
| 2023-12-15 | Rollup merge of #118234 - tgross35:type_name_of_value, r=dtolnay | Matthias Krüger | -22/+18 |
| 2023-12-15 | Rollup merge of #117824 - WaffleLapkin:ptr_from_ref_stab, r=dtolnay | Matthias Krüger | -77/+74 |
| 2023-12-15 | Move nll_relate to relate::nll submodule | Michael Goulet | -5/+5 |
| 2023-12-15 | Add higher_ranked to relate submodule | Michael Goulet | -16/+16 |
| 2023-12-15 | Notify lcnr and errs when relations change | Michael Goulet | -0/+8 |
| 2023-12-15 | Move type relations into submodule in rustc_infer | Michael Goulet | -57/+58 |
| 2023-12-15 | Auto merge of #115165 - davidtwco:issue-9228-describe-item-member-visibility,... | bors | -15/+276 |
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -77/+74 |
| 2023-12-15 | rustdoc: add regression test for JS data file loading | Michael Howell | -0/+24 |
| 2023-12-15 | Simplify JS code a little bit | Guillaume Gomez | -2/+2 |
| 2023-12-16 | Remove @JohnTitor from diagnostics pings | Yuki Okushi | -3/+3 |
| 2023-12-15 | Auto merge of #118982 - matthiaskrgr:rollup-xoraxf4, r=matthiaskrgr | bors | -589/+474 |
| 2023-12-15 | Rollup merge of #118974 - workingjubilee:why-worry-about-enum-abi, r=davidtwco | Matthias Krüger | -6/+14 |
| 2023-12-15 | Rollup merge of #118969 - Zalathar:waker-noop, r=compiler-errors | Matthias Krüger | -354/+135 |
| 2023-12-15 | Rollup merge of #118962 - compiler-errors:bugs, r=TaKO8Ki | Matthias Krüger | -229/+325 |
| 2023-12-15 | Annotate some more bugs | Michael Goulet | -26/+24 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -203/+301 |
| 2023-12-15 | Auto merge of #118975 - GuillaumeGomez:rollup-0emhjx0, r=GuillaumeGomez | bors | -148/+822 |
| 2023-12-15 | Adapt debug-accessibility tests for msvc-style enums | Wesley Wiser | -4/+12 |
| 2023-12-15 | codegen_llvm: set DW_AT_accessibility | David Wood | -15/+268 |
| 2023-12-15 | Simplify `src-script.js` code | Guillaume Gomez | -12/+3 |
| 2023-12-15 | Rollup merge of #118909 - Urgau:cleanup-improvement-invalid_ref_casting, r=est31 | Guillaume Gomez | -65/+116 |
| 2023-12-15 | Rollup merge of #118863 - Enselic:rustc_mir-build-query-stability, r=michaelw... | Guillaume Gomez | -4/+3 |
| 2023-12-15 | Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez | Guillaume Gomez | -30/+625 |
| 2023-12-15 | Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdoc | Guillaume Gomez | -49/+78 |
| 2023-12-15 | Auto merge of #118961 - notriddle:notriddle/varconst, r=GuillaumeGomez | bors | -2/+8 |
| 2023-12-15 | Annotate panic! reasons during enum layout | Jubilee Young | -6/+14 |
| 2023-12-15 | Auto merge of #118970 - aliemjay:rollup-or33al2, r=aliemjay | bors | -55/+165 |
| 2023-12-15 | Rollup merge of #118964 - compiler-errors:resolve, r=aliemjay | Ali MJ Al-Nasrawy | -35/+70 |
| 2023-12-15 | Rollup merge of #118927 - celinval:smir-missing-info, r=compiler-errors | Ali MJ Al-Nasrawy | -20/+95 |
| 2023-12-15 | Auto merge of #118966 - matthiaskrgr:rollup-sdvjwy6, r=matthiaskrgr | bors | -192/+255 |
| 2023-12-15 | coverage: Use `Waker::noop` in async tests | Zalathar | -354/+135 |
| 2023-12-14 | Revert signature change for AssertMessage description | Celina G. Val | -34/+21 |
| 2023-12-15 | Rollup merge of #118929 - Zalathar:look-hir, r=cjgillot | Matthias Krüger | -70/+77 |
| 2023-12-15 | Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726 | Matthias Krüger | -112/+138 |
| 2023-12-15 | Rollup merge of #116888 - tbu-:pr_unsafe_env, r=Amanieu | Matthias Krüger | -10/+40 |
| 2023-12-15 | Opportunistically resolve region var in canonicalizer | Michael Goulet | -35/+70 |
| 2023-12-15 | Auto merge of #118770 - saethlin:fix-inline-never-uses, r=nnethercote | bors | -11/+37 |
| 2023-12-14 | rustdoc-search: fix a race condition in search index loading | Michael Howell | -2/+8 |
| 2023-12-15 | Auto merge of #118936 - nikic:update-llvm-18, r=cuviper | bors | -22/+22 |
| 2023-12-14 | Address PR comments | Celina G. Val | -50/+53 |
| 2023-12-15 | Auto merge of #118957 - workingjubilee:rollup-2hcwnp3, r=workingjubilee | bors | -690/+651 |
| 2023-12-14 | Rollup merge of #118948 - compiler-errors:noop, r=eholk | Jubilee | -82/+41 |
| 2023-12-14 | Rollup merge of #118943 - lqd:update-deps2, r=michaelwoerister | Jubilee | -35/+9 |