| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Fix rustdoc test | Esteban Küber | -2/+2 |
| 2025-03-07 | Refactor `emitter` to better account for unicode chars when trimming | Esteban Küber | -251/+363 |
| 2025-03-07 | On long spans, trim the middle of them to make them fit in the terminal width | Esteban Küber | -4/+49 |
| 2025-03-07 | Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgr | bors | -5/+51 |
| 2025-03-07 | Rollup merge of #138073 - tmiasko:inline-asm-critical-edges, r=bjorn3 | Matthias Krüger | -0/+37 |
| 2025-03-07 | Rollup merge of #138060 - jdonszelmann:revert-138019, r=compiler-errors | Matthias Krüger | -5/+14 |
| 2025-03-07 | Rollup merge of #138115 - compiler-errors:static-typo, r=BoxyUwU | Matthias Krüger | -0/+33 |
| 2025-03-07 | Rollup merge of #137904 - scottmcm:ordering-is, r=workingjubilee | Matthias Krüger | -3/+116 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -51/+75 |
| 2025-03-06 | Rollup merge of #138094 - lcnr:cleanup-borrowck, r=fee1-dead | Michael Goulet | -16/+5 |
| 2025-03-06 | Rollup merge of #138081 - eholk:yield-feature, r=oli-obk | Michael Goulet | -29/+59 |
| 2025-03-06 | Rollup merge of #138075 - compiler-errors:final-seg, r=Noratrieb | Michael Goulet | -3/+3 |
| 2025-03-06 | Rollup merge of #137827 - yaahc:timestamp-metrics, r=estebank | Michael Goulet | -3/+8 |
| 2025-03-06 | Add the yield_expr feature | Eric Holk | -29/+59 |
| 2025-03-06 | Break critical edges in inline asm before code generation | Tomasz Miąsko | -0/+37 |
| 2025-03-06 | Suggest typo fix for static lifetime | Michael Goulet | -0/+33 |
| 2025-03-06 | Rollup merge of #137910 - compiler-errors:async-fn-goal-error, r=oli-obk | Michael Goulet | -0/+31 |
| 2025-03-06 | Rollup merge of #137825 - estebank:rtn-sugg-2, r=compiler-errors | Michael Goulet | -11/+70 |
| 2025-03-06 | Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercote | Michael Goulet | -16/+3 |
| 2025-03-06 | Rollup merge of #137805 - RalfJung:layout-debug-print, r=Noratrieb | Michael Goulet | -161/+161 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -90/+220 |
| 2025-03-06 | Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercote | Michael Goulet | -0/+20 |
| 2025-03-06 | Rollup merge of #137643 - beetrees:repr128-dwarf-variant-test, r=jieyouxu | Michael Goulet | -21/+119 |
| 2025-03-06 | Rollup merge of #137637 - compiler-errors:dyn-cast-from-dyn-star, r=oli-obk | Michael Goulet | -0/+19 |
| 2025-03-06 | Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank | Michael Goulet | -0/+135 |
| 2025-03-06 | Rollup merge of #137534 - xizheyin:issue-137342, r=GuillaumeGomez | Michael Goulet | -24/+40 |
| 2025-03-06 | Rollup merge of #137303 - compiler-errors:maybe-forgor, r=cjgillot | Michael Goulet | -13/+0 |
| 2025-03-06 | Rollup merge of #136922 - oli-obk:pattern-types-option-ends, r=BoxyUwU | Michael Goulet | -97/+176 |
| 2025-03-06 | Rollup merge of #135733 - frank-king:feature/pin-self-receiver, r=oli-obk,tra... | Michael Goulet | -10/+188 |
| 2025-03-06 | `TypeVerifier` do not walk into required consts | lcnr | -16/+5 |
| 2025-03-06 | Hide the end of ranges in pretty printing if it's also the maximum of the type | Oli Scherer | -27/+27 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -86/+165 |
| 2025-03-06 | Avoid having to handle an `Option` in the type system | Oli Scherer | -22/+22 |
| 2025-03-05 | Make `is_le` and friends work like clang's | Scott McMurray | -12/+27 |
| 2025-03-05 | Also add a MIR pre-codegen test for the derived `PartialOrd::le` | Scott McMurray | -0/+98 |
| 2025-03-05 | Use final path segment for diagnostic | Michael Goulet | -3/+3 |
| 2025-03-05 | Auto merge of #137907 - compiler-errors:inline-fnonce, r=saethlin | bors | -103/+381 |
| 2025-03-05 | Revert #138019 after further discussion about adding this exception in hir-pr... | Jana Dönszelmann | -5/+14 |
| 2025-03-05 | Implement `&pin const self` and `&pin mut self` sugars | Frank King | -10/+188 |
| 2025-03-05 | Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -11/+6 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -667/+48 |
| 2025-03-05 | Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,... | 许杰友 Jieyou Xu (Joe) | -23/+165 |
| 2025-03-05 | Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr | 许杰友 Jieyou Xu (Joe) | -54/+133 |
| 2025-03-05 | Rollup merge of #136865 - jieyouxu:long-type-path-compare-mode, r=lqd | 许杰友 Jieyou Xu (Joe) | -175/+128 |
| 2025-03-05 | Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har... | 许杰友 Jieyou Xu (Joe) | -39/+38 |
| 2025-03-05 | Rollup merge of #136581 - jieyouxu:makefile-be-gone, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -238/+7 |
| 2025-03-05 | Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubilee | bors | -234/+251 |
| 2025-03-04 | compiler: use `is_rustic_abi` in ty_utils | Jubilee Young | -11/+6 |
| 2025-03-04 | Rollup merge of #138026 - celinval:chores-item-has-body, r=compiler-errors | Jubilee | -42/+41 |
| 2025-03-04 | Rollup merge of #138019 - obi1kenobi:pg/pretty-print-more-attrs, r=compiler-e... | Jubilee | -0/+67 |