| Age | Commit message (Expand) | Author | Lines |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -21/+21 |
| 2025-01-10 | mir_transform: implement forced inlining | David Wood | -3/+7 |
| 2025-01-10 | Fix cycle error only occurring with -Zdump-mir | Oli Scherer | -9/+15 |
| 2025-01-10 | Rollup merge of #133088 - the8472:randomize-me-harder, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2025-01-10 | Eagerly collect mono items for non-generic closures | Michael Goulet | -0/+13 |
| 2025-01-10 | Foo<T> != Foo<U> under layout randomization | The 8472 | -0/+1 |
| 2025-01-09 | Rollup merge of #135261 - compiler-errors:coverage-has-identity-substs, r=oli... | Matthias Krüger | -4/+8 |
| 2025-01-09 | Account for identity substituted items in symbol mangling | Michael Goulet | -4/+8 |
| 2025-01-09 | Harden `Ty` constructors a bit in debug mode | Oli Scherer | -2/+37 |
| 2025-01-09 | Remove the now-useless `Result` from `lit_to_const` | Oli Scherer | -20/+2 |
| 2025-01-09 | Use error constant instead of explicit error handling | Oli Scherer | -2/+0 |
| 2025-01-09 | Rollup merge of #134875 - compiler-errors:const-destruct-old-solver, r=lcnr | Matthias Krüger | -2/+2 |
| 2025-01-09 | Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillot | Matthias Krüger | -1/+13 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -2/+2 |
| 2025-01-08 | Rollup merge of #134228 - oli-obk:pat-lit-path, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2025-01-08 | Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr | bors | -11/+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 | -5/+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 |