| Age | Commit message (Expand) | Author | Lines |
| 2023-10-23 | Fix stable feature names in tests | David Tolnay | -2/+2 |
| 2023-10-23 | Fix stable feature names in tests | David Tolnay | -11/+11 |
| 2023-10-23 | Fix invalid stability attribute features in standard library | David Tolnay | -5/+5 |
| 2023-10-23 | Validate #[stable(feature = "…")] identifier | David Tolnay | -23/+28 |
| 2023-10-23 | Remove redundant type parameter | Michael Goulet | -87/+98 |
| 2023-10-23 | Naming nits | Michael Goulet | -55/+55 |
| 2023-10-23 | Improve android-ndk property interface | Peter Collingbourne | -75/+62 |
| 2023-10-23 | Update backtrace submodule | Wesley Wiser | -0/+0 |
| 2023-10-23 | Add `internal()` method counterpart to `stable()` | Celina G. Val | -1/+5 |
| 2023-10-23 | Update Cranelift to 0.101.1 | bjorn3 | -57/+32 |
| 2023-10-23 | Add method to convert internal to stable constructs | Celina G. Val | -121/+197 |
| 2023-10-23 | Use multiple pushes in `vec_init_then_push` example | Alex Macleod | -1/+3 |
| 2023-10-23 | Auto merge of #11699 - Alexendoo:no-run-doctests, r=llogiq | bors | -991/+991 |
| 2023-10-23 | Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelix | bors | -137/+2797 |
| 2023-10-23 | Update books | rustbot | -0/+0 |
| 2023-10-23 | Factor signature type walking out of opaque_types_defined_by | Oli Scherer | -44/+155 |
| 2023-10-23 | Auto merge of #117087 - matthiaskrgr:rollup-08kkjkz, r=matthiaskrgr | bors | -212/+352 |
| 2023-10-23 | Remove smir from triage and add me to stablemir | Oğuz Ağcayazı | -5/+1 |
| 2023-10-23 | Set existing doc-tests to `no_run` | Alex Macleod | -989/+989 |
| 2023-10-23 | Auto merge of #11460 - J-ZhengLi:issue11429, r=Centri3 | bors | -29/+82 |
| 2023-10-23 | Rollup merge of #117073 - yotamofek:fix-coroutines-feature-rename-suggestion,... | Matthias Krüger | -1/+1 |
| 2023-10-23 | Rollup merge of #117064 - dtolnay:handleerrors, r=cjgillot | Matthias Krüger | -128/+73 |
| 2023-10-23 | Rollup merge of #117040 - Zalathar:instrument-coverage-ui, r=cjgillot | Matthias Krüger | -3/+72 |
| 2023-10-23 | Rollup merge of #116978 - tromey:rust-printers-cleanup, r=Mark-Simulacrum | Matthias Krüger | -55/+78 |
| 2023-10-23 | Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasper | Matthias Krüger | -25/+128 |
| 2023-10-23 | Update .mailmap to promote my livename | Amanda Stjerna | -0/+2 |
| 2023-10-23 | return unfixed len if pat has reported error | bohan | -1/+47 |
| 2023-10-23 | Partial Revert: "Auto merge of #117018 - Kobzol:opt-dist-cargo-stage0" | Urgau | -1/+6 |
| 2023-10-23 | Implement all llvm intrinsics necessary for the image crate | bjorn3 | -0/+103 |
| 2023-10-23 | Use local_rebuild property to support new check-cfg in case of rebuild | Urgau | -5/+5 |
| 2023-10-23 | Prepare bootstrap tool for new check-cfg syntax | Urgau | -8/+28 |
| 2023-10-23 | Auto merge of #116837 - oli-obk:smir_run_macro, r=spastorino | bors | -73/+92 |
| 2023-10-23 | Remove FIXME after fix | Michael Howell | -1/+0 |
| 2023-10-23 | Use `no_run` for doc-tests in new lints | Alex Macleod | -2/+2 |
| 2023-10-23 | Update rust-analyzer config | bjorn3 | -1/+1 |
| 2023-10-23 | fix typos in comments | GoodDaisy | -3/+3 |
| 2023-10-23 | Fix closure-inherit-target-feature test for SGX platform | Raoul Strackx | -0/+1 |
| 2023-10-23 | Implement llvm intrinsics necessary for rav1e | bjorn3 | -0/+34 |
| 2023-10-23 | Auto merge of #116835 - oli-obk:evaluated_static_in_metadata2, r=RalfJung | bors | -59/+79 |
| 2023-10-23 | don't talk about 'Data race' when both accesses are atomic | Ralf Jung | -14/+22 |
| 2023-10-23 | clean up imperfect overlap detection in weak-mem emulation | Ralf Jung | -90/+28 |
| 2023-10-23 | detect mixed-size atomic accesses | Ralf Jung | -72/+196 |
| 2023-10-23 | Merge associated types with the other alias types | Oli Scherer | -35/+24 |
| 2023-10-23 | Try to work around 32 bit mingw issues | Oli Scherer | -0/+3 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -12/+2 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -310/+425 |
| 2023-10-23 | Sync the logic for inherent and weak type aliases | Oli Scherer | -5/+6 |
| 2023-10-23 | Make ICE a bit more informative | Oli Scherer | -3/+12 |
| 2023-10-23 | Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver` | Oli Scherer | -73/+89 |
| 2023-10-23 | Avoid collect_and_partition_mono_items call when not doing codegen | bjorn3 | -8/+15 |