| Age | Commit message (Expand) | Author | Lines |
| 2025-01-13 | Assert that Instance::try_resolve is only used on body-like things | Michael Goulet | -4/+8 |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -3/+3 |
| 2025-01-09 | Unify conditional and non const call error reporting | Michael Goulet | -200/+245 |
| 2025-01-09 | Make the non-const part swappable in the diagnostic | Michael Goulet | -5/+11 |
| 2025-01-09 | Add note back to conditionally-const error message | Michael Goulet | -2/+10 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -0/+1 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -6/+2 |
| 2024-12-20 | Auto merge of #134438 - lqd:const-qualif-bitsets, r=compiler-errors | bors | -5/+7 |
| 2024-12-18 | make const qualif use mixed bitsets instead of dense bitsets | Rémy Rakic | -5/+7 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -3/+2 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -2/+2 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -5/+20 |
| 2024-12-10 | Rename some `Analysis` and `ResultsVisitor` methods. | Nicholas Nethercote | -2/+2 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -1/+1 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -5/+20 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -6/+5 |
| 2024-11-26 | Move `always_storage_live_locals`. | Nicholas Nethercote | -2/+1 |
| 2024-11-23 | remove is_trivially_const_drop | Ralf Jung | -5/+0 |
| 2024-11-22 | Check drop is trivial before checking ty needs drop | Michael Goulet | -1/+6 |
| 2024-11-22 | Deduplicate checking drop terminator | Michael Goulet | -91/+52 |
| 2024-11-22 | Gate const drop behind const_destruct feature, and fix const_precise_live_dro... | Michael Goulet | -82/+119 |
| 2024-11-22 | More comments, reverse polarity of structural check | Michael Goulet | -35/+41 |
| 2024-11-22 | Implement ~const Destruct in new solver | Michael Goulet | -39/+42 |
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -6/+5 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+1 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -4/+1 |
| 2024-11-18 | Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors | bors | -33/+31 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -33/+31 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -1/+1 |
| 2024-11-13 | check_consts: fix error requesting feature gate when that gate is not actuall... | Ralf Jung | -12/+36 |
| 2024-11-12 | allow rustc_private feature in force-unstable-if-unmarked crates | Ralf Jung | -3/+20 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -17/+20 |
| 2024-11-10 | honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstab... | Ralf Jung | -3/+4 |
| 2024-11-09 | give a hint which feature is missing | Ralf Jung | -15/+11 |
| 2024-11-09 | require const_impl_trait gate for all conditional and trait const calls | Ralf Jung | -69/+59 |
| 2024-11-04 | when an intrinsic has a const-stable fallback body, we can easily expose it o... | Ralf Jung | -4/+12 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -7/+10 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -3/+4 |
| 2024-11-03 | Gate checking ~const bounds on const_trait_impl | Michael Goulet | -9/+3 |
| 2024-11-01 | Completely deny calling functions with const conditions in MIR const check un... | Michael Goulet | -18/+22 |
| 2024-11-01 | Double-check conditional constness in MIR | Michael Goulet | -26/+62 |
| 2024-10-31 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -2/+2 |
| 2024-10-31 | `ConstCx` stop using `ParamEnv::reveal` | lcnr | -11/+4 |
| 2024-10-30 | Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote | Matthias Krüger | -8/+4 |
| 2024-10-30 | Remove `Analysis::into_engine`. | Nicholas Nethercote | -8/+4 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -9/+9 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -10/+19 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -4/+4 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -129/+253 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -4/+4 |