| Age | Commit message (Expand) | Author | Lines |
| 2024-07-07 | Do renames proposed by review | Maybe Waffle | -9/+9 |
| 2024-07-07 | make `StackPop` field names less confusing | Maybe Waffle | -27/+35 |
| 2024-07-07 | doc fixups from review | Maybe Waffle | -8/+6 |
| 2024-07-07 | add miri tests and a fixme | Maybe Waffle | -0/+4 |
| 2024-07-07 | Refactor & fixup interpreter implementation of tail calls | Maybe Waffle | -70/+162 |
| 2024-07-07 | Refactor common part of evaluating `Call`&`TailCall` in the interpreter | Maybe Waffle | -63/+56 |
| 2024-07-07 | Support tail calls in the interpreter | Maybe Waffle | -1/+71 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -3/+15 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -5/+6 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -2/+2 |
| 2024-07-02 | Fix spans | Michael Goulet | -1/+2 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -0/+1 |
| 2024-07-02 | Miscellaneous renaming | Michael Goulet | -3/+2 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -4/+1 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -4/+1 |
| 2024-06-27 | Enable const casting for `f16` and `f128` | Trevor Gross | -10/+17 |
| 2024-06-22 | don't ICE when encountering an extern type field during validation | Ralf Jung | -41/+59 |
| 2024-06-21 | Rollup merge of #126787 - Strophox:get-bytes, r=RalfJung | Jubilee | -0/+17 |
| 2024-06-21 | Auto merge of #125853 - tesuji:promote-fail-fast, r=cjgillot | bors | -6/+6 |
| 2024-06-21 | interpret: use trace to reduce noice | Lzu Tao | -6/+6 |
| 2024-06-21 | add as_ptr to trait AllocBytes, fix 2 impls; add pub fn get_bytes_unchecked_r... | Strophox | -0/+17 |
| 2024-06-20 | More GVN for PtrMetadata | Scott McMurray | -1/+1 |
| 2024-06-19 | `bug!` more uses of these in runtime stuff | Scott McMurray | -3/+1 |
| 2024-06-19 | Rollup merge of #126154 - RalfJung:storage-live, r=compiler-errors | León Orell Valerian Liehr | -5/+3 |
| 2024-06-19 | Rollup merge of #126493 - jswrenn:fix-126460, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -1/+10 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -1/+1 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -6/+6 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -28/+28 |
| 2024-06-17 | Remove an unused validation error variant | Oli Scherer | -4/+0 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -28/+28 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -6/+15 |
| 2024-06-15 | Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJung | Matthias Krüger | -6/+15 |
| 2024-06-15 | Rollup merge of #126469 - RalfJung:mir-shifts, r=scottmcm | Matthias Krüger | -12/+7 |
| 2024-06-14 | safe transmute: support non-ZST, variantful, uninhabited enums | Jack Wrenn | -1/+10 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -7/+7 |
| 2024-06-14 | Make the unary operator `FloatTy` check exhaustive | Trevor Gross | -6/+9 |
| 2024-06-14 | Enable const evaluation for `f16` and `f128` | Trevor Gross | -2/+8 |
| 2024-06-14 | Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obk | Matthias Krüger | -5/+11 |
| 2024-06-14 | MIR Shl/Shr: the offset can be computed with rem_euclid | Ralf Jung | -12/+7 |
| 2024-06-14 | const validation: fix ICE on dangling ZST reference | Ralf Jung | -5/+11 |
| 2024-06-13 | const-eval: make lint scope computation consistent | Ralf Jung | -30/+25 |
| 2024-06-13 | rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -... | Ralf Jung | -35/+35 |
| 2024-06-13 | Rollup merge of #126379 - RalfJung:find_closest_untracked_caller_location, r=... | León Orell Valerian Liehr | -3/+7 |
| 2024-06-13 | interpret: update doc comment for find_closest_untracked_caller_location | Ralf Jung | -3/+7 |
| 2024-06-12 | Rollup merge of #126358 - jswrenn:fix-125811, r=compiler-errors | Jubilee | -4/+1 |
| 2024-06-12 | Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee | Jubilee | -3/+4 |
| 2024-06-13 | safe transmute: support `Variants::Single` enums | Jack Wrenn | -4/+1 |
| 2024-06-12 | use is_none_or in some places in the compiler | Ralf Jung | -3/+4 |
| 2024-06-12 | Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk | Guillaume Gomez | -116/+129 |