| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -6/+16 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -1/+0 |
| 2024-10-08 | Rollup merge of #131355 - clubby789:old-tests, r=jieyouxu | Stuart Cook | -0/+1 |
| 2024-10-07 | Test for issue 23600 | clubby789 | -0/+1 |
| 2024-10-07 | Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35 | Stuart Cook | -10/+2 |
| 2024-10-06 | liballoc: introduce String, Vec const-slicing | Nathan Perry | -10/+2 |
| 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-10-04 | Use wide pointers consistenly across the compiler | Urgau | -1/+1 |
| 2024-09-30 | Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcm | Trevor Gross | -0/+70 |
| 2024-09-30 | add test ensuring we cannot call const-stable unstable functions | Ralf Jung | -0/+70 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -15/+2 |
| 2024-09-28 | Rollup merge of #130953 - workingjubilee:rename-a-few-ctypes-tests, r=fee1-dead | Matthias Krüger | -0/+3 |
| 2024-09-27 | tests: issue-69488.rs => load-preserves-partial-init-issue-69488.rs | Jubilee Young | -0/+3 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -2/+2 |
| 2024-09-27 | Rollup merge of #130730 - veera-sivarajan:clean-test-headers, r=compiler-errors | Matthias Krüger | -11/+12 |
| 2024-09-26 | Stabilize `const_refs_to_static` | Ding Xiang Fei | -252/+101 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 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-20 | Don't emit spurious error for pattern matched array with erroneous len const | Michael Goulet | -10/+3 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -6/+8 |
| 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 | -29/+35 |
| 2024-09-15 | Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlin | Matthias Krüger | -0/+22 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -137/+92 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -799/+179 |
| 2024-09-14 | Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung | bors | -70/+50 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -472/+82 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -70/+50 |
| 2024-09-14 | interpret: fix dealing with overflow during slice indexing | Ralf Jung | -0/+22 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -6/+8 |
| 2024-09-13 | Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwU | bors | -3/+3 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -3/+3 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -3/+1 |
| 2024-09-11 | Rollup merge of #129835 - RalfJung:float-tests, r=workingjubilee | Jubilee | -248/+0 |
| 2024-09-10 | move float tests into their own dir | Jubilee Young | -248/+0 |
| 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 | -472/+79 |
| 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-09-08 | const: make ptr.is_null() stop execution on ambiguity | Ralf Jung | -0/+39 |
| 2024-09-07 | Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay | Matthias Krüger | -5/+3 |
| 2024-09-04 | propagate `tainted_by_errors` in `MirBorrowckCtxt::emit_errors` | Folkert de Vries | -2/+8 |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -5/+3 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -3/+23 |