| Age | Commit message (Expand) | Author | Lines |
| 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/+73 |
| 2024-11-09 | make return type of get_alloc_info a struct, and reduce some code duplication... | Ralf Jung | -154/+87 |
| 2024-11-09 | interpret: get_alloc_info: also return mutability | Ralf Jung | -16/+27 |
| 2024-11-07 | Rollup merge of #132057 - RalfJung:miri-abi-compat, r=wesleywiser | Jonas Böttiger | -18/+35 |
| 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 | -8/+11 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -9/+3 |
| 2024-11-04 | miri: update ABI compat checks to accept Option-like types | Ralf Jung | -18/+35 |
| 2024-11-03 | Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnay | Jubilee | -85/+6 |
| 2024-11-03 | Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errors | Jubilee | -32/+29 |
| 2024-11-03 | compiler: Directly use rustc_abi in const_eval | Jubilee Young | -32/+29 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -4/+5 |
| 2024-11-03 | Gate checking ~const bounds on const_trait_impl | Michael Goulet | -9/+3 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -85/+6 |
| 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 | -31/+45 |
| 2024-10-31 | `ConstCx` stop using `ParamEnv::reveal` | lcnr | -11/+4 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -61/+77 |
| 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 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -61/+77 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -13/+16 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -12/+12 |
| 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 | -6/+6 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -158/+319 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -4/+4 |
| 2024-10-22 | Auto merge of #131321 - RalfJung:feature-activation, r=nnethercote | bors | -6/+6 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -6/+6 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+0 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -49/+4 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -2/+4 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -49/+4 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -2/+4 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -42/+45 |
| 2024-10-16 | Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-10-16 | Auto merge of #131481 - nnethercote:rm-GenKillSet, r=cjgillot | bors | -7/+2 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -2/+2 |
| 2024-10-15 | Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35 | Michael Goulet | -19/+99 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -0/+80 |
| 2024-10-14 | De-duplicate and move `adjust_nan` to `InterpCx` | Eduardo Sánchez Muñoz | -19/+19 |
| 2024-10-14 | Merge `AnalysisDomain` into `Analysis`. | Nicholas Nethercote | -7/+2 |
| 2024-10-12 | miri: avoid cloning AllocExtra | Ralf Jung | -14/+19 |
| 2024-10-10 | Rollup merge of #131397 - RalfJung:const-escaping-ref-teach, r=chenyukang | Matthias Krüger | -34/+36 |
| 2024-10-08 | compiler: Factor rustc_target::abi out of const_eval | Jubilee Young | -7/+9 |
| 2024-10-08 | fix/update teach_note from 'escaping mutable ref/ptr' const-check | Ralf Jung | -34/+36 |
| 2024-10-07 | Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercote | bors | -31/+45 |