| Age | Commit message (Expand) | Author | Lines |
| 2024-12-31 | Rollup merge of #134949 - compiler-errors:froms, r=jieyouxu | Stuart Cook | -3/+3 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -3/+3 |
| 2024-12-30 | Fix typos | NoName | -6/+6 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -1/+1 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -18/+24 |
| 2024-12-06 | Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung | Matthias Krüger | -0/+50 |
| 2024-12-05 | extend Miri to correctly pass mutable pointers through FFI | Strophox | -0/+50 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -17/+9 |
| 2024-11-23 | no more Reveal :( | lcnr | -2/+2 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -15/+17 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -3/+3 |
| 2024-11-19 | Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu | bors | -2/+13 |
| 2024-11-18 | interpret: do not ICE when a promoted fails with OOM | Ralf Jung | -2/+13 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -12/+13 |
| 2024-11-09 | make return type of get_alloc_info a struct, and reduce some code duplication... | Ralf Jung | -3/+83 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -8/+8 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -1/+1 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -36/+47 |
| 2024-10-12 | mark InterpResult as must_use | Ralf Jung | -0/+1 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -86/+218 |
| 2024-09-30 | panic when an interpreter error gets unintentionally discarded | Ralf Jung | -9/+64 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -11/+17 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -11/+11 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -4/+43 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -16/+14 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -1/+1 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -16/+14 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -4/+43 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-08 | interpret: reset provenance on typed copies | Ralf Jung | -0/+13 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -3/+3 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -1/+2 |
| 2024-08-30 | enable Miri to pass const pointers through FFI | Strophox | -1/+2 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_middle`. | Nicholas Nethercote | -1/+1 |
| 2024-08-14 | use the new Box methods in the interpreter | Ralf Jung | -4/+2 |
| 2024-08-06 | miri: make vtable addresses not globally unique | Ralf Jung | -94/+51 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -88/+12 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -9/+7 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -6/+14 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -54/+39 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -6/+14 |
| 2024-07-22 | Auto merge of #127442 - saethlin:alloc-decoding-lock, r=oli-obk | bors | -89/+25 |
| 2024-07-21 | Explain why the new setup can't deadlock | Ben Kimock | -1/+13 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -3/+5 |
| 2024-07-17 | Remove in-progress allocation decoding states | Ben Kimock | -89/+13 |
| 2024-07-14 | Add cache for `allocate_str` | Adwin White | -6/+11 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -23/+50 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -2/+2 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -23/+50 |
| 2024-06-22 | don't ICE when encountering an extern type field during validation | Ralf Jung | -0/+2 |