| Age | Commit message (Expand) | Author | Lines |
| 2024-09-12 | Auto merge of #130269 - Zalathar:rollup-coxzt2t, r=Zalathar | bors | -56/+44 |
| 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 |
| 2024-09-03 | Add `warn(unreachable_pub)` to `rustc_trait_selection`. | Nicholas Nethercote | -16/+17 |
| 2024-09-02 | Rollup merge of #129878 - Sajjon:sajjon_fix_typos_batch_3, r=jieyouxu | Matthias Krüger | -9/+9 |
| 2024-09-02 | Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates | Bryanskiy | -12/+26 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 3) | Alexander Cyon | -9/+9 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -4/+0 |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -3/+48 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -16/+11 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`. | Nicholas Nethercote | -3/+48 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -16/+11 |
| 2024-08-28 | Rollup merge of #129343 - estebank:time-version, r=jieyouxu | Jubilee | -2/+47 |
| 2024-08-28 | Emit specific message for `time<0.3.35` inference failure | Esteban Küber | -2/+47 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+4 |
| 2024-08-26 | Rollup merge of #129590 - compiler-errors:ref-tykind, r=fmease | Matthias Krüger | -1/+1 |
| 2024-08-26 | Rollup merge of #129405 - surechen:fix_span_x, r=cjgillot | Matthias Krüger | -3/+8 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -1/+1 |
| 2024-08-25 | Fixing span manipulation and indentation of the suggestion introduced by #126187 | surechen | -3/+8 |
| 2024-08-24 | Rollup merge of #128467 - estebank:unsized-args, r=cjgillot | Trevor Gross | -7/+42 |
| 2024-08-23 | Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez | bors | -1/+1 |
| 2024-08-23 | Rollup merge of #129437 - gurry:fix-diagnostic-typo, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-08-23 | Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-08-23 | Fix typo in help diagnostic | Gurinder Singh | -1/+1 |
| 2024-08-22 | Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgr | bors | -20/+4 |
| 2024-08-22 | Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgr | bors | -6/+26 |
| 2024-08-22 | Do not rely on names to find lifetimes. | Camille GILLOT | -20/+4 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -4/+4 |
| 2024-08-21 | Point at explicit `'static` obligations on a trait | Esteban Küber | -6/+26 |
| 2024-08-21 | Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu | Matthias Krüger | -1/+1 |