| Age | Commit message (Expand) | Author | Lines |
| 2024-10-31 | Double check the lowered predicates in type_param_predicates | Michael Goulet | -7/+24 |
| 2024-10-31 | Make SelfTraitThatDefines a tighter filter | Michael Goulet | -27/+55 |
| 2024-10-31 | Make predicate filter in `probe_ty_param_bounds_in_generics` more explicit | Michael Goulet | -17/+17 |
| 2024-10-31 | Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank | bors | -7/+17 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -7/+17 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -9/+13 |
| 2024-10-31 | Rollup merge of #132374 - fmease:rm-dead-eff-code, r=compiler-errors | Matthias Krüger | -9/+3 |
| 2024-10-31 | Rollup merge of #132373 - compiler-errors:rpitit-bound, r=fmease | Matthias Krüger | -0/+10 |
| 2024-10-31 | Validate associated type bounds on ? | Michael Goulet | -13/+25 |
| 2024-10-30 | Actually do validation for poly trait refs with ? modifier | Michael Goulet | -8/+11 |
| 2024-10-30 | Remove dead code stemming from the old effects desugaring | León Orell Valerian Liehr | -9/+3 |
| 2024-10-30 | Make sure type_param_predicates resolves correctly for RPITIT | Michael Goulet | -0/+10 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -16/+21 |
| 2024-10-30 | Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche... | Jubilee | -162/+323 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -16/+21 |
| 2024-10-30 | Actually capture all in-scope lifetimes. | Camille GILLOT | -43/+29 |
| 2024-10-30 | Review comments. | Camille GILLOT | -1/+1 |
| 2024-10-30 | Adapt comments. | Camille GILLOT | -12/+12 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -160/+335 |
| 2024-10-30 | Switch to comparing indices instead of names. | Adrian Taylor | -28/+11 |
| 2024-10-30 | Reject generic self types. | Adrian Taylor | -13/+83 |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -39/+47 |
| 2024-10-29 | Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis... | Matthias Krüger | -4/+2 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -39/+47 |
| 2024-10-29 | Rollup merge of #132194 - compiler-errors:rpitit-super-wc, r=spastorino | Jubilee | -14/+2 |
| 2024-10-29 | Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnr | Jubilee | -12/+0 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -12/+0 |
| 2024-10-28 | Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors | Jubilee | -1/+1 |
| 2024-10-28 | Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errors | Jubilee | -3/+3 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -1/+1 |
| 2024-10-28 | Rollup merge of #132243 - compiler-errors:no-span, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-10-28 | Rollup merge of #132227 - compiler-errors:better-const-span, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -16/+9 |
| 2024-10-27 | compiler: Add rustc_abi dependence to the compiler | Jubilee Young | -3/+3 |
| 2024-10-27 | Remove ObligationCause::span() method | Michael Goulet | -3/+3 |
| 2024-10-27 | Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors | Matthias Krüger | -9/+0 |
| 2024-10-27 | Rollup merge of #132043 - compiler-errors:simplify-rbv, r=cjgillot | Matthias Krüger | -79/+75 |
| 2024-10-27 | Move an impl-Trait check from AST validation to AST lowering | León Orell Valerian Liehr | -9/+0 |
| 2024-10-26 | Pass constness with span into lower_poly_trait_ref | Michael Goulet | -16/+9 |
| 2024-10-26 | Collect item bounds for RPITITs from trait where clauses just like associated... | Michael Goulet | -14/+2 |
| 2024-10-26 | Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors | Matthias Krüger | -30/+10 |
| 2024-10-26 | Effects cleanup | Deadbeef | -30/+10 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -1/+1 |
| 2024-10-24 | Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgr | bors | -3/+1 |
| 2024-10-24 | Rollup merge of #131983 - dingxiangfei2009:stabilize-shorter-tail-lifetimes, ... | Matthias Krüger | -3/+1 |
| 2024-10-24 | Be better at enforcing that const_conditions is only called on const items | Michael Goulet | -72/+37 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -34/+503 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -216/+7 |
| 2024-10-24 | Rollup merge of #131756 - compiler-errors:deeply-normalize-type-err, r=lcnr | Stuart Cook | -8/+12 |
| 2024-10-24 | Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser | Stuart Cook | -1/+1 |
| 2024-10-24 | Plumb through param_env to note_type_err | Michael Goulet | -8/+12 |