| Age | Commit message (Expand) | Author | Lines |
| 2023-10-30 | Only run panic tests on targets that can unwind | Oli Scherer | -1/+2 |
| 2023-10-30 | Add a custom panic message for resuming `gen` blocks after they panicked | Oli Scherer | -2/+40 |
| 2023-10-30 | Talk about `gen fn` in diagnostics about `gen fn` | Oli Scherer | -8/+8 |
| 2023-10-30 | Auto merge of #116485 - coastalwhite:stabilize-riscv-target-features, r=Amanieu | bors | -20/+20 |
| 2023-10-30 | Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrum | bors | -0/+12 |
| 2023-10-30 | Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubilee | bors | -10/+87 |
| 2023-10-29 | Auto merge of #117089 - wesleywiser:update_backtrace, r=Mark-Simulacrum | bors | -0/+0 |
| 2023-10-29 | Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r... | bors | -20/+357 |
| 2023-10-29 | Auto merge of #116889 - MU001999:master, r=petrochenkov | bors | -0/+26 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -2588/+4299 |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -10/+87 |
| 2023-10-29 | handle dry runs in `dist::CodegenBackend` | Rémy Rakic | -0/+4 |
| 2023-10-29 | Auto merge of #117354 - GuillaumeGomez:rollup-k9xtq0g, r=GuillaumeGomez | bors | -43/+122 |
| 2023-10-29 | Rollup merge of #117337 - camelid:genparamdefkind-thinvec, r=GuillaumeGomez | Guillaume Gomez | -11/+11 |
| 2023-10-29 | Rollup merge of #117312 - RalfJung:memcpy-assumptions, r=Mark-Simulacrum | Guillaume Gomez | -1/+2 |
| 2023-10-29 | Rollup merge of #117082 - fortanix:raoul/fix_closure_inherit_target_feature_s... | Guillaume Gomez | -0/+1 |
| 2023-10-29 | Rollup merge of #117043 - onur-ozkan:skip-stage0-validation, r=Mark-Simulacrum | Guillaume Gomez | -17/+66 |
| 2023-10-29 | Rollup merge of #115968 - git-bruh:master, r=workingjubilee | Guillaume Gomez | -14/+42 |
| 2023-10-29 | rustdoc: Use `ThinVec` in `GenericParamDefKind` | Noah Lev | -11/+11 |
| 2023-10-29 | Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee | bors | -52/+70 |
| 2023-10-29 | Don't use LFS64 symbols on musl | git-bruh | -14/+42 |
| 2023-10-29 | Auto merge of #117335 - workingjubilee:rollup-jsomm41, r=workingjubilee | bors | -92/+138 |
| 2023-10-28 | Rollup merge of #117325 - Nilstrieb:pretty-macros, r=compiler-errors | Jubilee | -49/+37 |
| 2023-10-28 | Rollup merge of #117322 - onur-ozkan:fix-suppressed-outputs, r=Kobzol | Jubilee | -2/+6 |
| 2023-10-28 | Rollup merge of #117259 - dtolnay:macho, r=Nilstrieb | Jubilee | -1/+1 |
| 2023-10-28 | Rollup merge of #117170 - he32:netbsd-i586, r=bjorn3 | Jubilee | -0/+26 |
| 2023-10-28 | Rollup merge of #117319 - RalfJung:target-feature-inline-comment, r=tmiasko | Jubilee | -0/+5 |
| 2023-10-28 | Rollup merge of #117316 - Coekjan:const-binary-heap-constructor, r=dtolnay | Jubilee | -2/+4 |
| 2023-10-28 | Rollup merge of #117311 - RalfJung:unpretty-thir-help, r=petrochenkov | Jubilee | -0/+1 |
| 2023-10-28 | Rollup merge of #117162 - c410-f3r:try, r=workingjubilee | Jubilee | -89/+91 |
| 2023-10-28 | Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomcc | Jubilee | -1/+37 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -148/+1096 |
| 2023-10-28 | Auto merge of #117149 - nnethercote:tidy-alphabetical-unit-tests, r=Nilstrieb | bors | -36/+262 |
| 2023-10-28 | Auto merge of #116240 - dtolnay:constdiscriminant, r=thomcc | bors | -5/+3 |
| 2023-10-28 | Ensure the rustc-codegen-cranelift-preview component is never empty | bjorn3 | -0/+7 |
| 2023-10-28 | pass `CODEGEN_BACKENDS` to docker | Rémy Rakic | -0/+1 |
| 2023-10-28 | Remove needless `allow`s | Nilstrieb | -5/+0 |
| 2023-10-28 | Move macros to usage | Nilstrieb | -40/+40 |
| 2023-10-28 | Remove needless print ctx defs | Nilstrieb | -7/+0 |
| 2023-10-28 | Auto merge of #117123 - Zalathar:bad-counter-ids, r=petrochenkov | bors | -165/+474 |
| 2023-10-28 | set `BootstrapCommand` output mode for submodules | onur-ozkan | -1/+5 |
| 2023-10-28 | i586-unknown-netbsd platform-support.md: fix typo. | Havard Eidnes | -1/+1 |
| 2023-10-28 | change default output mode of `BootstrapCommand` | onur-ozkan | -1/+1 |
| 2023-10-28 | Auto merge of #81746 - bjorn3:cg_clif_rustup_component, r=Mark-Simulacrum | bors | -69/+208 |
| 2023-10-28 | explain why we don't inline when target features differ | Ralf Jung | -0/+5 |
| 2023-10-28 | mark constructor of `BinaryHeap` as const fn | coekjan | -2/+4 |
| 2023-10-28 | i586-unknown-netbsd: add entry in platform-support.md. | Havard Eidnes | -0/+1 |
| 2023-10-28 | Auto merge of #117038 - saethlin:inline-range-methods, r=workingjubilee | bors | -0/+7 |
| 2023-10-28 | i586_unknown_netbsd.rs: drop "-m32" flag insertion to gcc. | Havard Eidnes | -2/+1 |
| 2023-10-28 | Auto merge of #116609 - eduardosm:bump-stdarch, r=workingjubilee | bors | -261/+7 |