| Age | Commit message (Expand) | Author | Lines |
| 2025-03-01 | Rollup merge of #136503 - estebank:const-panic, r=RalfJung | Matthias Krüger | -180/+127 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -180/+127 |
| 2025-02-27 | make `simd_insert` and `simd_extract` `const fn`s | Folkert de Vries | -16/+1 |
| 2025-02-27 | remove most `simd_` intrinsic declaration in tests | Folkert de Vries | -5/+11 |
| 2025-01-30 | Auto merge of #134824 - niklasf:int_from_ascii, r=ibraheemdev | bors | -4/+8 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -18/+0 |
| 2025-01-25 | Fix typo in const stability error message | Deadbeef | -1/+1 |
| 2025-01-07 | Update tests. | Mara Bos | -1/+1 |
| 2025-01-05 | [generic_assert] Constify methods used by the formatting system | Caio | -23/+3 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+1 |
| 2024-12-27 | Implement `int_from_ascii` (#134821) | Niklas Fiekas | -4/+8 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -27/+27 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -7/+7 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -5/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -33/+4 |
| 2024-12-04 | fix test | Esteban Küber | -7/+1 |
| 2024-12-04 | Tweak unevaluated constant in pattern error | Esteban Küber | -23/+4 |
| 2024-12-04 | On `const` pattern errors, point at the `const` item definition | Esteban Küber | -0/+6 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-11-07 | core: move intrinsics.rs into intrinsics folder | Ralf Jung | -2/+2 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -8/+12 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -4/+17 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -0/+47 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -0/+123 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -12/+53 |
| 2024-09-27 | Rollup merge of #130730 - veera-sivarajan:clean-test-headers, r=compiler-errors | Matthias Krüger | -11/+12 |
| 2024-09-23 | stabilize const_intrinsic_copy | Ralf Jung | -8/+5 |
| 2024-09-23 | Reorganize Test Headers | Veera | -11/+12 |
| 2024-09-22 | Don't call const normalize in error reporting | Michael Goulet | -4/+4 |
| 2024-09-21 | Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errors | Jubilee | -0/+116 |
| 2024-09-21 | Prevent Deduplication of `LongRunningWarn` | Veera | -1/+73 |
| 2024-09-21 | Update Tests | Veera | -0/+44 |
| 2024-09-18 | Add Tests | Veera | -0/+82 |
| 2024-09-15 | const: don't ICE when encountering a mutable ref to immutable memory | Ralf Jung | -16/+1 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -3/+2 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -109/+34 |
| 2024-09-14 | Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung | bors | -6/+4 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -26/+4 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -6/+4 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -3/+1 |
| 2024-09-10 | turn errors that should be impossible due to our static checks into ICEs | Ralf Jung | -1/+4 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -26/+1 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -16/+7 |
| 2024-09-08 | remove const_slice_index annotations, it never had a feature gate anyway | Ralf Jung | -3/+1 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -11/+6 |
| 2024-08-17 | make writes_through_immutable_pointer a hard error | Ralf Jung | -52/+11 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -77/+152 |
| 2024-08-10 | Update tests | Nadrieril | -2/+2 |
| 2024-08-09 | interpret: make identity upcasts a NOP again to avoid them generating a new r... | Ralf Jung | -77/+152 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -2/+2 |