| Age | Commit message (Expand) | Author | Lines |
| 2024-11-14 | Only disable cache if predicate has opaques within it | Michael Goulet | -21/+45 |
| 2024-10-11 | remove outdated FIXMEs | lcnr | -0/+2 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -16/+12 |
| 2024-10-10 | Auto merge of #131263 - compiler-errors:solver-relating, r=lcnr | bors | -6/+0 |
| 2024-10-10 | impossible obligations check fast path | lcnr | -8/+21 |
| 2024-10-10 | Use SolverRelating in new solver | Michael Goulet | -6/+0 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -5/+5 |
| 2024-10-10 | Compiler: Replace remaining occurrences of "object safe" with "dyn compatible" | León Orell Valerian Liehr | -12/+8 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -3/+3 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -27/+21 |
| 2024-10-04 | Rollup merge of #131273 - estebank:issue-131051, r=compiler-errors | Jubilee | -1/+21 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -27/+21 |
| 2024-10-04 | Account for `impl Trait {` when `impl Trait for Type {` was intended | Esteban Küber | -1/+21 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -1/+0 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -5/+5 |
| 2024-10-03 | Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank | Matthias Krüger | -4/+4 |
| 2024-10-03 | Rollup merge of #131112 - jswrenn:fix-130413, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2024-10-03 | Remove crashes, add comment | Michael Goulet | -0/+2 |
| 2024-10-02 | Move in_trait into OpaqueTyOrigin | Michael Goulet | -1/+1 |
| 2024-10-02 | Use named fields for OpaqueTyOrigin | Michael Goulet | -2/+2 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -2/+2 |
| 2024-10-02 | Improve const traits diagnostics for new desugaring | Deadbeef | -18/+68 |
| 2024-10-01 | TransmuteFrom: Gracefully handle unnormalized types and normalization errors | Jack Wrenn | -0/+9 |
| 2024-10-01 | Implement boolean lit support in cfg predicates | Urgau | -1/+3 |
| 2024-10-01 | Use `ast::NestedMetaItem` when evaluating cfg predicate | Urgau | -7/+5 |
| 2024-09-30 | Also fix first_method_vtable_slot | Michael Goulet | -13/+12 |
| 2024-09-30 | Extract trait_refs_are_compatible, make it instantiate binders | Michael Goulet | -28/+64 |
| 2024-09-30 | Instantiate binders in supertrait_vtable_slot | Michael Goulet | -10/+30 |
| 2024-09-28 | Rollup merge of #130866 - compiler-errors:dyn-instantiate-binder, r=lcnr | Matthias Krüger | -20/+73 |
| 2024-09-27 | Get rid of a_is_expected from ToTrace | Michael Goulet | -3/+0 |
| 2024-09-27 | Instantiate binders when checking supertrait upcasting | Michael Goulet | -20/+76 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -78/+75 |
| 2024-09-26 | Rollup merge of #130911 - notriddle:notriddle/suggest-wrap-parens-fn-pointer,... | Jubilee | -4/+25 |
| 2024-09-26 | Check allow instantiating object trait binder when upcasting and in new solver | Michael Goulet | -3/+3 |
| 2024-09-26 | diagnostics: wrap fn cast suggestions in parens | Michael Howell | -4/+25 |
| 2024-09-25 | Stabilize the `map`/`value` methods on `ControlFlow` | Scott McMurray | -1/+0 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -78/+75 |
| 2024-09-25 | Fixed diagnostics for coroutines with () as input. | Virginia Senioria | -37/+35 |
| 2024-09-23 | Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=B... | Matthias Krüger | -0/+40 |
| 2024-09-23 | Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwU | Matthias Krüger | -21/+20 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -348/+298 |
| 2024-09-22 | Don't call try_eval_target_usize in error reporting | Michael Goulet | -1/+1 |
| 2024-09-22 | Don't call const normalize in error reporting | Michael Goulet | -20/+19 |
| 2024-09-22 | Introduce structurally_normalize_const, use it in hir_typeck | Michael Goulet | -0/+40 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -2/+2 |
| 2024-09-20 | TL note: current means target | Jubilee Young | -2/+2 |
| 2024-09-19 | skip normalizing param env if it is already normalized | Lukas Markeffsky | -0/+3 |
| 2024-09-18 | Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukang | Matthias Krüger | -3/+3 |
| 2024-09-17 | Rollup merge of #130275 - compiler-errors:extern-crate, r=lcnr | Matthias Krüger | -0/+1 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -21/+21 |