| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | preserve span when evaluating mir::ConstOperand | Ralf Jung | -0/+130 |
| 2024-03-14 | Rollup merge of #122440 - RalfJung:required-consts, r=oli-obk | Matthias Krüger | -72/+447 |
| 2024-03-13 | include 32-bit variant for updated test of miri diagnostics. | Felix S. Klock II | -13/+167 |
| 2024-03-13 | const-eval: organize and extend tests for required-consts | Ralf Jung | -72/+447 |
| 2024-03-13 | Rebase. Update expected output to match current output. | Felix S. Klock II | -89/+57 |
| 2024-03-13 | Updated the test to include more output normalization. | Felix S. Klock II | -31/+34 |
| 2024-03-13 | Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th... | Felix S. Klock II | -60/+634 |
| 2024-03-13 | regression test from 121610. | Felix S. Klock II | -0/+41 |
| 2024-03-12 | Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercote | bors | -0/+60 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -5/+7 |
| 2024-03-12 | Add tests showing how we duplicate allocations when we shouldn't | Amanjeev Sethi | -0/+58 |
| 2024-03-12 | Rollup merge of #122343 - compiler-errors:rando, r=fmease | Matthias Krüger | -1/+0 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -2/+1 |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -1/+0 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -2/+1 |
| 2024-03-11 | Rollup merge of #121893 - RalfJung:const-interior-mut-tests, r=oli-obk | Jubilee | -28/+113 |
| 2024-03-11 | promote-not: add test that distinguishes promotion from outer scope rule | Ralf Jung | -22/+42 |
| 2024-03-11 | const-checking: add some corner case tests, and fix some nits | Ralf Jung | -1/+46 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -3/+49 |
| 2024-03-08 | Rollup merge of #122181 - chenyukang:yukang-fix-late-lint-crash, r=oli-obk | Matthias Krüger | -3/+33 |
| 2024-03-08 | Fix crash in late internal checking | yukang | -3/+33 |
| 2024-03-08 | Don't ICE in CTFE if raw/fn-ptr types differ | Michael Goulet | -0/+16 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -20/+8 |
| 2024-03-02 | add comment and test: we do not do value-based reasoning for promotion of unions | Ralf Jung | -25/+45 |
| 2024-02-29 | Rollup merge of #121806 - RalfJung:const-metadata, r=oli-obk | Matthias Krüger | -33/+36 |
| 2024-02-29 | add const test for ptr::metadata | Ralf Jung | -33/+36 |
| 2024-02-29 | make mutable_references_err not bitwidth-dependent | Ralf Jung | -361/+2 |
| 2024-02-29 | allow statics pointing to mutable statics | Ralf Jung | -37/+196 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -2/+2 |
| 2024-02-26 | Auto merge of #121461 - reitermarkus:generic-nonzero-tests, r=dtolnay | bors | -139/+140 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+1 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -139/+140 |
| 2024-02-25 | make non-PartialEq-typed consts as patterns a hard error | Ralf Jung | -24/+4 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -2/+2 |
| 2024-02-24 | promotion: don't promote int::MIN / -1 | Ralf Jung | -11/+62 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -209/+247 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -96/+94 |
| 2024-02-17 | Allow newly added non_local_definitions lint in tests | Urgau | -0/+1 |
| 2024-02-17 | Rollup merge of #120932 - RalfJung:mut-ptr-to-static, r=oli-obk | Guillaume Boisseau | -4/+98 |
| 2024-02-17 | const_mut_refs: allow mutable refs to statics | Ralf Jung | -4/+98 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -188/+3386 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -576/+576 |
| 2024-02-16 | Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk | Guillaume Gomez | -325/+151 |
| 2024-02-16 | add test ensuring we detect a static actually having a mutable reference | Ralf Jung | -8/+29 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -3/+2 |
| 2024-02-16 | add back some more attempts at having &mut in the final value of a const/static | Ralf Jung | -7/+57 |
| 2024-02-16 | remove stderr-per-bitwidth from some tests | Ralf Jung | -311/+53 |
| 2024-02-16 | allow mutable references in const values when they point to no memory | Ralf Jung | -22/+35 |
| 2024-02-15 | Do not allocate a second "background" alloc id for the main allocation of a s... | Oli Scherer | -34/+51 |
| 2024-02-15 | Return ConstAllocation from eval_static_initializer query directly | Oli Scherer | -21/+6 |