| Age | Commit message (Expand) | Author | Lines |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -2/+0 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -2/+0 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -2/+11 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -4/+0 |
| 2024-11-23 | global old solver cache: use `TypingEnv` | lcnr | -2/+2 |
| 2024-11-22 | Check drop is trivial before checking ty needs drop | Michael Goulet | -1/+4 |
| 2024-11-22 | Implement ~const Destruct in new solver | Michael Goulet | -0/+5 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-11-20 | Rip out built-in PointerLike impl | Michael Goulet | -14/+0 |
| 2024-11-20 | Rollup merge of #133216 - compiler-errors:const-fn, r=lcnr | Jacob Pratt | -1/+5 |
| 2024-11-19 | Implement ~const Fn trait goals in the new solver | Michael Goulet | -1/+5 |
| 2024-11-19 | Rename implied_const_bounds to explicit_implied_const_bounds | Michael Goulet | -2/+2 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -2/+4 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -2/+10 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -7/+3 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -7/+3 |
| 2024-11-09 | Move some code from Compiler::enter to GlobalCtxt::finish | bjorn3 | -2/+11 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -3/+6 |
| 2024-11-03 | Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errors | Jubilee | -8/+7 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -8/+7 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -1/+0 |
| 2024-10-31 | Try to point out when edition 2024 lifetime capture rules cause borrowck issues | Michael Goulet | -1/+1 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -5/+3 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -3/+3 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -3/+3 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -6/+6 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -12/+6 |
| 2024-10-27 | compiler: Rename LayoutS to LayoutData | Jubilee Young | -3/+3 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -28/+13 |
| 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 | -1/+2 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -5/+27 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -7/+0 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -3/+3 |
| 2024-10-22 | Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgr | bors | -0/+20 |
| 2024-10-22 | Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino | Matthias Krüger | -0/+20 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -1/+1 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -2/+2 |
| 2024-10-11 | compiler: Wire `{TyAnd,}Layout` into `rustc_abi` | Jubilee Young | -1/+1 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -9/+1 |
| 2024-10-10 | Add variances to RPITITs | Michael Goulet | -0/+4 |
| 2024-10-10 | Introduce SolverRelating | Michael Goulet | -0/+6 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -3/+2 |
| 2024-10-04 | Simplify bound var resolution. | Camille GILLOT | -7/+4 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -5/+6 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -9/+1 |
| 2024-09-30 | Validate ExistentialPredicate args | Michael Goulet | -0/+20 |
| 2024-09-30 | Auto merge of #129499 - fee1-dead-contrib:supereffects, r=compiler-errors | bors | -0/+2 |
| 2024-09-27 | properly elaborate effects implied bounds for super traits | Deadbeef | -0/+2 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |