| Age | Commit message (Expand) | Author | Lines |
| 2024-12-02 | stabilize const_{size,align}_of_val | Ralf Jung | -5/+3 |
| 2024-12-02 | Allow fn pointers comparisons lint in UI tests | Urgau | -0/+2 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -23/+115 |
| 2024-12-01 | Rollup merge of #133669 - RalfJung:const_swap_splitup, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-12-01 | Adjust HostEffect error spans correctly to point at args | Michael Goulet | -14/+77 |
| 2024-11-30 | add test for bytewise ptr::swap of a pointer | Ralf Jung | -1/+1 |
| 2024-11-28 | always create `DefId`s when lowering anon-consts | lcnr | -3/+3 |
| 2024-11-27 | Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnr | Matthias Krüger | -1/+10 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -1/+10 |
| 2024-11-26 | Rollup merge of #133402 - compiler-errors:drop-and-destruct, r=lcnr | Michael Goulet | -147/+34 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -5/+36 |
| 2024-11-26 | Rollup merge of #133367 - compiler-errors:array-len-mismatch, r=BoxyUwU | Michael Goulet | -5/+36 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2024-11-25 | Constify Drop and Destruct | Michael Goulet | -147/+34 |
| 2024-11-24 | Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJung | Matthias Krüger | -1/+0 |
| 2024-11-24 | Simplify array length mismatch error reporting | Michael Goulet | -5/+36 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -10/+10 |
| 2024-11-22 | Check drop is trivial before checking ty needs drop | Michael Goulet | -108/+38 |
| 2024-11-22 | Deduplicate checking drop terminator | Michael Goulet | -7/+7 |
| 2024-11-22 | Gate const drop behind const_destruct feature, and fix const_precise_live_dro... | Michael Goulet | -11/+118 |
| 2024-11-22 | Implement ~const Destruct in new solver | Michael Goulet | -18/+7 |
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -156/+54 |
| 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 |