| Age | Commit message (Expand) | Author | Lines |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -0/+6 |
| 2024-10-26 | Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors | Matthias Krüger | -10/+4 |
| 2024-10-26 | Effects cleanup | Deadbeef | -10/+4 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -36/+23 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+1 |
| 2024-10-24 | Be better at enforcing that const_conditions is only called on const items | Michael Goulet | -2/+68 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -11/+155 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -152/+10 |
| 2024-10-24 | Rollup merge of #131623 - matthiaskrgr:clippy_sat, r=Nadrieril | Stuart Cook | -2/+2 |
| 2024-10-23 | fix a couple clippy:complexitys | Matthias Krüger | -2/+2 |
| 2024-10-23 | Rollup merge of #131979 - compiler-errors:compare-pred-entail, r=fmease | León Orell Valerian Liehr | -1/+3 |
| 2024-10-23 | More compare_impl_item simplifications | Michael Goulet | -1/+3 |
| 2024-10-23 | Auto merge of #132027 - RalfJung:lang-feature-bool-fields, r=nnethercote | bors | -12/+12 |
| 2024-10-23 | Auto merge of #132044 - lcnr:no-relate-abi, r=compiler-errors | bors | -27/+5 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -12/+12 |
| 2024-10-23 | remove `PredicatePolarity` and `BoundConstness` relate impls | lcnr | -3/+0 |
| 2024-10-22 | do not relate `Abi` and `Safety` | lcnr | -24/+5 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -1/+1 |
| 2024-10-22 | Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgr | bors | -0/+21 |
| 2024-10-22 | Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino | Matthias Krüger | -0/+21 |
| 2024-10-22 | Auto merge of #131321 - RalfJung:feature-activation, r=nnethercote | bors | -5/+5 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -5/+5 |
| 2024-10-21 | Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelix | Jubilee | -1/+15 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+0 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -28/+9 |
| 2024-10-21 | Rollup merge of #131981 - compiler-errors:bound-constness, r=cjgillot | Matthias Krüger | -4/+8 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -109/+54 |
| 2024-10-20 | Remove the BoundConstness::NotConst variant | Michael Goulet | -4/+8 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -24/+1 |
| 2024-10-19 | Rename normalize to normalize_internal, remove unnecessary usages | Michael Goulet | -2/+2 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -108/+53 |
| 2024-10-19 | Remove module passes filtering | blyxyas | -1/+1 |
| 2024-10-19 | Follow review comments (optimize the filtering) | blyxyas | -1/+2 |
| 2024-10-19 | Change lints_to_emit to lints_that_actually_run | blyxyas | -1/+1 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -1/+6 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -36/+47 |
| 2024-10-18 | Rollup merge of #131802 - compiler-errors:fnonce-coverage, r=Zalathar | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-10-18 | Dont ICE when computing coverage of synthetic async closure body | Michael Goulet | -0/+1 |
| 2024-10-18 | rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972) | Andrew Zhogin | -1/+15 |
| 2024-10-17 | move `defining_opaque_types` out of `Canonical` | lcnr | -28/+31 |
| 2024-10-17 | `DropckOutlives` to `rustc_middle` | lcnr | -6/+15 |
| 2024-10-17 | remove type_op constructors | lcnr | -25/+1 |
| 2024-10-17 | `ImpliedOutlivesBounds` to `rustc_middle` | lcnr | -6/+14 |
| 2024-10-16 | Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelix | Matthias Krüger | -7/+8 |
| 2024-10-16 | Auto merge of #131481 - nnethercote:rm-GenKillSet, r=cjgillot | bors | -7/+0 |
| 2024-10-16 | Auto merge of #131422 - GnomedDev:smallvec-predicate-obligations, r=compiler-... | bors | -4/+5 |
| 2024-10-15 | Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errors | bors | -2/+2 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -2/+2 |
| 2024-10-15 | Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu | Matthias Krüger | -1/+2 |