| Age | Commit message (Expand) | Author | Lines |
| 2025-05-17 | Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercote | bors | -15/+13 |
| 2025-05-17 | check coroutines with TypingMode::Borrowck to avoid cyclic reasoning | lcnr | -7/+13 |
| 2025-05-16 | Auto merge of #140557 - compiler-errors:remove-wf-hack, r=lcnr | bors | -56/+9 |
| 2025-05-13 | Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors | bors | -1/+0 |
| 2025-05-13 | Run rustc_attrs dumps after typeck | Oli Scherer | -11/+11 |
| 2025-05-13 | Some require_lang_item -> is_lang_item replacements | Oli Scherer | -4/+2 |
| 2025-05-12 | Fix typos | omahs | -1/+1 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-11 | Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis... | León Orell Valerian Liehr | -0/+18 |
| 2025-05-10 | Auto merge of #140854 - oli-obk:merge-queries, r=nnethercote | bors | -4/+0 |
| 2025-05-09 | don't depend on rustc_attr_parsing if rustc_data_structures will do | mejrs | -6/+5 |
| 2025-05-09 | Merge typeck loop with static/const item eval loop | Oli Scherer | -4/+0 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -0/+18 |
| 2025-05-08 | Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnr | Matthias Krüger | -7/+23 |
| 2025-05-08 | Rollup merge of #140769 - Zoxc:fix-140731, r=oli-obk | Matthias Krüger | -5/+5 |
| 2025-05-08 | Rollup merge of #140523 - compiler-errors:late-early-mismatch, r=jackh726 | Matthias Krüger | -45/+299 |
| 2025-05-07 | Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life... | John Kåre Alsaker | -5/+5 |
| 2025-05-07 | Better error message for late/early lifetime param mismatch | Michael Goulet | -3/+234 |
| 2025-05-07 | Review | Michael Goulet | -5/+20 |
| 2025-05-07 | Point out region bound mismatches in check_region_bounds_on_impl_item | Michael Goulet | -43/+66 |
| 2025-05-07 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -4/+5 |
| 2025-05-07 | Remove manual WF hack | Michael Goulet | -56/+9 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -3/+3 |
| 2025-05-06 | Preserve generic args in suggestions for ambiguous associated items | León Orell Valerian Liehr | -24/+29 |
| 2025-05-06 | Factor out `resolve_type_relative_path` | León Orell Valerian Liehr | -152/+112 |
| 2025-05-06 | Rename and move several error reporting methods | León Orell Valerian Liehr | -192/+205 |
| 2025-05-06 | Introduce Boolean type `PermitVariants` for legibility | León Orell Valerian Liehr | -13/+22 |
| 2025-05-06 | Name methods pertaining to HIR ty lowering of paths more appropriately | León Orell Valerian Liehr | -134/+150 |
| 2025-05-06 | Eliminate unnecessary parameter | León Orell Valerian Liehr | -18/+10 |
| 2025-05-06 | Consistently use the DiagCtxtHandle of HirTyLowerer instead of the one of TyCtxt | León Orell Valerian Liehr | -17/+15 |
| 2025-05-05 | Rollup merge of #140672 - compiler-errors:deeply-normalize, r=lcnr | Guillaume Gomez | -8/+39 |
| 2025-05-05 | Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnr | Guillaume Gomez | -1/+1 |
| 2025-05-05 | Deeply normalize in the new solver in WF | Michael Goulet | -8/+39 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -1/+1 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -9/+25 |
| 2025-05-04 | Add comment on creation of lifetime inside opaque types | John Kåre Alsaker | -0/+4 |
| 2025-05-02 | resolve: Support imports of associated types and glob imports from traits | Vadim Petrochenkov | -16/+18 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -33/+61 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -9/+21 |
| 2025-04-28 | Rollup merge of #140302 - compiler-errors:inline_asm-bug, r=lcnr | Chris Denton | -564/+0 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -14/+14 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -3/+18 |
| 2025-04-28 | Split out various pattern type matches into their own function | Oli Scherer | -6/+15 |
| 2025-04-28 | Separate pattern lowering from pattern type lowering | Oli Scherer | -24/+28 |
| 2025-04-27 | Move inline_asm to typeck, properly handle aliases | Michael Goulet | -564/+0 |
| 2025-04-27 | Auto merge of #139646 - lcnr:default-is-fully-concrete, r=BoxyUwU | bors | -0/+33 |
| 2025-04-26 | Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errors | Matthias Krüger | -14/+12 |
| 2025-04-26 | Rollup merge of #140317 - mejrs:check_on_uni, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2025-04-26 | convert some `GenericArg` to `Term` | lcnr | -14/+12 |
| 2025-04-26 | Remove redundant check | mejrs | -1/+0 |