| Age | Commit message (Expand) | Author | Lines |
| 2023-04-13 | change usage of bound_impl_subject to impl_subject | Kyle Matsuda | -1/+1 |
| 2023-04-13 | Rollup merge of #110220 - lcnr:regionzz, r=compiler-errors | Matthias Krüger | -9/+27 |
| 2023-04-13 | Remove some unused type folders. | Nicholas Nethercote | -21/+0 |
| 2023-04-12 | Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr | bors | -5/+28 |
| 2023-04-12 | fix comment | lcnr | -1/+2 |
| 2023-04-12 | Rollup merge of #110103 - compiler-errors:new-solver-overflows, r=lcnr | Matthias Krüger | -5/+28 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-04-12 | `#[must_use]` for fns returning a list of errors | lcnr | -1/+5 |
| 2023-04-12 | region error cleanup | lcnr | -8/+21 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -1/+1 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -2/+2 |
| 2023-04-10 | Report overflows gracefully with new solver | Michael Goulet | -5/+28 |
| 2023-04-09 | Auto merge of #109413 - compiler-errors:pointer-like-abi, r=cjgillot | bors | -8/+7 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -19/+15 |
| 2023-04-08 | Enforce that PointerLike requires a pointer-like ABI | Michael Goulet | -8/+7 |
| 2023-04-07 | Switched provisional evaluation cache map to FxIndexMap, and replaced map.dra... | Andrew Xie | -15/+9 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -2/+2 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -3/+3 |
| 2023-04-06 | Get rid of elaborate_trait_ref{s} too | Michael Goulet | -3/+4 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -18/+13 |
| 2023-04-04 | Auto merge of #109917 - compiler-errors:remove-relation-methods, r=oli-obk | bors | -8/+0 |
| 2023-04-04 | Remove intercrate and mark_ambiguous from Relation | Michael Goulet | -8/+0 |
| 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-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -0/+1 |
| 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 | -4/+7 |
| 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 | -12/+162 |
| 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 | Some tracing/instrument cleanups | Oli Scherer | -6/+3 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -6/+159 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -38/+33 |
| 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-24 | Auto merge of #109547 - matthiaskrgr:rollup-zczqgdk, r=matthiaskrgr | bors | -24/+27 |
| 2023-03-24 | Rollup merge of #109493 - compiler-errors:new-solver-vars-obligations, r=lcnr | Matthias Krüger | -22/+15 |
| 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 | -1/+9 |
| 2023-03-23 | Don't split up TreatProjections and TreatParams anymore | Michael Goulet | -19/+9 |
| 2023-03-23 | Rollup merge of #109472 - MU001999:patch-3, r=eholk | Matthias Krüger | -7/+25 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -14/+19 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -14/+19 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -5/+11 |