| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -19/+16 |
| 2024-09-14 | Rollup merge of #130199 - compiler-errors:by-move, r=cjgillot | Stuart Cook | -1/+1 |
| 2024-09-12 | Auto merge of #130269 - Zalathar:rollup-coxzt2t, r=Zalathar | bors | -26/+24 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -26/+24 |
| 2024-09-12 | Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnr | bors | -2/+2 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -1/+1 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -2/+2 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -26/+24 |
| 2024-09-10 | Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida... | Michael Goulet | -1/+1 |
| 2024-09-09 | compiler: Inform the solver of concurrency | Jubilee Young | -0/+4 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-08 | Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errors | bors | -2/+1 |
| 2024-09-06 | Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr | bors | -1/+1 |
| 2024-09-06 | Correctly handle stability of `#[diagnostic]` attributes | Georg Semmler | -2/+1 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -2/+2 |
| 2024-09-02 | Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates | Bryanskiy | -1/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-08-31 | Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead | Matthias Krüger | -4/+1 |
| 2024-08-31 | const fn stability checking: also check declared language features | Ralf Jung | -4/+1 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -4/+2 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_middle`. | Nicholas Nethercote | -1/+1 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -4/+2 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -0/+18 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -9/+9 |
| 2024-08-14 | Rollup merge of #128828 - lcnr:search-graph-11, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -9/+0 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -1/+1 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -2/+2 |
| 2024-08-12 | do not use the global solver cache for proof trees | lcnr | -9/+0 |
| 2024-08-09 | Store do_not_recommend-ness in impl header | Michael Goulet | -0/+6 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-06 | miri: make vtable addresses not globally unique | Ralf Jung | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -38/+33 |
| 2024-07-17 | lift_to_tcx -> lift_to_interner | Michael Goulet | -4/+4 |
| 2024-07-14 | Add cache for `allocate_str` | Adwin White | -2/+3 |
| 2024-07-12 | enable fuzzing of `SearchGraph` | lcnr | -7/+22 |
| 2024-07-08 | Rollup merge of #127439 - compiler-errors:uplift-elaborate, r=lcnr | 许杰友 Jieyou Xu (Joe) | -29/+18 |
| 2024-07-07 | Get rid of the redundant elaboration in middle | Michael Goulet | -24/+2 |
| 2024-07-07 | Uplift elaboration | Michael Goulet | -5/+16 |
| 2024-07-07 | Uplift trait_ref_is_knowable and friends | Michael Goulet | -0/+8 |
| 2024-07-06 | Uplift PredicateEmittingRelation first | Michael Goulet | -0/+2 |