| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e... | fee1-dead | -1/+1 |
| 2023-04-16 | Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk | fee1-dead | -7/+1 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -6/+7 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -1/+1 |
| 2023-04-16 | Rollup merge of #110364 - matthiaskrgr:anti_clone, r=Nilstrieb | Yuki Okushi | -6/+9 |
| 2023-04-16 | Rollup merge of #110272 - Ezrashaw:fix-unconned-lt-in-implbounds, r=aliemjay | Yuki Okushi | -1/+12 |
| 2023-04-15 | remove redundant clones | Matthias Krüger | -6/+9 |
| 2023-04-15 | Update compiler/rustc_trait_selection/src/traits/outlives_bounds.rs | Ali MJ Al-Nasrawy | -2/+3 |
| 2023-04-14 | implement review suggestions | Ezra Shaw | -2/+3 |
| 2023-04-14 | Rollup merge of #110299 - kylematsuda:earlybinder-impl-subject, r=compiler-er... | Matthias Krüger | -2/+2 |
| 2023-04-14 | Rollup merge of #110207 - compiler-errors:new-solver-unpin, r=lcnr | Matthias Krüger | -61/+102 |
| 2023-04-14 | Rollup merge of #110180 - lcnr:canonicalize, r=compiler-errors | Matthias Krüger | -14/+11 |
| 2023-04-14 | Rollup merge of #109800 - bryangarza:safe-transmute-improved-errors, r=compil... | Matthias Krüger | -24/+104 |
| 2023-04-14 | Move auto trait built-in candidate disqualification to a separate method | Michael Goulet | -77/+101 |
| 2023-04-14 | Assemble Unpin candidates specially for generators in new solver | Michael Goulet | -1/+18 |
| 2023-04-13 | Improve safe transmute error reporting | Bryan Garza | -24/+104 |
| 2023-04-13 | make tcx.impl_subject return EarlyBinder, remove bound_impl_subject, rename u... | Kyle Matsuda | -2/+2 |
| 2023-04-13 | change usage of bound_impl_subject to impl_subject | Kyle Matsuda | -1/+1 |
| 2023-04-13 | Rollup merge of #110193 - compiler-errors:body-owner-issue, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-04-13 | Rollup merge of #110220 - lcnr:regionzz, r=compiler-errors | Matthias Krüger | -9/+27 |
| 2023-04-13 | fix: skip implied bounds if unconstrained lifetime exists | Ezra Shaw | -1/+10 |
| 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 | -10/+52 |
| 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 | -10/+52 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -8/+8 |
| 2023-04-12 | `#[must_use]` for fns returning a list of errors | lcnr | -1/+5 |
| 2023-04-12 | Auto merge of #107614 - compiler-errors:allow-elaborator-to-filter-only-super... | bors | -2/+5 |
| 2023-04-12 | region error cleanup | lcnr | -8/+21 |
| 2023-04-11 | Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obk | Michael Goulet | -0/+64 |
| 2023-04-11 | Allow the elaborator to only filter to real supertraits | Michael Goulet | -1/+4 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -1/+1 |
| 2023-04-11 | Check for body owner fallibly | Michael Goulet | -1/+1 |
| 2023-04-11 | don't uniquify regions when canonicalizing | lcnr | -14/+11 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -8/+8 |
| 2023-04-10 | Report overflows gracefully with new solver | Michael Goulet | -10/+52 |
| 2023-04-10 | Support safe transmute in new solver | Michael Goulet | -0/+64 |
| 2023-04-10 | Stall auto-trait assembly for int/float vars in new solver | Michael Goulet | -24/+64 |
| 2023-04-10 | review + some small stuff | lcnr | -10/+16 |
| 2023-04-10 | move `structural_traits` into `assembly` | lcnr | -11/+9 |
| 2023-04-10 | prioritize param-env candidates | lcnr | -78/+83 |
| 2023-04-09 | Auto merge of #109413 - compiler-errors:pointer-like-abi, r=cjgillot | bors | -10/+8 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -21/+17 |
| 2023-04-08 | Enforce that PointerLike requires a pointer-like ABI | Michael Goulet | -10/+8 |
| 2023-04-08 | Remove `remap_env_constness` in queries | Deadbeef | -7/+1 |
| 2023-04-07 | Switched provisional evaluation cache map to FxIndexMap, and replaced map.dra... | Andrew Xie | -15/+9 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -8/+6 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -3/+3 |
| 2023-04-06 | Remove expect_anon and expect_anon_placeholder in favor of var | Jack Huey | -1/+1 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -7/+13 |