| Age | Commit message (Expand) | Author | Lines |
| 2023-04-03 | Never consider int and float vars for `FnPtr` candidates | Nilstrieb | -8/+14 |
| 2023-04-02 | Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=Nilstrieb | Nilstrieb | -3/+1 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -3/+1 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -3/+2 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -1/+3 |
| 2023-03-30 | Rollup merge of #109739 - compiler-errors:new-solver-closure-fnonce, r=lcnr | Michael Goulet | -3/+14 |
| 2023-03-30 | Rollup merge of #109679 - compiler-errors:normalizes-to-hack-2, r=lcnr,BoxyUwU | Michael Goulet | -43/+70 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+3 |
| 2023-03-30 | Closures always implement FnOnce in new solver | Michael Goulet | -3/+14 |
| 2023-03-30 | Rollup merge of #109749 - compiler-errors:new-solver-float-var, r=lcnr | Yuki Okushi | -1/+1 |
| 2023-03-30 | Rollup merge of #109748 - compiler-errors:new-solver-discr-kind-ice, r=lcnr | Yuki Okushi | -5/+43 |
| 2023-03-30 | canonicalize float var as float in new solver | Michael Goulet | -1/+1 |
| 2023-03-30 | Check pointee metadata correctly in ui test | Michael Goulet | -3/+1 |
| 2023-03-30 | Don't ICE on DiscriminantKind projection in new solver | Michael Goulet | -2/+42 |
| 2023-03-29 | Rollup merge of #109675 - compiler-errors:object-heck, r=lcnr | Matthias Krüger | -3/+16 |
| 2023-03-29 | Rollup merge of #109511 - compiler-errors:eval-ctxt-infcx-private, r=lcnr | Matthias Krüger | -50/+84 |
| 2023-03-29 | Freshen normalizes-to hack goal RHS in the evaluate loop | Michael Goulet | -43/+70 |
| 2023-03-29 | Move canonicalization code around | Michael Goulet | -72/+47 |
| 2023-03-29 | Do not consider elaborated projection predicates for objects in new solver | Michael Goulet | -3/+16 |
| 2023-03-29 | Rollup merge of #109718 - scottmcm:indexvec-last, r=Nilstrieb | Dylan DPC | -1/+1 |
| 2023-03-29 | Rollup merge of #109683 - compiler-errors:self-ty-overflow, r=lcnr | Dylan DPC | -18/+53 |
| 2023-03-29 | Rename `IndexVec::last` → `last_index` | Scott McMurray | -1/+1 |
| 2023-03-29 | Rollup merge of #109705 - lcnr:coherence-caching, r=compiler-errors | Matthias Krüger | -5/+22 |
| 2023-03-29 | Inline and remove `SelectionContext::fast_reject_trait_refs`. | Nicholas Nethercote | -18/+4 |
| 2023-03-29 | Introduce `DeepRejectCtxt::substs_refs_may_unify`. | Nicholas Nethercote | -13/+12 |
| 2023-03-28 | check for intercrate mode when accessing the cache | lcnr | -5/+22 |
| 2023-03-28 | Check for overflow in assemble_candidates_after_normalizing_self_ty | Michael Goulet | -18/+53 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -85/+93 |
| 2023-03-28 | Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnr | bors | -15/+190 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -7/+7 |
| 2023-03-28 | Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726 | nils | -78/+86 |
| 2023-03-27 | Rollup merge of #109580 - compiler-errors:new-solver-fixmes, r=lcnr | Matthias Krüger | -6/+0 |
| 2023-03-27 | Some tracing/instrument cleanups | Oli Scherer | -6/+3 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -9/+187 |
| 2023-03-27 | Rollup merge of #109641 - compiler-errors:dont-elaborate-non-obl, r=oli-obk | Matthias Krüger | -39/+34 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -39/+34 |
| 2023-03-26 | resolve regions before implied bounds | Ali MJ Al-Nasrawy | -5/+7 |
| 2023-03-26 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -2/+0 |
| 2023-03-25 | Still-further-specializable projections are ambiguous | Michael Goulet | -1/+1 |
| 2023-03-25 | Remove some stale FIXMEs in new solver | Michael Goulet | -6/+0 |
| 2023-03-24 | Make EvalCtxt's infcx private | Michael Goulet | -75/+134 |
| 2023-03-24 | Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnr | Matthias Krüger | -0/+28 |
| 2023-03-24 | Auto merge of #109547 - matthiaskrgr:rollup-zczqgdk, r=matthiaskrgr | bors | -48/+56 |
| 2023-03-24 | Rollup merge of #109493 - compiler-errors:new-solver-vars-obligations, r=lcnr | Matthias Krüger | -46/+44 |
| 2023-03-24 | Rollup merge of #108961 - compiler-errors:refine-ct-errors, r=BoxyUwU | Matthias Krüger | -2/+12 |
| 2023-03-23 | Auto merge of #109202 - compiler-errors:new-solver-fast-reject-faster-2, r=lcnr | bors | -19/+9 |
| 2023-03-23 | Use fulfillment in InferCtxt::evaluate_obligation | Michael Goulet | -30/+15 |
| 2023-03-23 | Note type mismatch on ConstArgHasType | Michael Goulet | -2/+12 |
| 2023-03-23 | Return nested obligations from canonical response var unification | Michael Goulet | -25/+38 |
| 2023-03-23 | Don't split up TreatProjections and TreatParams anymore | Michael Goulet | -19/+9 |