| Age | Commit message (Expand) | Author | Lines |
| 2025-03-06 | Lower BinOp::Cmp to llvm.{s,u}cmp.* intrinsics | DaniPopes | -0/+57 |
| 2025-03-06 | Factor out edge breaking code | Tomasz Miąsko | -13/+11 |
| 2025-03-06 | fix typo | lcnr | -1/+1 |
| 2025-03-06 | `TypeVerifier` do not walk into required consts | lcnr | -12/+23 |
| 2025-03-06 | expand comments of `TyCtxt` impl of `DynSync`/`DynSend` | Rémy Rakic | -1/+3 |
| 2025-03-06 | Hide the end of ranges in pretty printing if it's also the maximum of the type | Oli Scherer | -1/+23 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -172/+167 |
| 2025-03-06 | `apply_closure_requirement` use `LocalDefId` | lcnr | -4/+4 |
| 2025-03-06 | Avoid having to handle an `Option` in the type system | Oli Scherer | -88/+125 |
| 2025-03-06 | Prefer a two value enum over bool | Oli Scherer | -23/+19 |
| 2025-03-06 | Revert "rustc_middle: parallel: TyCtxt: remove "unsafe impl DynSend/DynSync"" | Rémy Rakic | -0/+3 |
| 2025-03-06 | Calculate predecessor count directly | Tomasz Miąsko | -2/+6 |
| 2025-03-06 | Remove start block special case | Tomasz Miąsko | -1/+0 |
| 2025-03-05 | compiler: factor Windows x86-32 ABI impl into its own file | Jubilee Young | -23/+89 |
| 2025-03-05 | Use final path segment for diagnostic | Michael Goulet | -1/+1 |
| 2025-03-05 | Auto merge of #137907 - compiler-errors:inline-fnonce, r=saethlin | bors | -20/+16 |
| 2025-03-05 | feat: Remove - from xtensa targets cpu names | Sergio Gasquez | -4/+4 |
| 2025-03-05 | Revert #138019 after further discussion about adding this exception in hir-pr... | Jana Dönszelmann | -74/+0 |
| 2025-03-05 | Simplify `parse_self_param` | Frank King | -43/+20 |
| 2025-03-05 | Implement `&pin const self` and `&pin mut self` sugars | Frank King | -3/+70 |
| 2025-03-05 | Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -32/+28 |
| 2025-03-05 | Rollup merge of #137875 - Zalathar:irrefutable, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -204/+168 |
| 2025-03-05 | Rollup merge of #137731 - SparrowLii:waiter, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -2/+15 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -125/+7 |
| 2025-03-05 | Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,... | 许杰友 Jieyou Xu (Joe) | -246/+99 |
| 2025-03-05 | Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr | 许杰友 Jieyou Xu (Joe) | -20/+41 |
| 2025-03-05 | Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har... | 许杰友 Jieyou Xu (Joe) | -74/+72 |
| 2025-03-05 | Make `MatchPairTree::place` non-optional | Zalathar | -23/+9 |
| 2025-03-05 | Remove the separate simplify step for match-pair trees | Zalathar | -71/+14 |
| 2025-03-05 | Remove `TestCase::Irrefutable` | Zalathar | -58/+38 |
| 2025-03-05 | Populate pattern bindings/ascriptions while building `MatchPairTree` | Zalathar | -46/+100 |
| 2025-03-05 | Make `MatchPairTree::for_pattern` push its output node to a vector | Zalathar | -19/+23 |
| 2025-03-05 | Make `field_match_pairs` push its output nodes to a vector | Zalathar | -12/+9 |
| 2025-03-05 | keep inductive cycles as ambig in coherence | lcnr | -3/+22 |
| 2025-03-05 | change definitely non-productive cycles to error | lcnr | -81/+174 |
| 2025-03-05 | Suggest struct or union to add generic that impls trait | xizheyin | -2/+61 |
| 2025-03-05 | linux x64: default to `-znostart-stop-gc` | Rémy Rakic | -0/+29 |
| 2025-03-05 | Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubilee | bors | -82/+114 |
| 2025-03-05 | Update `compiler-builtins` to 0.1.151 | Trevor Gross | -2/+2 |
| 2025-03-04 | compiler: use `is_rustic_abi` in ty_utils | Jubilee Young | -5/+2 |
| 2025-03-04 | Rollup merge of #138026 - celinval:chores-item-has-body, r=compiler-errors | Jubilee | -5/+16 |
| 2025-03-04 | Rollup merge of #138019 - obi1kenobi:pg/pretty-print-more-attrs, r=compiler-e... | Jubilee | -0/+74 |
| 2025-03-04 | Rollup merge of #137996 - safinaskar:2025-03-04-revert-parallel, r=compiler-e... | Jubilee | -5/+6 |
| 2025-03-04 | Rollup merge of #137993 - tmiasko:deduce-comment, r=compiler-errors | Jubilee | -29/+0 |
| 2025-03-04 | Rollup merge of #137975 - Zalathar:needs-hir, r=compiler-errors | Jubilee | -8/+0 |
| 2025-03-04 | Rollup merge of #137963 - Eclips4:fix-E0373, r=compiler-errors | Jubilee | -2/+2 |
| 2025-03-04 | Rollup merge of #137923 - scottmcm:fix-postorder-size-hint, r=tmiasko | Jubilee | -26/+11 |
| 2025-03-04 | Rollup merge of #137913 - compiler-errors:struct-field-default-generic, r=Box... | Jubilee | -1/+5 |
| 2025-03-04 | Rollup merge of #137912 - compiler-errors:no-missing-lifetime-recovery, r=oli... | Jubilee | -6/+0 |
| 2025-03-05 | resume one waiter at a call | root | -2/+15 |