| Age | Commit message (Expand) | Author | Lines |
| 2024-11-20 | Rollup merge of #132708 - estebank:const-as-binding, r=Nadrieril | Matthias Krüger | -27/+85 |
| 2024-11-19 | Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu | bors | -0/+27 |
| 2024-11-18 | interpret: do not ICE when a promoted fails with OOM | Ralf Jung | -0/+27 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -1/+1 |
| 2024-11-17 | Make suggestion verbose | Esteban Küber | -16/+20 |
| 2024-11-17 | Unify expanded constants and named constants in `PatKind` | Esteban Küber | -12/+60 |
| 2024-11-17 | Use `item_name` instead of a span snippet when talking about const pattern | Esteban Küber | -3/+3 |
| 2024-11-17 | Point at `const` definition when used instead of a binding in a `let` statement | Esteban Küber | -9/+15 |
| 2024-11-17 | Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2024-11-16 | stabilize const_ptr_is_null | Ralf Jung | -3/+1 |
| 2024-11-16 | Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-11-13 | check_consts: fix error requesting feature gate when that gate is not actuall... | Ralf Jung | -1/+1 |
| 2024-11-12 | allow rustc_private feature in force-unstable-if-unmarked crates | Ralf Jung | -5/+3 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -28/+28 |
| 2024-11-10 | honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstab... | Ralf Jung | -0/+121 |
| 2024-11-08 | mark is_val_statically_known intrinsic as stably const-callable | Ralf Jung | -1/+1 |
| 2024-11-07 | core: move intrinsics.rs into intrinsics folder | Ralf Jung | -2/+2 |
| 2024-11-05 | Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -2/+2 |
| 2024-11-04 | when an intrinsic has a const-stable fallback body, we can easily expose it o... | Ralf Jung | -2/+24 |
| 2024-11-04 | most const intrinsics don't need an explicit rustc_const_unstable any more | Ralf Jung | -10/+8 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -3/+3 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -159/+73 |
| 2024-11-04 | Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil... | Matthias Krüger | -8/+8 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -8/+8 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -4/+4 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -17/+13 |
| 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 |