| Age | Commit message (Expand) | Author | Lines |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -5/+2 |
| 2023-07-25 | bless more | Ralf Jung | -4/+4 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -103/+92 |
| 2023-07-25 | clippy: `env!` invocations can't be b"" literals | David Wood | -1/+1 |
| 2023-07-24 | typos | Tshepang Mbambo | -2/+2 |
| 2023-07-24 | Update cargo | Arlo Siemsen | -0/+0 |
| 2023-07-24 | compiler: Add `x86_64-unikraft-linux-musl` target | Martin Kröning | -0/+1 |
| 2023-07-24 | Perform OpaqueCast field projection on HIR, too. | Oli Scherer | -0/+2 |
| 2023-07-24 | interpret: support projecting into Place::Local without force_allocation | Ralf Jung | -3/+3 |
| 2023-07-24 | Auto merge of #114004 - hermitcore:riscv64gc-unknown-hermit, r=davidtwco | bors | -0/+1 |
| 2023-07-24 | new unstable option: -Zwrite-long-types-to-disk | Mahdi Dibaiee | -0/+1 |
| 2023-07-24 | Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-ra | Laurențiu Nicola | -405/+717 |
| 2023-07-24 | compiler: Add `riscv64gc-unknown-hermit` target | Simon Schöning | -0/+1 |
| 2023-07-24 | Auto merge of #113940 - inferiorhumanorgans:installer-no-hardcode-bash-path, ... | bors | -1/+1 |
| 2023-07-23 | fix | Deadbeef | -13/+15 |
| 2023-07-23 | Merge from rustc | Ralf Jung | -12/+10 |
| 2023-07-23 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-07-22 | Fix tidy error | bjorn3 | -0/+1 |
| 2023-07-22 | fmt | The Miri Conjob Bot | -2/+2 |
| 2023-07-22 | Merge from rustc | The Miri Conjob Bot | -38/+38 |
| 2023-07-22 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -12/+9 |
| 2023-07-21 | rust-installer: Use env(1) in the shebang. | Alex Zepeda | -1/+1 |
| 2023-07-21 | Auto merge of #2985 - RalfJung:retag-fields, r=saethlin | bors | -89/+140 |
| 2023-07-21 | ask people to reach out if we declare too much UB | Ralf Jung | -22/+31 |
| 2023-07-21 | SB: track whether a retag occurred nested inside a field | Ralf Jung | -37/+63 |
| 2023-07-21 | make full field retagging the default | Ralf Jung | -34/+50 |
| 2023-07-21 | Double check that hidden types match the expected hidden type | Oli Scherer | -1/+1 |
| 2023-07-21 | CTFE: move `target_{i, u}size_{min, max)` to `rustc_abi::TargetDataLayout` | Moulins | -5/+7 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -4/+5 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -29/+26 |
| 2023-07-20 | Merge from rustc | The Miri Conjob Bot | -14/+20 |
| 2023-07-20 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -0/+1 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -3/+7 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -1/+1 |
| 2023-07-18 | Update cargo | Weihang Lo | -0/+0 |
| 2023-07-18 | Auto merge of #112374 - chenx97:better-mips64r6, r=jackh726 | bors | -2/+3 |
| 2023-07-18 | fix miri test with links to query documentation | nxya | -0/+1 |
| 2023-07-18 | Auto merge of #113706 - Alexendoo:compiletest-backslash-re, r=oli-obk | bors | -6/+6 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -2/+3 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -1/+1 |
| 2023-07-18 | ignore test on apple | Ralf Jung | -0/+1 |
| 2023-07-18 | fix clippy warnings | Ralf Jung | -7/+7 |
| 2023-07-18 | make './miri toolchain' work even if we cannot write to rustup dir | Ralf Jung | -1/+3 |
| 2023-07-18 | Merge from rustc | The Miri Conjob Bot | -11654/+19019 |
| 2023-07-18 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-18 | Try to build LLVM without LTO | Jakub Beránek | -1/+31 |
| 2023-07-18 | Auto merge of #113801 - compiler-errors:iter-instantiated, r=oli-obk | bors | -3/+3 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -3/+3 |