| Age | Commit message (Expand) | Author | Lines |
| 2025-08-14 | Revert "Remove the witness type from coroutine args" | lcnr | -3/+9 |
| 2025-08-01 | Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnr | bors | -9/+3 |
| 2025-07-31 | Remove the witness type from coroutine args | Michael Goulet | -9/+3 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -1/+2 |
| 2025-07-27 | check_static_item: explain should_check_for_sync choices | Ralf Jung | -2/+6 |
| 2025-07-26 | Do not check Sync during type_of. | Camille GILLOT | -2/+2 |
| 2025-07-25 | Check statics' type in type_of. | Camille GILLOT | -2/+17 |
| 2025-07-19 | Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgr | bors | -1/+1 |
| 2025-07-19 | rename `emit_unless` to `emit_unless_delay` | xizheyin | -1/+1 |
| 2025-07-18 | Update comment about `where Ty:` | León Orell Valerian Liehr | -10/+6 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -3/+3 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -22/+35 |
| 2025-07-15 | Implement other logics | tiif | -0/+2 |
| 2025-07-15 | Lower the UnstableFeatureBound predicate to UnstableFeature predicate | tiif | -0/+14 |
| 2025-07-13 | Imply always-const host effects the same as any other item bound | Michael Goulet | -0/+1 |
| 2025-07-13 | Dont collect assoc ty item bounds from trait where clause for host effect pre... | Michael Goulet | -22/+34 |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -7/+5 |
| 2025-07-04 | Same for types | Michael Goulet | -15/+9 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -2/+2 |
| 2025-07-04 | Rollup merge of #143394 - workingjubilee:reorganize-hir-analysis-provide-fn, ... | Jacob Pratt | -0/+1 |
| 2025-07-03 | compiler: document all provide fn in hir_analysis and hir_typeck | Jubilee Young | -0/+1 |
| 2025-07-02 | Explicitly handle all nodes in generics_of when computing parent | Michael Goulet | -5/+16 |
| 2025-06-27 | Rollup merge of #143106 - yotamofek:pr/gce/non-local-ice, r=BoxyUwU | Matthias Krüger | -1/+3 |
| 2025-06-27 | gce: don't ICE on non-local const | Yotam Ofek | -1/+3 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -5/+5 |
| 2025-06-20 | Use gen blocks in the compiler instead of from_coroutine | Michael Goulet | -68/+64 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -16/+1 |
| 2025-06-16 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -5/+36 |
| 2025-06-11 | stabilize gai | Boxy | -16/+1 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -9/+9 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -1/+1 |
| 2025-05-22 | Review Comments | Boxy | -4/+4 |
| 2025-05-21 | Introduce `tcx.anon_const_kind` query | Boxy | -41/+30 |
| 2025-05-07 | Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life... | John Kåre Alsaker | -5/+5 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -9/+25 |
| 2025-05-04 | Add comment on creation of lifetime inside opaque types | John Kåre Alsaker | -0/+4 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -9/+21 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -3/+5 |
| 2025-04-16 | Rename `LifetimeName` as `LifetimeKind`. | Nicholas Nethercote | -23/+23 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -1/+1 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -1/+1 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -9/+11 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -12/+12 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -12/+12 |
| 2025-04-08 | Auto merge of #139536 - matthiaskrgr:rollup-j6goald, r=matthiaskrgr | bors | -1/+1 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -1/+1 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -30/+28 |
| 2025-04-07 | Rollup merge of #139365 - Bryanskiy:leak-perf, r=lcnr | Stuart Cook | -27/+3 |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -234/+156 |
| 2025-04-04 | Default auto traits: fix perf | Bryanskiy | -27/+3 |