| Age | Commit message (Expand) | Author | Lines |
| 2025-01-08 | Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr | bors | -12/+12 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -0/+2 |
| 2025-01-08 | Rollup merge of #134920 - lqd:polonius-next-episode-6, r=jackh726 | Jacob Pratt | -0/+2 |
| 2025-01-07 | Rollup merge of #135149 - compiler-errors:mangle, r=oli-obk | Matthias Krüger | -21/+19 |
| 2025-01-06 | only avoid blaming assignments from argument patterns | dianne | -6/+1 |
| 2025-01-06 | make outlives constraints from generic arguments less boring | dianne | -1/+10 |
| 2025-01-06 | `best_blame_constraint`: prioritize blaming interesting-seeming constraints | dianne | -6/+2 |
| 2025-01-06 | remove the unused `ConstraintCategory::ClosureBounds` | dianne | -5/+0 |
| 2025-01-06 | `best_blame_constraint`: avoid blaming assignments without user-provided types | dianne | -1/+6 |
| 2025-01-06 | Add derived causes for host effect predicates | Michael Goulet | -17/+94 |
| 2025-01-06 | depth limit eval_to_const_value_raw | Martin Zacho | -0/+1 |
| 2025-01-06 | Rollup merge of #135147 - compiler-errors:borrowck-tweaks, r=chenyukang | Matthias Krüger | -19/+22 |
| 2025-01-06 | Use a post-monomorphization typing env when mangling components that come fro... | Michael Goulet | -21/+19 |
| 2025-01-06 | Improve find_self_call with reborrowed receiver | Michael Goulet | -19/+22 |
| 2025-01-05 | Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubilee | bors | -1/+2 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -4/+11 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -1/+8 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -3/+3 |
| 2025-01-04 | Rollup merge of #135069 - matthiaskrgr:param_rec_usage, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-01-04 | Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obk | bors | -0/+5 |
| 2025-01-03 | Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ... | Matthias Krüger | -3/+0 |
| 2025-01-03 | remove unused function params | Matthias Krüger | -2/+2 |
| 2025-01-03 | Do not project when there are unconstrained impl params | Michael Goulet | -0/+5 |
| 2025-01-02 | Remove diagnostic_only_typeck and fix placeholder suggestion for const/static | Michael Goulet | -3/+0 |
| 2025-01-02 | Remove unused fields from RepeatElementCopy obligation | Taylor Cramer | -4/+4 |
| 2025-01-01 | remove `allow_two_phase_borrow` | Rémy Rakic | -0/+2 |
| 2024-12-31 | clean up target feature system; most of the toggleability is now handled by t... | Ralf Jung | -1/+1 |
| 2024-12-31 | explicitly model that certain ABIs require/forbid certain target features | Ralf Jung | -0/+1 |
| 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 | Hash only the spans that we care ended up reading in Span::try_metavars | Michael Goulet | -7/+2 |
| 2024-12-21 | Hash the untracked macro variable expansions | Michael Goulet | -1/+9 |
| 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-21 | Suggest Semicolon in Incorrect Repeat Expressions | Veera | -1/+13 |
| 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 |