| Age | Commit message (Expand) | Author | Lines |
| 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-24 | stabilize if_let_rescope | Ding Xiang Fei | -4/+2 |
| 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 | -5/+10 |
| 2024-10-16 | Rollup merge of #131753 - compiler-errors:swap-secondary, r=jieyouxu | Matthias Krüger | -7/+3 |
| 2024-10-16 | Rollup merge of #131754 - compiler-errors:bivariance-bivariance, r=estebank | Urgau | -10/+50 |
| 2024-10-16 | Auto merge of #131422 - GnomedDev:smallvec-predicate-obligations, r=compiler-... | bors | -5/+6 |
| 2024-10-15 | Don't report bivariance error when nesting a struct with field errors into an... | Michael Goulet | -10/+50 |
| 2024-10-15 | Unify secondary_span and swap_secondary_and_primary | Michael Goulet | -7/+3 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -21/+22 |
| 2024-10-15 | Rollup merge of #131328 - ismailarilik:remove-unnecessary-sorts-in-rustc-hir-... | Matthias Krüger | -7/+2 |
| 2024-10-15 | Rollup merge of #131675 - tdittr:update-unsupported-abi-message, r=compiler-e... | Matthias Krüger | -3/+3 |
| 2024-10-14 | improve error messages for `C-cmse-nonsecure-entry` functions | Folkert de Vries | -67/+122 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -18/+19 |
| 2024-10-14 | Update lint message for ABI not supported | Tamme Dittrich | -3/+3 |
| 2024-10-12 | Rollup merge of #131239 - VulnBandit:trait-vulnerability, r=lcnr | Matthias Krüger | -35/+37 |
| 2024-10-12 | Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errors | Matthias Krüger | -15/+37 |
| 2024-10-12 | Swap Vec<PredicateObligation> to type alias | GnomedDev | -5/+6 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+13 |