| Age | Commit message (Expand) | Author | Lines |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -1/+1 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -1/+1 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -8/+0 |
| 2025-06-27 | Rollup merge of #143092 - RalfJung:const-check-lifetime-ext, r=oli-obk | Matthias Krüger | -11/+2 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -8/+8 |
| 2025-06-27 | const checks: avoid 'top-level scope' terminology | Ralf Jung | -11/+2 |
| 2025-06-26 | clarify and unify 'transient mutable borrow' errors | Ralf Jung | -21/+8 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -8/+8 |
| 2025-06-24 | Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross | Jubilee | -5/+7 |
| 2025-06-18 | Make feature suggestion more consistent. | Camille GILLOT | -27/+3 |
| 2025-06-15 | Implement pinned borrows, part of `pin_ergonomics` | Frank King | -5/+7 |
| 2025-06-10 | const_eval: fix some outdated comments | Ralf Jung | -4/+1 |
| 2025-06-08 | Dont make ObligationCtxts with diagnostics unnecessarily | Michael Goulet | -1/+1 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -7/+3 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -16/+12 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -1/+1 |
| 2025-05-09 | don't depend on rustc_attr_parsing if rustc_data_structures will do | mejrs | -10/+12 |
| 2025-05-01 | Clean up "const" situation in format_args!(). | Mara Bos | -1/+1 |
| 2025-04-17 | Remove some unnecessary lifetimes. | Nicholas Nethercote | -13/+13 |
| 2025-04-02 | Use return_result_from_ensure_ok a bit more | Michael Goulet | -1/+1 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -1/+1 |
| 2025-02-27 | require trait impls to have matching const stabilities as the traits | Deadbeef | -0/+5 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -2/+4 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -1/+1 |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -6/+8 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -1/+5 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -2/+10 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -2/+10 |
| 2025-01-31 | Rollup merge of #136325 - compiler-errors:indirectly, r=RalfJung | Matthias Krüger | -1/+6 |
| 2025-01-31 | Delay a bug when indexing unsized slices | Michael Goulet | -1/+6 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -1/+1 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -107/+108 |
| 2025-01-28 | Implement MIR const trait stability checks | Deadbeef | -107/+108 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -8/+10 |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da... | Michael Goulet | -5/+20 |
| 2025-01-19 | Rollup merge of #134858 - estebank:issue-81370, r=Noratrieb | Guillaume Gomez | -3/+25 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -20/+5 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -2/+6 |
| 2025-01-18 | Deduplicate logic | Esteban Küber | -14/+8 |
| 2025-01-18 | Structured suggestion for "missing `feature` intrinsic" | Esteban Küber | -0/+10 |
| 2025-01-18 | Structured suggestion for "missing `feature` in unstable fn call" | Esteban Küber | -3/+21 |
| 2025-01-14 | Do not consider traits that have unsatisfied const conditions to be condition... | Michael Goulet | -8/+18 |
| 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 |