| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-14 | Rollup merge of #130311 - heiseish:issue-70849-fix, r=fmease | Stuart Cook | -1/+2 |
| 2024-09-14 | (fix) conflicting negative impl marker and add tests | Giang Dao | -1/+2 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -21/+21 |
| 2024-09-12 | Implement a Method to Seal `DiagInner`'s Suggestions | Veera | -3/+3 |
| 2024-09-12 | Rollup merge of #130273 - lcnr:overflow-no-constraints, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-09-12 | Don't call extern_crate when local crate name is the same as a dependency and... | Michael Goulet | -0/+1 |
| 2024-09-12 | Auto merge of #130269 - Zalathar:rollup-coxzt2t, r=Zalathar | bors | -56/+44 |
| 2024-09-12 | more eagerly discard constraints on overflow | lcnr | -1/+1 |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -2/+2 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -1/+3 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -2/+2 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -30/+23 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -24/+19 |
| 2024-09-09 | Rollup merge of #130149 - GrigorenkoPV:lifetime-suggestion, r=cjgillot | Jubilee | -12/+1 |
| 2024-09-09 | Rollup merge of #130137 - gurry:master, r=cjgillot | Matthias Krüger | -3/+11 |
| 2024-09-09 | Helper function for formatting with `LifetimeSuggestionPosition` | Pavel Grigorenko | -12/+1 |
| 2024-09-09 | Rollup merge of #130070 - gurry:rename-regionkind-addof-to-ref, r=compiler-er... | Jubilee | -1/+1 |
| 2024-09-09 | Fix ICE caused by missing span in a region error | Gurinder Singh | -3/+11 |
| 2024-09-07 | Auto merge of #126161 - Bryanskiy:delegation-generics-4, r=petrochenkov | bors | -0/+3 |
| 2024-09-07 | Rename variant `AddrOfRegion` of `RegionVariableOrigin` to `BorrowRegion` | Gurinder Singh | -1/+1 |
| 2024-09-06 | Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr | bors | -12/+26 |
| 2024-09-06 | Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errors | bors | -3/+1 |
| 2024-09-06 | Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -2/+1 |
| 2024-09-05 | Delegation: support generics in associated delegation items | Bryanskiy | -0/+3 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -3/+1 |
| 2024-09-03 | Rollup merge of #129896 - lcnr:bail-on-unknowable, r=jackh726 | Matthias Krüger | -72/+66 |
| 2024-09-03 | Rollup merge of #127692 - veera-sivarajan:bugfix-125139, r=estebank | Matthias Krüger | -4/+12 |
| 2024-09-03 | do not attempt to prove unknowable goals | lcnr | -72/+66 |
| 2024-09-03 | Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau | bors | -16/+17 |