| Age | Commit message (Expand) | Author | Lines |
| 2023-10-24 | Augment `stringify.rs` test. | Nicholas Nethercote | -0/+7 |
| 2023-10-23 | Add test and remove double ref | Celina G. Val | -3/+3 |
| 2023-10-24 | compiler: Add target features for LoongArch | WANG Rui | -0/+18 |
| 2023-10-24 | Auto merge of #116300 - cjgillot:split-move, r=petrochenkov | bors | -467/+501 |
| 2023-10-23 | nits | Michael Goulet | -83/+35 |
| 2023-10-23 | Consider regions | Michael Goulet | -2/+9 |
| 2023-10-23 | Make things work by using the new solver | Michael Goulet | -3/+13 |
| 2023-10-23 | Rework negative coherence | Michael Goulet | -39/+152 |
| 2023-10-23 | Remove FnPtr hack from trait_ref_is_knowable | Michael Goulet | -17/+21 |
| 2023-10-23 | pre-cleanups | Michael Goulet | -24/+33 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -593/+629 |
| 2023-10-23 | Remove unsafe and `Rc` | Celina G. Val | -22/+15 |
| 2023-10-23 | When expecting closure argument but finding block provide suggestion | Esteban Küber | -5/+48 |
| 2023-10-23 | Rollup merge of #117046 - bvanjoi:fix-116186, r=oli-obk | Matthias Krüger | -1/+14 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -592/+615 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -22/+3 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -7/+39 |
| 2023-10-23 | Handle ReErased in responses in new solver | Michael Goulet | -2/+10 |
| 2023-10-23 | Validate `since` value in stable attribute | David Tolnay | -8/+21 |
| 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 | Add `internal()` method counterpart to `stable()` | Celina G. Val | -1/+5 |
| 2023-10-23 | Add method to convert internal to stable constructs | Celina G. Val | -121/+196 |
| 2023-10-23 | Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelix | bors | -113/+998 |
| 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 | -154/+97 |
| 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 #116960 - lqd:applied-member-constraints-scope, r=matthewjasper | Matthias Krüger | -25/+23 |
| 2023-10-23 | return unfixed len if pat has reported error | bohan | -1/+14 |
| 2023-10-23 | Auto merge of #116837 - oli-obk:smir_run_macro, r=spastorino | bors | -60/+72 |
| 2023-10-23 | fix typos in comments | GoodDaisy | -1/+1 |
| 2023-10-23 | Auto merge of #116835 - oli-obk:evaluated_static_in_metadata2, r=RalfJung | bors | -59/+79 |
| 2023-10-23 | Merge associated types with the other alias types | Oli Scherer | -18/+7 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -130/+281 |
| 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 | -60/+72 |
| 2023-10-23 | Fix suggestion for renamed coroutines feature | Yotam Ofek | -1/+1 |
| 2023-10-23 | Ensure that `eval_to_allocation_raw` isn't called on static items from miri | Oli Scherer | -9/+6 |
| 2023-10-23 | Split `eval_to_allocation_raw_provider` | Oli Scherer | -2/+9 |
| 2023-10-23 | Pull out const error reporting into its own function | Oli Scherer | -31/+32 |
| 2023-10-23 | Pull mplace validation logic out into an interpreter method | Oli Scherer | -21/+33 |
| 2023-10-23 | The mutability was ignored anyway, so just check for staticness | Oli Scherer | -4/+7 |
| 2023-10-23 | Allow `ensure` queries to return `Result<(), ErrorGuaranteed>` | Oli Scherer | -9/+75 |
| 2023-10-23 | Rollup merge of #117051 - gvozdvmozgu:fix-incremental-compilation-link, r=Nil... | Matthias Krüger | -1/+1 |
| 2023-10-23 | Rollup merge of #117049 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | Matthias Krüger | -1/+23 |
| 2023-10-23 | Rollup merge of #117042 - Zalathar:file-table, r=cjgillot | Matthias Krüger | -103/+150 |
| 2023-10-23 | Auto merge of #115324 - francorbacho:master, r=davidtwco | bors | -4/+145 |