| 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 | -0/+27 |
| 2025-04-16 | respect the tcx's recursion limit when peeling | dianne | -0/+41 |
| 2025-04-16 | don't peel ADTs the pattern could match | dianne | -0/+79 |
| 2025-04-16 | register `DerefMut` bounds for implicit mutable derefs | dianne | -3/+62 |
| 2025-04-16 | pattern typing for immutable implicit deref patterns | dianne | -3/+183 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -48/+149 |
| 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 | -0/+45 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-04-10 | Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3 | Matthias Krüger | -0/+110 |
| 2025-04-10 | Auto merge of #139622 - matthiaskrgr:rollup-8ri1vid, r=matthiaskrgr | bors | -77/+76 |
| 2025-04-10 | Remove unnecessary `mut`. | Mara Bos | -1/+1 |
| 2025-04-10 | Rollup merge of #139592 - camelid:doctest-md-opts, r=notriddle | Matthias Krüger | -0/+23 |
| 2025-04-10 | Rollup merge of #139568 - nnethercote:empty-trait-name, r=compiler-errors | Matthias Krüger | -40/+24 |
| 2025-04-10 | Rollup merge of #139563 - EnzymeAD:better-autodiff-err, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2025-04-10 | Rollup merge of #139530 - oli-obk:rustc-intrinsic-cleanup, r=RalfJung | Matthias Krüger | -23/+0 |
| 2025-04-10 | Rollup merge of #139507 - Zalathar:trim-env-name, r=jieyouxu | Matthias Krüger | -0/+23 |
| 2025-04-10 | Rollup merge of #139423 - compiler-errors:field-autoderef, r=oli-obk | Matthias Krüger | -10/+2 |
| 2025-04-10 | Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakis | bors | -52/+110 |
| 2025-04-10 | Avoid empty identifiers for delegate params and args. | Nicholas Nethercote | -2/+2 |
| 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 | -14/+339 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -1/+1 |
| 2025-04-09 | Auto merge of #139595 - matthiaskrgr:rollup-kaa8aim, r=matthiaskrgr | bors | -51/+373 |
| 2025-04-09 | Make unnormalizable item ambiguous in coherence | Michael Goulet | -0/+60 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -14/+159 |
| 2025-04-09 | Mark GAT WC as GoalSource::AliasWellFormed so that we recurse into them in er... | Michael Goulet | -21/+2 |
| 2025-04-09 | Rigidly project missing item due to guaranteed impossible sized predicate | Michael Goulet | -0/+139 |
| 2025-04-09 | Rollup merge of #139551 - jogru0:121672, r=oli-obk | Matthias Krüger | -0/+39 |
| 2025-04-09 | Rollup merge of #139513 - compiler-errors:higher-ranked-proj, r=lcnr | Matthias Krüger | -35/+89 |
| 2025-04-09 | Rollup merge of #139489 - petrochenkov:noreqann, r=jieyouxu | Matthias Krüger | -16/+16 |
| 2025-04-09 | Rollup merge of #139488 - GuillaumeGomez:add-missing-gui-test, r=camelid | Matthias Krüger | -0/+14 |
| 2025-04-09 | Rollup merge of #138628 - spastorino:add-more-ergonomic-clone-tests, r=nikoma... | Matthias Krüger | -0/+137 |
| 2025-04-09 | Rollup merge of #138470 - spastorino:test-rfc2229-and-ergonomic-clones, r=nik... | Matthias Krüger | -0/+78 |
| 2025-04-09 | Auto merge of #124810 - lincot:speed-up-string-push-and-string-insert, r=tgro... | bors | -0/+11 |
| 2025-04-09 | Report higher-ranked trait error when higher-ranked projection goal fails in ... | Michael Goulet | -35/+89 |
| 2025-04-09 | skip `tests/codegen/swap-small-types` when debug assertions are on | Scott McMurray | -0/+1 |
| 2025-04-09 | rustdoc: Enable Markdown extensions when looking for doctests | Noah Lev | -0/+23 |
| 2025-04-09 | Ensure `swap_nonoverlapping` is really always untyped | Scott McMurray | -48/+148 |
| 2025-04-09 | Rollup merge of #139364 - Kohei316:feat/doc-hidden-suggestion, r=nnethercote | Matthias Krüger | -0/+45 |
| 2025-04-09 | Rollup merge of #138869 - ChrisDenton:command-curdir, r=tgross35 | Matthias Krüger | -0/+36 |
| 2025-04-09 | Speed up `String::push` and `String::insert` | lincot | -0/+11 |
| 2025-04-09 | Auto merge of #139327 - cjgillot:gvn-place, r=oli-obk | bors | -28/+159 |
| 2025-04-09 | Remove some dead or leftover code related to rustc-intrinsic abi removal | Oli Scherer | -23/+0 |
| 2025-04-09 | Migrate some tests to `dont-require-annotations` | Vadim Petrochenkov | -16/+16 |
| 2025-04-09 | Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr | bors | -12/+30 |
| 2025-04-09 | Avoid an empty trait name in impl blocks. | Nicholas Nethercote | -40/+24 |
| 2025-04-09 | Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu | bors | -928/+930 |
| 2025-04-08 | emit a better error message for using the macro incorrectly | Manuel Drehwald | -4/+4 |