| Age | Commit message (Expand) | Author | Lines |
| 2024-02-11 | Auto merge of #120903 - matthiaskrgr:rollup-tmsuzth, r=matthiaskrgr | bors | -1/+9 |
| 2024-02-11 | Auto merge of #120405 - cjgillot:gvn-pointer, r=oli-obk | bors | -1/+1 |
| 2024-02-11 | Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-11 | Rollup merge of #120882 - RalfJung:set-discriminant, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2024-02-10 | interpret/visitor: ensure we only see normalized types | Ralf Jung | -0/+12 |
| 2024-02-10 | detect consts that reference extern statics | Ralf Jung | -2/+12 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -55/+62 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -15/+0 |
| 2024-02-10 | interpret: rename ReadExternStatic → ExternStatic | Ralf Jung | -1/+1 |
| 2024-02-10 | interpret/write_discriminant: when encoding niched variant, ensure the stored... | Ralf Jung | -0/+8 |
| 2024-02-09 | Compute unsizing casts in GVN. | Camille GILLOT | -1/+1 |
| 2024-02-09 | Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr | Matthias Krüger | -6/+1 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -4/+16 |
| 2024-02-07 | Rollup merge of #120302 - oli-obk:const_intern_cleanups, r=RalfJung | Guillaume Boisseau | -57/+59 |
| 2024-02-06 | Rollup merge of #120683 - RalfJung:symbolic-alignment-ice, r=oli-obk | Matthias Krüger | -4/+1 |
| 2024-02-06 | miri: fix ICE with symbolic alignment check on extern static | Ralf Jung | -4/+1 |
| 2024-02-06 | Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure | Michael Goulet | -1/+1 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+1 |
| 2024-02-06 | Build a shim to call async closures with different AsyncFn trait kinds | Michael Goulet | -0/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -0/+3 |
| 2024-02-05 | Clarify order of operations during interning | Oli Scherer | -0/+7 |
| 2024-02-05 | old solver: improve normalization of `Pointee::Metadata` | Lukas Markeffsky | -6/+1 |
| 2024-02-02 | miri: normalize struct tail in ABI compat check | Lukas Markeffsky | -1/+5 |
| 2024-01-29 | Document base vs nested alloc interning | Oli Scherer | -0/+3 |
| 2024-01-29 | separately intern the outermost alloc from the rest | Oli Scherer | -41/+39 |
| 2024-01-29 | Prefer external iteration now that we don't actually recurse anymore | Oli Scherer | -22/+16 |
| 2024-01-26 | interpret/memory: fix safety comment for large array memset optimization | Ralf Jung | -5/+4 |
| 2024-01-26 | add test for GVN issue; cleanup in dataflow_const_prop | Ralf Jung | -1/+5 |
| 2024-01-26 | interpret: project_downcast: do not ICE for uninhabited variants | Ralf Jung | -19/+2 |
| 2024-01-25 | Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillot | bors | -49/+25 |
| 2024-01-24 | Auto merge of #118336 - saethlin:const-to-op-cache, r=RalfJung | bors | -7/+31 |
| 2024-01-23 | Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwU | León Orell Valerian Liehr | -2/+1 |
| 2024-01-23 | const prop nonsense eliminated | Oli Scherer | -49/+25 |
| 2024-01-23 | Add a doc comment for eval_mir_constant | Ben Kimock | -0/+2 |
| 2024-01-22 | Do not normalize closure signature when building FnOnce shim | Michael Goulet | -2/+1 |
| 2024-01-22 | reword comment | Ralf Jung | -7/+10 |
| 2024-01-22 | more clear code | Ralf Jung | -11/+6 |
| 2024-01-22 | const-eval interner: from-scratch rewrite using mutability information from p... | Ralf Jung | -439/+269 |
| 2024-01-17 | Optimize large array creation in const-eval | Mark Rousskov | -12/+19 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -4/+4 |
| 2024-01-06 | Sometimes return the same AllocId for a ConstAllocation | Ben Kimock | -7/+29 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -3/+3 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -7/+7 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -7/+7 |
| 2023-12-23 | interpret/memory: explain why we check is_thread_local_static | Ralf Jung | -0/+6 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -3/+3 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -1/+1 |
| 2023-12-14 | Rollup merge of #118935 - RalfJung:interpret-downcast, r=saethlin | Matthias Krüger | -0/+18 |
| 2023-12-14 | interpret: extend comment on the inhabitedness check in downcast | Ralf Jung | -0/+18 |
| 2023-12-13 | fix computing the dynamic alignment of packed structs with dyn trait tails | Ralf Jung | -25/+18 |