| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-10-23 | Rollup merge of #131979 - compiler-errors:compare-pred-entail, r=fmease | León Orell Valerian Liehr | -91/+66 |
| 2024-10-24 | stabilize shorter-tail-lifetimes | Ding Xiang Fei | -3/+1 |
| 2024-10-23 | More compare_impl_item simplifications | Michael Goulet | -73/+52 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -34/+36 |
| 2024-10-22 | Deduplicate handling of early-bound params in RTN | Michael Goulet | -22/+29 |
| 2024-10-22 | Simplify confusing ResolvedArg constructors | Michael Goulet | -57/+46 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -20/+18 |
| 2024-10-22 | Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino | Matthias Krüger | -2/+1 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -1/+1 |
| 2024-10-22 | Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-... | bors | -28/+17 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -21/+21 |
| 2024-10-21 | Rollup merge of #131981 - compiler-errors:bound-constness, r=cjgillot | Matthias Krüger | -21/+21 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -4/+6 |
| 2024-10-20 | tweak hybrid preds | Michael Goulet | -18/+14 |
| 2024-10-20 | Remove the BoundConstness::NotConst variant | Michael Goulet | -21/+21 |
| 2024-10-20 | Inline lower_mono_bounds into lower_poly_bounds | Michael Goulet | -39/+17 |
| 2024-10-20 | Make LowerPolyBounds take an IntoIterator | Michael Goulet | -5/+5 |
| 2024-10-20 | make unsupported_calling_conventions a hard error | Ralf Jung | -28/+17 |
| 2024-10-19 | Rollup merge of #131939 - compiler-errors:predicate-filter, r=fmease | Matthias Krüger | -95/+61 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -4/+6 |
| 2024-10-19 | Use PredicateFilter instead of OnlySelfBounds | Michael Goulet | -95/+61 |
| 2024-10-19 | Remove unnecessary constness | Michael Goulet | -45/+16 |
| 2024-10-17 | Rollup merge of #128391 - cafce25:issue-128390, r=lcnr | Matthias Krüger | -3/+6 |
| 2024-10-16 | Rollup merge of #131753 - compiler-errors:swap-secondary, r=jieyouxu | Matthias Krüger | -7/+3 |