| Age | Commit message (Expand) | Author | Lines |
| 2025-04-16 | add a feature gate test | dianne | -0/+44 |
| 2025-04-16 | upvar inference for implicit deref patterns | dianne | -11/+70 |
| 2025-04-16 | respect the tcx's recursion limit when peeling | dianne | -11/+68 |
| 2025-04-16 | don't peel ADTs the pattern could match | dianne | -14/+114 |
| 2025-04-16 | refactor tuple struct pattern checking to get info for peeling | dianne | -22/+44 |
| 2025-04-16 | refactor struct pattern checking to get info for peeling | dianne | -19/+32 |
| 2025-04-16 | refactor path pattern checking to get info for peeling | dianne | -48/+89 |
| 2025-04-16 | register `DerefMut` bounds for implicit mutable derefs | dianne | -18/+100 |
| 2025-04-16 | pattern typing for immutable implicit deref patterns | dianne | -30/+272 |
| 2025-04-16 | lower implicit deref patterns to THIR | dianne | -21/+36 |
| 2025-04-12 | store the kind of pattern adjustments in `pat_adjustments` | dianne | -16/+50 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -96/+303 |
| 2025-04-10 | Auto merge of #139634 - matthiaskrgr:rollup-45shqa5, r=matthiaskrgr | bors | -508/+2014 |
| 2025-04-10 | Rollup merge of #139630 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -229/+1532 |
| 2025-04-10 | Rollup merge of #139626 - m-ou-se:mut, r=lqd | Matthias Krüger | -1/+1 |
| 2025-04-10 | Rollup merge of #139614 - nnethercote:fix-139512, r=oli-obk | Matthias Krüger | -7/+53 |
| 2025-04-10 | Rollup merge of #139609 - jieyouxu:compiletest-path-misc, r=Kobzol | Matthias Krüger | -22/+23 |
| 2025-04-10 | Rollup merge of #139606 - jieyouxu:compiletest-edition2024, r=compiler-errors | Matthias Krüger | -15/+44 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -229/+241 |
| 2025-04-10 | Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3 | Matthias Krüger | -5/+120 |
| 2025-04-10 | update lockfile | Ralf Jung | -0/+1 |
| 2025-04-10 | Merge pull request #4264 from RalfJung/rustup | Ralf Jung | -5022/+7961 |
| 2025-04-10 | Merge from rustc | Ralf Jung | -5021/+7960 |
| 2025-04-10 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-04-10 | Auto merge of #139622 - matthiaskrgr:rollup-8ri1vid, r=matthiaskrgr | bors | -329/+268 |
| 2025-04-10 | Merge pull request #4262 from RalfJung/win-path | Ralf Jung | -36/+107 |
| 2025-04-10 | make GetFullPathNameW more correct on non-Windows hosts | Ralf Jung | -38/+104 |
| 2025-04-10 | Remove unnecessary `mut`. | Mara Bos | -1/+1 |
| 2025-04-10 | Rollup merge of #139599 - joshtriplett:style-tracking, r=traviscross | Matthias Krüger | -1/+4 |
| 2025-04-10 | Rollup merge of #139592 - camelid:doctest-md-opts, r=notriddle | Matthias Krüger | -1/+24 |
| 2025-04-10 | Rollup merge of #139589 - saethlin:vacation, r=camelid | Matthias Krüger | -1/+0 |
| 2025-04-10 | Rollup merge of #139580 - fmease:unrotate, r=fmease | Matthias Krüger | -0/+1 |
| 2025-04-10 | Rollup merge of #139568 - nnethercote:empty-trait-name, r=compiler-errors | Matthias Krüger | -57/+31 |
| 2025-04-10 | Rollup merge of #139563 - EnzymeAD:better-autodiff-err, r=jieyouxu | Matthias Krüger | -5/+5 |
| 2025-04-10 | Rollup merge of #139560 - programmerjake:patch-5, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-10 | Rollup merge of #139530 - oli-obk:rustc-intrinsic-cleanup, r=RalfJung | Matthias Krüger | -60/+13 |
| 2025-04-10 | Rollup merge of #139507 - Zalathar:trim-env-name, r=jieyouxu | Matthias Krüger | -16/+36 |
| 2025-04-10 | Rollup merge of #139449 - Nadrieril:peel-recursive, r=lcnr | Matthias Krüger | -145/+115 |
| 2025-04-10 | Rollup merge of #139423 - compiler-errors:field-autoderef, r=oli-obk | Matthias Krüger | -12/+9 |
| 2025-04-10 | Rollup merge of #138605 - xizheyin:issue-138567, r=GuillaumeGomez | Matthias Krüger | -20/+17 |
| 2025-04-10 | Rollup merge of #138167 - GuillaumeGomez:rustdoc-hidden-stripper-improvement,... | Matthias Krüger | -10/+12 |
| 2025-04-10 | Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakis | bors | -60/+189 |
| 2025-04-10 | Merge pull request #4209 from LorrensP-2158466/freebsd_futex | Ralf Jung | -1/+521 |
| 2025-04-10 | feature: implement WAIT & WAKE operations of FreeBSD _umtx_op syscall for Fut... | LorrensP-2158466 | -1/+521 |
| 2025-04-10 | compiletest: update to Edition 2024 | Jieyou Xu | -15/+44 |
| 2025-04-10 | path: add more Windows tests | Ralf Jung | -1/+6 |
| 2025-04-10 | Avoid empty identifiers for delegate params and args. | Nicholas Nethercote | -9/+10 |
| 2025-04-10 | Add a HIR pretty printing test for delegation. | Nicholas Nethercote | -0/+45 |
| 2025-04-10 | Auto merge of #139000 - compiler-errors:rigid-missing-item, r=lcnr | bors | -91/+524 |
| 2025-04-10 | compiletest: don't use stringly paths for `compose_and_run` | Jieyou Xu | -22/+23 |