| Age | Commit message (Expand) | Author | Lines |
| 2024-09-12 | Implement a Method to Seal `DiagInner`'s Suggestions | Veera | -2/+2 |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -2/+2 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -83/+71 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -2/+2 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -2/+2 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -54/+48 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -29/+23 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -20/+22 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -2/+12 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -20/+22 |
| 2024-09-09 | Rollup merge of #130149 - GrigorenkoPV:lifetime-suggestion, r=cjgillot | Jubilee | -17/+1 |
| 2024-09-09 | Rollup merge of #130064 - folkertdev:fix-issue-129983, r=compiler-errors | Matthias Krüger | -3/+9 |
| 2024-09-09 | Helper function for formatting with `LifetimeSuggestionPosition` | Pavel Grigorenko | -17/+1 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-09-09 | do `PolyFnSig` -> `FnSig` conversion later | Folkert de Vries | -5/+8 |
| 2024-09-08 | Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errors | bors | -2/+0 |
| 2024-09-07 | Auto merge of #126161 - Bryanskiy:delegation-generics-4, r=petrochenkov | bors | -120/+357 |
| 2024-09-07 | fix ICE in CMSE type validation | Folkert de Vries | -5/+8 |
| 2024-09-06 | Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr | bors | -2/+3 |
| 2024-09-06 | Revert ed7bdbb17b9c03fe3530e5e3f21b7c6c7879dbca | Georg Semmler | -2/+0 |
| 2024-09-05 | Delegation: support generics in associated delegation items | Bryanskiy | -71/+204 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -19/+63 |
| 2024-09-03 | Rollup merge of #127692 - veera-sivarajan:bugfix-125139, r=estebank | Matthias Krüger | -23/+55 |
| 2024-09-03 | Delegation refactoring: add builders for generics inheritance | Bryanskiy | -80/+184 |
| 2024-09-02 | Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates | Bryanskiy | -2/+3 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -6/+6 |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -3/+31 |
| 2024-08-30 | Some code review suggestions. | Adrian Taylor | -20/+18 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`. | Nicholas Nethercote | -3/+31 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -35/+34 |
| 2024-08-28 | Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead | bors | -34/+22 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -5/+2 |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -19/+65 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_hir_analysis`. | Nicholas Nethercote | -145/+155 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -5/+2 |
| 2024-08-26 | Rollup merge of #129590 - compiler-errors:ref-tykind, r=fmease | Matthias Krüger | -2/+2 |
| 2024-08-26 | Rollup merge of #129519 - compiler-errors:lowering-flags, r=fmease | Matthias Krüger | -43/+45 |
| 2024-08-25 | Remove redundant flags that can be inferred from the HIR | Michael Goulet | -28/+21 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -2/+2 |
| 2024-08-25 | Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel... | Matthias Krüger | -1/+2 |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -1/+1 |
| 2024-08-24 | Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errors | Trevor Gross | -8/+24 |
| 2024-08-24 | Get rid of predicates_defined_on | Michael Goulet | -34/+22 |
| 2024-08-24 | repr_transparent_external_private_fields: treat `rustc_pub_transparent` types... | Pavel Grigorenko | -1/+2 |
| 2024-08-24 | Rework how we emit errors for unresolved object lifetimes | Michael Goulet | -16/+25 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-23 | Print the generic parameter along with the variance in dumps. | Camille GILLOT | -8/+24 |
| 2024-08-23 | Rollup merge of #129417 - compiler-errors:refine-err, r=lqd | Matthias Krüger | -1/+6 |
| 2024-08-23 | Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errors | Matthias Krüger | -29/+31 |
| 2024-08-22 | Don't trigger refinement lint if predicates reference errors | Michael Goulet | -1/+6 |