| Age | Commit message (Expand) | Author | Lines |
| 2023-10-24 | tests/ui/abi/compatibility: Set min-llvm-version to 17 for LoongArch64 | WANG Rui | -0/+1 |
| 2023-10-24 | tests: Add features-gate for LoongArch | WANG Rui | -1/+2 |
| 2023-10-24 | compiler: Add target features for LoongArch | WANG Rui | -0/+18 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -634/+698 |
| 2023-10-23 | Rollup merge of #117086 - amandasystems:patch-1, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-10-23 | Rollup merge of #117074 - ouz-a:remove_smir, r=compiler-errors | Matthias Krüger | -5/+1 |
| 2023-10-23 | Rollup merge of #117070 - notriddle:notriddle/cleanx, r=fmease | Matthias Krüger | -27/+26 |
| 2023-10-23 | Rollup merge of #117046 - bvanjoi:fix-116186, r=oli-obk | Matthias Krüger | -1/+47 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -592/+615 |
| 2023-10-23 | Rollup merge of #107159 - devnexen:random_fbsd_update, r=workingjubilee | Matthias Krüger | -9/+7 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -55/+133 |
| 2023-10-23 | Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelix | bors | -137/+2797 |
| 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 | 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 | 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 | Auto merge of #116835 - oli-obk:evaluated_static_in_metadata2, r=RalfJung | bors | -59/+79 |
| 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 | -310/+425 |
| 2023-10-23 | Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver` | Oli Scherer | -73/+89 |
| 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 | Auto merge of #117071 - matthiaskrgr:rollup-1tcxdgj, r=matthiaskrgr | bors | -126/+204 |
| 2023-10-23 | Fix comment: coverage-map tests compile to LLVM IR, not MIR | Zalathar | -1/+1 |
| 2023-10-23 | coverage: Add UI tests for values accepted by `-Cinstrument-coverage` | Zalathar | -2/+71 |
| 2023-10-23 | Rollup merge of #117069 - xobs:x.ps1-remove-windows-store-check, r=albertlars... | Matthias Krüger | -5/+0 |
| 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 | -5/+39 |
| 2023-10-23 | Rollup merge of #117044 - RalfJung:miri, r=RalfJung | Matthias Krüger | -9/+9 |
| 2023-10-23 | Rollup merge of #117042 - Zalathar:file-table, r=cjgillot | Matthias Krüger | -106/+154 |
| 2023-10-23 | Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2023-10-22 | rustdoc: wrap Type with Box instead of Generics | Michael Howell | -26/+26 |
| 2023-10-23 | Auto merge of #116606 - ChrisDenton:empty, r=dtolnay | bors | -0/+8 |
| 2023-10-23 | x.ps1: remove the check for Python from Windows Store | Sean Cross | -5/+0 |
| 2023-10-23 | Auto merge of #117066 - calebcartwright:rustfmt-sync, r=calebcartwright | bors | -814/+2845 |
| 2023-10-22 | bump rustfmt version | Caleb Cartwright | -26/+27 |
| 2023-10-22 | Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-sync | Caleb Cartwright | -788/+2818 |
| 2023-10-22 | chore: prep v1.7.0 release | Yacin Tmimi | -2/+5 |