| Age | Commit message (Expand) | Author | Lines |
| 2024-11-01 | Add missing backtick | chengehe | -1/+1 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -8/+8 |
| 2024-10-29 | Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnr | Jubilee | -8/+9 |
| 2024-10-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -2/+5 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -8/+9 |
| 2024-10-28 | Auto merge of #132145 - RalfJung:stdarch, r=Amanieu | bors | -6/+21 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -2/+5 |
| 2024-10-28 | we can now enable the 'const stable fn must be stable' check | Ralf Jung | -6/+21 |
| 2024-10-26 | Pass constness with span into lower_poly_trait_ref | Michael Goulet | -54/+54 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -145/+64 |
| 2024-10-25 | add a HACK to allow stdarch migration | Ralf Jung | -21/+6 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -202/+517 |
| 2024-10-24 | Add next-solver to more effects tests | Michael Goulet | -8/+5 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -19/+95 |
| 2024-10-15 | Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35 | Michael Goulet | -0/+47 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -0/+47 |
| 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 |