| Age | Commit message (Expand) | Author | Lines |
| 2025-05-07 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -5/+9 |
| 2025-05-07 | Remove manual WF hack | Michael Goulet | -56/+9 |
| 2025-05-07 | Review | Michael Goulet | -24/+29 |
| 2025-05-07 | Rollup merge of #140700 - Kivooeo:new-fix-six, r=davidtwco,fmease | Guillaume Gomez | -0/+1 |
| 2025-05-07 | Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov | Guillaume Gomez | -6/+72 |
| 2025-05-07 | Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwco | Guillaume Gomez | -1/+4 |
| 2025-05-07 | Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco | Guillaume Gomez | -225/+234 |
| 2025-05-07 | Only prefer param-env candidates if they remain non-global after norm | Michael Goulet | -126/+252 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -28/+22 |
| 2025-05-07 | Check `&` before suggest remove deref when trait_selection | xizheyin | -0/+6 |
| 2025-05-07 | Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment` | xizheyin | -6/+72 |
| 2025-05-07 | delay introducing pattern bindings into scope | dianne | -30/+52 |
| 2025-05-07 | Auto merge of #139758 - Zoxc:thread-local-graph, r=oli-obk | bors | -184/+299 |
| 2025-05-07 | Auto merge of #140735 - GuillaumeGomez:rollup-dlhbxsg, r=GuillaumeGomez | bors | -7/+7 |
| 2025-05-07 | Rollup merge of #140719 - wyfo:patch-1, r=lcnr | Guillaume Gomez | -7/+7 |
| 2025-05-07 | add a type alias for the pattern bindings stack | dianne | -3/+14 |
| 2025-05-07 | Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercote | bors | -549/+450 |
| 2025-05-07 | Avoid some unwraps. | Nicholas Nethercote | -36/+45 |
| 2025-05-07 | Eliminate `word_or_empty` methods. | Nicholas Nethercote | -61/+55 |
| 2025-05-06 | error early when mixing deref patterns with normal constructors | dianne | -1/+70 |
| 2025-05-06 | let deref patterns participate in usefulness/exhaustiveness | dianne | -7/+37 |
| 2025-05-07 | Rollup merge of #140713 - compiler-errors:check_ref_cast, r=lcnr | Jacob Pratt | -8/+7 |
| 2025-05-07 | Rollup merge of #140607 - lcnr:opaque-type-storage, r=compiler-errors | Jacob Pratt | -81/+182 |
| 2025-05-07 | Rollup merge of #140419 - Jarcho:ctxt_external, r=Nadrieril | Jacob Pratt | -18/+28 |
| 2025-05-07 | Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r... | Jacob Pratt | -17/+35 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -29/+3 |
| 2025-05-07 | fix typo in autorefs lint doc example | Joseph Perez | -7/+7 |
| 2025-05-06 | Structurally resolve in check_ref_cast | Michael Goulet | -8/+7 |
| 2025-05-06 | added error handle for error code > 9999 | Kivooeo | -0/+1 |
| 2025-05-06 | Added `apxf` target feature support, under flag `apx_target_feature` | Madhav Madhusoodanan | -0/+15 |
| 2025-05-06 | Rollup merge of #140692 - Zalathar:linked-graph, r=wesleywiser | Guillaume Gomez | -23/+39 |
| 2025-05-06 | Rollup merge of #139966 - Zalathar:span-merge, r=oli-obk | Guillaume Gomez | -93/+59 |
| 2025-05-06 | Use the portable `AtomicU64` | John Kåre Alsaker | -2/+2 |
| 2025-05-06 | Preserve generic args in suggestions for ambiguous associated items | León Orell Valerian Liehr | -24/+29 |
| 2025-05-06 | Factor out `resolve_type_relative_path` | León Orell Valerian Liehr | -152/+112 |
| 2025-05-06 | Rename and move several error reporting methods | León Orell Valerian Liehr | -192/+205 |
| 2025-05-06 | Introduce Boolean type `PermitVariants` for legibility | León Orell Valerian Liehr | -16/+30 |
| 2025-05-06 | Name methods pertaining to HIR ty lowering of paths more appropriately | León Orell Valerian Liehr | -141/+162 |
| 2025-05-06 | Eliminate unnecessary parameter | León Orell Valerian Liehr | -21/+12 |
| 2025-05-06 | Consistently use the DiagCtxtHandle of HirTyLowerer instead of the one of TyCtxt | León Orell Valerian Liehr | -17/+15 |
| 2025-05-06 | support duplicates in the opaque_types_storage | lcnr | -81/+182 |
| 2025-05-06 | Auto merge of #140702 - GuillaumeGomez:rollup-rpyxs20, r=GuillaumeGomez | bors | -39/+101 |
| 2025-05-06 | Rollup merge of #140658 - dianne:lit-deref-pats-p2, r=oli-obk | Guillaume Gomez | -39/+101 |
| 2025-05-06 | coverage: Handle hole spans without dividing spans into buckets | Zalathar | -59/+33 |
| 2025-05-06 | coverage: Only merge adjacent coverage spans | Zalathar | -34/+26 |
| 2025-05-06 | Auto merge of #140561 - compiler-errors:gather-fewer-locals, r=lcnr | bors | -24/+56 |
| 2025-05-06 | Remove duplicate impl of string unescape | Marijn Schouten | -549/+450 |
| 2025-05-06 | Rollup merge of #140678 - compiler-errors:dont-ice-on-infer-in-upvar, r=lcnr | Stuart Cook | -30/+19 |
| 2025-05-06 | Rollup merge of #140634 - smrobtzz:mips-elf-fixes, r=workingjubilee | Stuart Cook | -27/+66 |
| 2025-05-06 | Rollup merge of #140532 - celinval:chores-smir-ra, r=oli-obk | Stuart Cook | -2/+12 |