| Age | Commit message (Expand) | Author | Lines |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+1 |
| 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 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -10/+10 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -4/+2 |
| 2024-07-19 | Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obk | Matthias Krüger | -182/+113 |
| 2024-07-18 | interpret: add sanity check in dyn upcast to double-check what codegen does | Ralf Jung | -182/+113 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -6/+21 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -27/+27 |
| 2024-07-04 | stabilize `const_int_from_str` | Skgland | -4/+2 |
| 2024-06-22 | don't ICE when encountering an extern type field during validation | Ralf Jung | -1/+25 |
| 2024-06-19 | Remove c_unwind from tests and fix tests | Gary Guo | -1/+1 |
| 2024-06-12 | Spell out other trait diagnostic | Alex Macleod | -8/+8 |