| Age | Commit message (Expand) | Author | Lines |
| 2023-04-18 | Fix ICE for transmutability in candidate assembly | Bryan Garza | -1/+1 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -5/+4 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -13/+13 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -6/+7 |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -7/+2 |
| 2023-04-16 | Erase regions when confirming transmutability candidate | Michael Goulet | -35/+37 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -7/+2 |
| 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 |