| Age | Commit message (Expand) | Author | Lines |
| 2023-11-20 | Enable the Arm Cortex-A53 errata mitigation on aarch64-unknown-none | Jonathan Pallant (Ferrous Systems) | -0/+5 |
| 2023-11-20 | docs(GH-118094): make docs a bit more explicit | Petr Portnov | -3/+3 |
| 2023-11-20 | chore(GH-118094): explicitly mark `_elem` as unused | Petr Portnov | -1/+1 |
| 2023-11-20 | feat: specialize `SpecFromElem` for `()` | Petr Portnov | -4/+19 |
| 2023-11-20 | Remove now unnecessary x86_64_sun_solaris.rs. | Petr Sumbera | -20/+0 |
| 2023-11-20 | Test with -Zmiri-provenance-gc=1 on Linux | Ben Kimock | -2/+13 |
| 2023-11-20 | Remove now deprecated target x86_64-sun-solaris. | Petr Sumbera | -12/+3 |
| 2023-11-20 | Test that the GC consults the extra_fn_ptr map | Ben Kimock | -0/+33 |
| 2023-11-20 | handle reservation impls, track impl source | lcnr | -27/+88 |
| 2023-11-20 | self ty infer ambiguity: add proof tree cand | lcnr | -16/+16 |
| 2023-11-20 | Auto merge of #11453 - xFrednet:11208-path-join-correct, r=blyxyas | bors | -0/+196 |
| 2023-11-20 | New lint `clippy::join_absolute_paths` | ofeeg | -0/+196 |
| 2023-11-20 | Auto merge of #3177 - devnexen:fix_pthread_misc_fbsd, r=RalfJung | bors | -69/+59 |
| 2023-11-20 | test: Add test for async-move in 2015 Rust proc macro | Arthur Cohen | -0/+57 |
| 2023-11-20 | libc-misc test freebsd fixes attempt | David Carlier | -69/+59 |
| 2023-11-20 | Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgr | bors | -147/+795 |
| 2023-11-20 | move `doc.rs` to its own subdirectory | y21 | -343/+423 |
| 2023-11-20 | Typeck break expr even if break is illegal | Gurinder Singh | -10/+34 |
| 2023-11-20 | Auto merge of #117783 - tmiasko:inline-ret, r=cjgillot | bors | -725/+356 |
| 2023-11-20 | Fix insertion of statements to be executed along return edge in inlining | Tomasz Miąsko | -605/+237 |
| 2023-11-20 | Remove unused feature. | Nicholas Nethercote | -1/+0 |
| 2023-11-20 | Put derives on a single line where possible. | Nicholas Nethercote | -26/+13 |
| 2023-11-20 | Add a comment. | Nicholas Nethercote | -0/+2 |
| 2023-11-19 | Remove i686-apple-darwin cross-testing | Caleb Zulawski | -1/+1 |
| 2023-11-20 | Remove unused arena kinds in `rustc_hir` and `rustc_middle`. | Nicholas Nethercote | -17/+1 |
| 2023-11-20 | Add allow-by-default lint for unit bindings | 许杰友 Jieyou Xu (Joe) | -2/+88 |
| 2023-11-19 | Rollup merge of #118068 - antoyo:subtree-update_cg_gcc_2023-11-17, r=cjgillot | Michael Goulet | -41/+104 |
| 2023-11-19 | Rollup merge of #118000 - compiler-errors:placeholder-ty-outlives, r=aliemjay | Michael Goulet | -13/+177 |
| 2023-11-19 | Rollup merge of #117994 - compiler-errors:throw-away-regions-in-coherence, r=... | Michael Goulet | -9/+52 |
| 2023-11-19 | Rollup merge of #117988 - estebank:issue-106020, r=cjgillot | Michael Goulet | -0/+183 |
| 2023-11-19 | Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-Simulacrum | Michael Goulet | -11/+90 |
| 2023-11-19 | Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwco | Michael Goulet | -3/+95 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -58/+86 |
| 2023-11-19 | Rollup merge of #117828 - Nilstrieb:astconv-hashmaps, r=petrochenkov | Michael Goulet | -12/+8 |
| 2023-11-20 | Auto merge of #115526 - arttet:master, r=jackh726 | bors | -18/+179 |
| 2023-11-20 | Alphabetize features. | Nicholas Nethercote | -2/+2 |
| 2023-11-20 | Inline and remove `record_layout_for_printing`. | Nicholas Nethercote | -15/+5 |
| 2023-11-20 | Reduce exposure of some items. | Nicholas Nethercote | -16/+16 |
| 2023-11-19 | rustdoc: update book with info on type bindings | Michael Howell | -4/+43 |
| 2023-11-19 | rustdoc-search: add support for associated types | Michael Howell | -117/+1383 |
| 2023-11-19 | Auto merge of #116828 - compiler-errors:nightlyify-rustc_type_ir, r=jackh726 | bors | -102/+214 |
| 2023-11-19 | Auto merge of #11840 - GuillaumeGomez:improve-maybe_misused_cfg, r=blyxyas | bors | -24/+25 |
| 2023-11-19 | Use let else to reduce indentation | Tomasz Miąsko | -124/+123 |
| 2023-11-19 | Improve `maybe_misused_cfg` lint output | Guillaume Gomez | -24/+25 |
| 2023-11-19 | Auto merge of #117683 - estebank:priv-builder-sugg, r=cjgillot | bors | -124/+464 |
| 2023-11-19 | Ignore but do not assume region obligations from unifying headers in negative... | Michael Goulet | -9/+52 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -13/+177 |
| 2023-11-19 | Pass TyCtxt by value | Antoni Boucher | -3/+3 |
| 2023-11-19 | Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco | bors | -77/+265 |
| 2023-11-19 | Merge commit '2e8386e9fb3506cef991d04f8b3bc78f9a0c2630' into subtree-update_c... | Antoni Boucher | -41/+104 |