| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+2 |
| 2023-08-08 | Rollup merge of #114596 - Kobzol:opt-dist-host, r=lqd | Matthias Krüger | -5/+5 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -3/+3 |
| 2023-08-07 | Rename method in `opt-dist` | Jakub Beránek | -5/+5 |
| 2023-08-07 | Auto merge of #114344 - Kobzol:opt-dist-llvm-profdata, r=nikic | bors | -11/+23 |
| 2023-08-07 | Rollup merge of #114570 - ttsugriy:miri-vc-typo, r=RalfJung | Matthias Krüger | -1/+1 |
| 2023-08-07 | Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk | Matthias Krüger | -16/+0 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -3/+3 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -16/+0 |
| 2023-08-07 | Auto merge of #114576 - lnicola:sync-from-ra, r=lnicola | bors | -1042/+4248 |
| 2023-08-07 | Merge commit 'baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' into sync-from-ra | Laurențiu Nicola | -1042/+4248 |
| 2023-08-07 | Auto merge of #114560 - RalfJung:miri, r=RalfJung | bors | -778/+1645 |
| 2023-08-06 | [miri][typo] Fix a typo in a vector_block comment. | Taras Tsugrii | -1/+1 |
| 2023-08-07 | Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillot | Matthias Krüger | -4/+4 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -4/+4 |
| 2023-08-07 | Rollup merge of #114535 - klensy:windows-sys-0-42, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-08-06 | Rollup merge of #114539 - Enselic:unneeded-fixme, r=ehuss | Matthias Krüger | -1/+0 |
| 2023-08-06 | Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung | Matthias Krüger | -1/+1 |
| 2023-08-06 | cleanup misinformation regarding has_deref | ouz-a | -1/+1 |
| 2023-08-06 | linkchecker: Remove unneeded FIXME about intra-doc links | Martin Nordholts | -1/+0 |
| 2023-08-06 | bump schannel, miow to drop windows-sys 0.42 | klensy | -1/+1 |
| 2023-08-05 | Auto merge of #114143 - Enselic:rename-issue-100605, r=eholk | bors | -1/+1 |
| 2023-08-05 | Rename tests/ui/issues/issue-100605.rs to ../type/option-ref-advice.rs | Martin Nordholts | -1/+1 |
| 2023-08-05 | Rollup merge of #114498 - chenyukang:yukang-fix-tidy-tip, r=ozkanonur | Matthias Krüger | -1/+1 |
| 2023-08-05 | add a test ensuring that we enforce noalias on accesses | Ralf Jung | -7/+37 |
| 2023-08-05 | tree borrows: consider some retags as writes for the purpose of data races | Ralf Jung | -138/+186 |
| 2023-08-05 | ensure we allow zero-sized references to functions and vtables | Ralf Jung | -0/+32 |
| 2023-08-05 | borrow tracking: simplify provenance updating | Ralf Jung | -55/+20 |
| 2023-08-05 | fix return place protection when the place is given as a local | Ralf Jung | -1/+71 |
| 2023-08-05 | fmt | Ralf Jung | -10/+2 |
| 2023-08-05 | Merge from rustc | Ralf Jung | -79/+71 |
| 2023-08-05 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-08-05 | Print tidy command with bless tidy check failure | yukang | -1/+1 |
| 2023-08-04 | Rollup merge of #114482 - compiler-errors:sigh, r=pnkfelix | Michael Goulet | -2/+7 |
| 2023-08-04 | Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgr | bors | -54/+52 |
| 2023-08-04 | Fix ui-fulldeps missing the internal_features lint on stage 0 | Michael Goulet | -2/+7 |
| 2023-08-04 | Rollup merge of #114462 - RalfJung:mplace_to_ref, r=oli-obk | Matthias Krüger | -6/+4 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -48/+48 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -23/+10 |
| 2023-08-04 | interpret: add mplace_to_ref helper method | Ralf Jung | -6/+4 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -48/+48 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-08-04 | Auto merge of #3011 - saethlin:spellck, r=RalfJung | bors | -7/+7 |
| 2023-08-04 | Merge from rustc | The Miri Conjob Bot | -28/+42 |
| 2023-08-04 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-04 | Rollup merge of #114429 - Enselic:compiletest-fix, r=est31 | Matthias Krüger | -10/+14 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -1/+13 |
| 2023-08-03 | A bit of spell-checking | Ben Kimock | -7/+7 |
| 2023-08-03 | Auto merge of #114424 - matthiaskrgr:rollup-cegblvo, r=matthiaskrgr | bors | -12/+14 |
| 2023-08-03 | compiletest: Handle non-utf8 paths (fix FIXME) | Martin Nordholts | -10/+14 |