| Age | Commit message (Expand) | Author | Lines |
| 2024-09-21 | Rollup merge of #130666 - compiler-errors:super-bounds, r=fee1-dead,fmease | Michael Goulet | -11/+84 |
| 2024-09-21 | Don't elaborate effects predicates into bounds list unless we're actually col... | Michael Goulet | -1/+8 |
| 2024-09-21 | Assert that explicit_super_predicates_of and explicit_item_bounds truly only ... | Michael Goulet | -10/+76 |
| 2024-09-21 | More tests and tweak comments | Michael Goulet | -4/+15 |
| 2024-09-20 | Resolve self type alias in impl for RTN | Michael Goulet | -1/+25 |
| 2024-09-20 | Add missing diagnostics and flesh out tests | Michael Goulet | -12/+35 |
| 2024-09-20 | Flesh out some TODOs | Michael Goulet | -17/+93 |
| 2024-09-20 | Implement RTN in resolve_bound_vars and HIR ty lowering | Michael Goulet | -132/+398 |
| 2024-09-20 | Conditionally allow lowering RTN (..) in paths | Michael Goulet | -1/+21 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -58/+0 |
| 2024-09-18 | Explicitly mark a hack as a HACK and elaborate its comment | León Orell Valerian Liehr | -7/+8 |
| 2024-09-18 | Do not ICE with incorrect empty suggestion | Esteban Küber | -1/+11 |
| 2024-09-18 | Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukang | Matthias Krüger | -2/+2 |
| 2024-09-16 | Auto merge of #130439 - matthiaskrgr:rollup-1lkzo74, r=matthiaskrgr | bors | -5/+10 |
| 2024-09-16 | Don't ICE when RPITIT captures more method args than trait definition | Michael Goulet | -5/+10 |
| 2024-09-16 | Introduce distinct error codes for precise capturing | Michael Goulet | -1/+2 |
| 2024-09-16 | Do precise capturing arg validation in resolve | Michael Goulet | -6/+4 |
| 2024-09-13 | Disallow hidden references to mutable static | Obei Sideg | -58/+0 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -2/+12 |
| 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 |