| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | Remove pretty print hack for async blocks | Michael Goulet | -25/+1 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -1/+1 |
| 2025-07-17 | Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU | bors | -0/+1 |
| 2025-07-17 | Use `join_path_syms` in one more place. | Nicholas Nethercote | -1/+1 |
| 2025-07-16 | resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res` | Vadim Petrochenkov | -3/+1 |
| 2025-07-15 | Implement other logics | tiif | -0/+1 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -0/+1 |
| 2025-07-07 | Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee | bors | -1/+1 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -1/+1 |
| 2025-07-04 | Fix elided lifetimes in rustdoc | Michael Goulet | -1/+1 |
| 2025-07-04 | Fix pretty printing of placeholder types | Michael Goulet | -7/+11 |
| 2025-07-04 | Same for types | Michael Goulet | -4/+4 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -57/+24 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -1/+0 |
| 2025-06-29 | give Pointer::into_parts a more scary name and offer a safer alternative | Ralf Jung | -1/+1 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -2/+2 |
| 2025-06-16 | middle: print `{Meta,Pointee}Sized` in opaques | David Wood | -5/+31 |
| 2025-06-03 | Ensure query keys are printed with reduced queries | Michael Goulet | -1/+1 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -3/+3 |
| 2025-05-08 | Remove some unnecessary erases | Michael Goulet | -2/+0 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -1/+1 |
| 2025-05-06 | Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-... | bors | -17/+13 |
| 2025-05-05 | Handle rustc_middle cases of rustc::potential_query_instability lint | ismailarilik | -17/+13 |
| 2025-05-01 | Set groundwork for proper const normalization | Boxy | -2/+3 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2025-04-26 | convert some `GenericArg` to `Term` | lcnr | -1/+1 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -2/+2 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -3/+3 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2025-04-11 | Auto merge of #139453 - compiler-errors:incr, r=jieyouxu | bors | -1/+1 |
| 2025-04-11 | Introduce `DefPathData::AnonAssocTy`. | Nicholas Nethercote | -2/+2 |
| 2025-04-09 | Rollup merge of #139364 - Kohei316:feat/doc-hidden-suggestion, r=nnethercote | Matthias Krüger | -0/+7 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -4/+4 |
| 2025-04-07 | Simplify temp path creation a bit | Michael Goulet | -1/+1 |
| 2025-04-04 | Make the compiler suggest actual paths instead of visible paths if the visibl... | morine0122 | -0/+7 |
| 2025-03-30 | Encode synthetic by-move coroutine body with a different DefPathData | Michael Goulet | -2/+5 |
| 2025-03-26 | Remove `kw::Empty` uses from `rustc_middle`. | Nicholas Nethercote | -6/+4 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -5/+3 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -1/+1 |
| 2025-03-12 | Add an opt-out in pretty printing for RTN rendering | Michael Goulet | -25/+92 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -2/+2 |
| 2025-03-03 | Rename a bit | Michael Goulet | -15/+6 |
| 2025-03-03 | Fix pretty printing of unsafe binders | Michael Goulet | -37/+80 |
| 2025-02-27 | Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas... | Matthias Krüger | -4/+1 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -4/+1 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -6/+12 |
| 2025-02-23 | Fix missing self subst when rendering Fn* trait with no output type | Michael Goulet | -10/+14 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -3/+2 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -13/+11 |
| 2025-02-12 | Rollup merge of #136884 - compiler-errors:fn-zst, r=BoxyUwU | Matthias Krüger | -4/+9 |