| Age | Commit message (Expand) | Author | Lines |
| 2025-02-10 | try to suggest eliding redundant binding modifiers | dianne | -1/+3 |
| 2025-02-10 | experimentally label the spans for default binding modes | dianne | -4/+2 |
| 2025-02-10 | highlight the whole problem subpattern when pointing out the default binding ... | dianne | -2/+4 |
| 2025-02-10 | reword pattern migration diagnostic to make sense in all editions | dianne | -6/+18 |
| 2025-02-06 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -3/+0 |
| 2025-02-06 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -0/+21 |
| 2025-01-02 | Remove unused fields from RepeatElementCopy obligation | Taylor Cramer | -4/+4 |
| 2024-12-31 | Rollup merge of #134949 - compiler-errors:froms, r=jieyouxu | Stuart Cook | -6/+6 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -6/+6 |
| 2024-12-30 | Fix typos | NoName | -6/+6 |
| 2024-12-28 | Auto merge of #131244 - clubby789:match-branches-unreachable, r=DianQK | bors | -0/+11 |
| 2024-12-27 | Rollup merge of #134787 - fmease:spruce-up-queries, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -94/+217 |
| 2024-12-27 | MatchBranchSimplification: Consider empty-unreachable otherwise branch | clubby789 | -0/+11 |
| 2024-12-27 | Spruce up the docs of several queries related to the type/trait system and co... | León Orell Valerian Liehr | -94/+217 |
| 2024-12-25 | Actually print all the relevant parts of a coroutine in verbose mode | Michael Goulet | -0/+6 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -4/+50 |
| 2024-12-23 | Auto merge of #134465 - lcnr:type-verifier, r=compiler-errors | bors | -25/+75 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -4/+50 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -21/+0 |
| 2024-12-22 | Rollup merge of #134618 - RalfJung:coroutine-clone-comments, r=lqd | Matthias Krüger | -0/+5 |
| 2024-12-21 | Auto merge of #134268 - lqd:polonius-next, r=jackh726 | bors | -0/+1 |
| 2024-12-21 | coroutine_clone: add comments | Ralf Jung | -0/+5 |
| 2024-12-21 | Auto merge of #134501 - lcnr:member-constraints-yeet, r=oli-obk | bors | -35/+1 |
| 2024-12-20 | Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -2/+2 |
| 2024-12-20 | Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxu | DianQK | -3/+3 |
| 2024-12-20 | remove non-borrowck member constraints | lcnr | -35/+1 |
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -3/+3 |
| 2024-12-19 | Rollup merge of #134497 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -19/+3 |
| 2024-12-19 | Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxu | bors | -31/+24 |
| 2024-12-19 | Rollup merge of #134491 - compiler-errors:dtor-tweaks, r=lqd | 许杰友 Jieyou Xu (Joe) | -24/+14 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -7/+10 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -14/+102 |
| 2024-12-19 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -19/+3 |
| 2024-12-18 | Rollup merge of #133643 - lcnr:merge-candidates, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2024-12-19 | Rename Scope.id to Scope.local_id, remove trivial accessor | Michael Goulet | -24/+14 |
| 2024-12-18 | update new solver candidate assembly | lcnr | -1/+1 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -14/+102 |
| 2024-12-18 | Rollup merge of #134394 - dianne:clarify-pat-2024-migration, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -5/+8 |
| 2024-12-18 | merge PlaceTy field_ty computation | lcnr | -18/+53 |
| 2024-12-18 | mir: require `is_cleanup` when creating `BasicBlockData` | DianQK | -2/+2 |
| 2024-12-18 | get_ambient_variance to inherent method | lcnr | -7/+22 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -12/+12 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -6/+9 |
| 2024-12-18 | extract main NLL MIR dump function | Rémy Rakic | -0/+1 |
| 2024-12-18 | Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu | bors | -60/+41 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -60/+41 |
| 2024-12-17 | Clarify the match ergonomics 2024 migration lint's output | dianne | -5/+8 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -19/+19 |