| Age | Commit message (Expand) | Author | Lines |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -13/+2 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -15/+3 |
| 2025-06-06 | Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -39/+46 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -39/+46 |
| 2025-06-06 | Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead | Matthias Krüger | -10/+7 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -10/+7 |
| 2025-06-05 | Rollup merge of #142015 - oli-obk:wrong-instance, r=RalfJung | Matthias Krüger | -2/+3 |
| 2025-06-05 | Auto merge of #135054 - cramertj:file-cstr, r=m-ou-se | bors | -8/+13 |
| 2025-06-04 | Add Location::file_with_nul | Taylor Cramer | -8/+13 |
| 2025-06-04 | Report the actual item that evaluation failed for | Oli Scherer | -2/+3 |
| 2025-06-03 | Change `tag_field` to `FieldIdx` in `Variants::Multiple` | Scott McMurray | -5/+5 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -51/+35 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -16/+12 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -51/+35 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -0/+113 |
| 2025-05-27 | Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmease | Matthias Krüger | -2/+2 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -2/+2 |
| 2025-05-27 | Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3 | Michael Goulet | -1/+1 |
| 2025-05-27 | Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -5/+19 |
| 2025-05-26 | Auto merge of #141406 - RalfJung:less-force-allocate, r=oli-obk | bors | -89/+84 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -5/+19 |
| 2025-05-25 | const-check: stop recommending the use of rustc_allow_const_fn_unstable | Ralf Jung | -5/+0 |
| 2025-05-24 | ScalarInt: support conversion with signed int types and cmp::Ordering | Ralf Jung | -1/+1 |
| 2025-05-22 | interpret: do not force_allocate all return places | Ralf Jung | -89/+84 |
| 2025-05-20 | Rollup merge of #140972 - Stypox:machine-tracing-flag, r=RalfJung | Matthias Krüger | -0/+25 |
| 2025-05-20 | Add enter_trace_span!() that checks if tracing is enabled | Stypox | -0/+19 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -10/+12 |
| 2025-05-17 | Rollup merge of #135808 - tiif:conv_display, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2025-05-13 | Add TRACING_ENABLED to Machine trait | Stypox | -0/+6 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-09 | don't depend on rustc_attr_parsing if rustc_data_structures will do | mejrs | -10/+12 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -0/+42 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -8/+27 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -35/+26 |
| 2025-05-02 | Move `DisambiguatorState` into `intern_const_alloc_recursive` | John Kåre Alsaker | -20/+31 |
| 2025-05-02 | Add `DefPathData::NestedStatic` instead of reusing `DefPathData::AnonConst` | John Kåre Alsaker | -4/+3 |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -1/+1 |
| 2025-04-30 | interpret: better error message for out-of-bounds pointer arithmetic and acce... | Ralf Jung | -35/+26 |
| 2025-04-30 | Rollup merge of #140439 - RalfJung:miri-algebraic-float-nondet, r=oli-obk | Matthias Krüger | -2/+9 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -5/+18 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -10/+19 |
| 2025-04-29 | miri: algebraic intrinsics: bring back float non-determinism | Ralf Jung | -2/+9 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -1/+1 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -1/+8 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -5/+18 |
| 2025-04-25 | Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -0/+25 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -1/+1 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |