| Age | Commit message (Expand) | Author | Lines |
| 2025-01-14 | add note to test | lcnr | -1/+1 |
| 2025-01-14 | Leak check in impossible_predicates to avoid monomorphizing impossible instances | Michael Goulet | -0/+79 |
| 2025-01-11 | Remove a bunch of diagnostic stashing that doesn't do anything | Michael Goulet | -15/+26 |
| 2025-01-10 | Rollup merge of #134732 - compiler-errors:unify-conditional-const-error-repor... | Jacob Pratt | -10/+16 |
| 2025-01-10 | Rollup merge of #135294 - ChrisDenton:bare-fn-width, r=jieyouxu | Matthias Krüger | -6/+8 |
| 2025-01-09 | Make bare-fn test less dependent on path width | Chris Denton | -6/+8 |
| 2025-01-09 | Unify conditional and non const call error reporting | Michael Goulet | -16/+16 |
| 2025-01-09 | Add note back to conditionally-const error message | Michael Goulet | -0/+6 |
| 2025-01-09 | Use trait definition cycle detection for trait alias definitions, too | Oli Scherer | -0/+29 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -32/+95 |
| 2025-01-08 | Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr | bors | -8/+6 |
| 2025-01-06 | Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnr | Jacob Pratt | -0/+92 |
| 2025-01-06 | Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnr | Jacob Pratt | -8/+11 |
| 2025-01-06 | `best_blame_constraint`: add a special case to recover object lifetime defaul... | dianne | -3/+6 |
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -14/+9 |
| 2025-01-06 | Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwco | Matthias Krüger | -0/+63 |
| 2025-01-06 | Recurse on GAT where clauses in fulfillment error proof tree visitor | Michael Goulet | -18/+14 |
| 2025-01-06 | Don't ice on bad transmute in typeck in new solver | Michael Goulet | -0/+92 |
| 2025-01-06 | Add derived causes for host effect predicates | Michael Goulet | -8/+15 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -5/+1 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -5/+1 |
| 2025-01-04 | Rollup merge of #135064 - RalfJung:const-in-pat-partial-eq-not-const, r=compi... | Matthias Krüger | -0/+54 |
| 2025-01-04 | Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obk | bors | -0/+77 |
| 2025-01-03 | const-in-pattern: test that the PartialEq impl does not need to be const | Ralf Jung | -0/+54 |
| 2025-01-03 | Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35 | bors | -1/+1 |
| 2025-01-03 | Also in the new solver | Michael Goulet | -2/+28 |
| 2025-01-03 | Do not project when there are unconstrained impl params | Michael Goulet | -0/+51 |
| 2025-01-02 | Move some things to `std::sync::poison` and reexport them in `std::sync` | Pavel Grigorenko | -1/+1 |
| 2025-01-01 | Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebank | Stuart Cook | -0/+113 |
| 2024-12-31 | Suppress host effect predicates if underlying trait doesn't hold | Michael Goulet | -0/+63 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -5/+5 |
| 2024-12-25 | Auto merge of #134729 - oliveredget:typo, r=jieyouxu | bors | -1/+1 |
| 2024-12-24 | Auto merge of #134333 - daxpedda:stdarch-bump, r=daxpedda | bors | -7/+8 |
| 2024-12-24 | Bump `stdarch` | daxpedda | -7/+8 |
| 2024-12-24 | chore: fix typos | oliveredget | -1/+1 |
| 2024-12-24 | Auto merge of #134716 - Zalathar:rollup-1h4q8cc, r=Zalathar | bors | -84/+99 |
| 2024-12-24 | Rollup merge of #134701 - compiler-errors:non-const-def-descr, r=Urgau,fmease | Stuart Cook | -35/+35 |
| 2024-12-24 | Rollup merge of #134638 - compiler-errors:fx-item-bounds, r=lcnr | Stuart Cook | -49/+64 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -35/+35 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -2/+2 |
| 2024-12-22 | Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obk | Matthias Krüger | -0/+41 |
| 2024-12-22 | Make sure we note ambiguity causes on positive/negative impl conflicts | Michael Goulet | -0/+41 |
| 2024-12-22 | Fix item bounds in old solver | Michael Goulet | -49/+64 |
| 2024-12-22 | Flatten effects directory now that it doesn't really test anything specific | Michael Goulet | -90/+0 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -35/+106 |
| 2024-12-18 | Rollup merge of #133643 - lcnr:merge-candidates, r=compiler-errors | Jacob Pratt | -5/+12 |
| 2024-12-18 | resolve FIXME | lcnr | -5/+0 |
| 2024-12-18 | add tests | lcnr | -0/+12 |
| 2024-12-18 | Fix const conditions for RPITITs | Michael Goulet | -13/+221 |
| 2024-12-17 | consistently handle global where-bounds | lcnr | -36/+6 |