| Age | Commit message (Expand) | Author | Lines |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -6/+6 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -2/+3 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -7/+12 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -14/+17 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -2/+2 |
| 2023-05-08 | Rollup merge of #111211 - compiler-errors:negative-bounds-super, r=TaKO8Ki | Yuki Okushi | -5/+6 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -1/+1 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -1/+1 |
| 2023-05-05 | misc nameres changes for anon consts | Boxy | -14/+17 |
| 2023-05-04 | Don't compute trait super bounds unless they're positive | Michael Goulet | -5/+6 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -2/+2 |
| 2023-05-03 | Rename things to reflect that they're not item specific | Michael Goulet | -6/+6 |
| 2023-05-03 | Support RTN on associated methods from supertraits | Michael Goulet | -21/+31 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -5/+5 |
| 2023-05-01 | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | -6/+11 |
| 2023-05-01 | Do not consider associated type bounds for super_predicates_that_define_assoc... | Michael Goulet | -10/+14 |
| 2023-05-01 | Simplify type_parameter_bounds_in_generics | Michael Goulet | -42/+28 |
| 2023-04-26 | Rollup merge of #108760 - clubby789:autolintstuff, r=wesleywiser | Matthias Krüger | -7/+3 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -10/+12 |
| 2023-04-25 | Fix static string lints | clubby789 | -7/+3 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -6/+7 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -5/+6 |
| 2023-04-20 | Remove opt_const_param_of. | Camille GILLOT | -158/+94 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -1/+0 |
| 2023-04-19 | Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -1/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-15 | fix clippy::{clone_on_copy, useless_conversion} | Matthias Krüger | -3/+2 |
| 2023-04-13 | Remove some unused type folders. | Nicholas Nethercote | -26/+1 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -32/+81 |
| 2023-04-11 | Split super_predicates_that_define_assoc_type query from super_predicates_of | Michael Goulet | -2/+1 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -1/+1 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -2/+2 |
| 2023-03-28 | Compute bound vars correctly | Michael Goulet | -1/+53 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -7/+4 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -11/+11 |
| 2023-03-21 | Use LocalDefId in ItemCtxt | Michael Goulet | -73/+76 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -36/+41 |
| 2023-03-21 | Rollup merge of #109385 - lcnr:typo, r=Dylan-DPC | nils | -1/+1 |
| 2023-03-20 | fix typo | lcnr | -1/+1 |
| 2023-03-19 | Reformat type_of | Michael Goulet | -23/+30 |
| 2023-03-19 | Only expect a GAT const arg | Michael Goulet | -5/+10 |
| 2023-03-17 | Remove VecMap | Michael Goulet | -1/+1 |
| 2023-03-16 | Install projection from RPITIT to default trait method opaque correctly | Michael Goulet | -14/+22 |
| 2023-03-13 | Don't ICE for late-bound consts across AnonConstBoundary | Michael Goulet | -7/+7 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -12/+43 |
| 2023-03-06 | Implement type_of for RPITITs assoc type | Santiago Pastorino | -1/+20 |
| 2023-03-06 | Properly implement explicit_item_bounds for RPITITs trait assoc ty | Santiago Pastorino | -11/+23 |
| 2023-03-05 | Rollup merge of #108746 - compiler-errors:rpitit-dont-project-default-w-no-va... | Matthias Krüger | -2/+2 |