| Age | Commit message (Expand) | Author | Lines |
| 2023-01-26 | Rollup merge of #107286 - compiler-errors:new-solver-deny-infers, r=lcnr | Matthias Krüger | -22/+33 |
| 2023-01-26 | Rollup merge of #107285 - compiler-errors:new-solver-future-and-generator, r=... | Matthias Krüger | -11/+184 |
| 2023-01-26 | Rollup merge of #107272 - compiler-errors:new-solver-more-predicates, r=lcnr | Matthias Krüger | -6/+63 |
| 2023-01-26 | Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obk | Matthias Krüger | -197/+204 |
| 2023-01-26 | Rollup merge of #107204 - euclio:assoc-const-suggestion, r=petrochenkov | Matthias Krüger | -5/+12 |
| 2023-01-26 | Rollup merge of #107175 - compiler-errors:bad-types-in-vec-push, r=estebank | Matthias Krüger | -18/+30 |
| 2023-01-26 | Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obk | Matthias Krüger | -0/+6 |
| 2023-01-26 | Rollup merge of #106960 - estebank:parse-anon-enums, r=cjgillot | Matthias Krüger | -20/+106 |
| 2023-01-26 | Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors | Matthias Krüger | -6/+212 |
| 2023-01-26 | ICE in new solver if we see an inference variable | Michael Goulet | -22/+33 |
| 2023-01-26 | Implement Generator and Future | Michael Goulet | -1/+127 |
| 2023-01-26 | Report the right fulfillment errors | Michael Goulet | -10/+57 |
| 2023-01-25 | Don't normalize obligations in WF goal for the new solver | Michael Goulet | -7/+31 |
| 2023-01-25 | Implement ObjectSafe and WF in the new solver | Michael Goulet | -4/+37 |
| 2023-01-25 | Rollup merge of #107282 - BoxyUwU:erica_builtin_pointee_impls, r=compiler-errors | Matthias Krüger | -0/+105 |
| 2023-01-25 | Rollup merge of #107256 - JakobDegen:delete-sai, r=cjgillot | Matthias Krüger | -825/+0 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -6/+39 |
| 2023-01-25 | Rollup merge of #105345 - yanchen4791:issue-103582-fix, r=jackh726 | Matthias Krüger | -19/+71 |
| 2023-01-25 | Auto merge of #103902 - vincenzopalazzo:macros/obligation_rulesv2, r=oli-obk | bors | -277/+261 |
| 2023-01-25 | suggest qualifying bare associated constants | Andy Russell | -5/+12 |
| 2023-01-25 | Rollup merge of #107227 - lcnr:solver-new-external-api, r=compiler-errors | Dylan DPC | -17/+32 |
| 2023-01-25 | Rollup merge of #107213 - edward-shen:edward-shen/fix-accidental-let-else, r=... | Dylan DPC | -14/+31 |
| 2023-01-25 | Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obk | Dylan DPC | -76/+64 |
| 2023-01-25 | Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-Simulacrum | Dylan DPC | -1/+2 |
| 2023-01-25 | Rollup merge of #106583 - estebank:suggest-result-coercion, r=compiler-errors | Dylan DPC | -1/+52 |
| 2023-01-25 | create and use GlobalAlloc::address_space | Erik Desjardins | -19/+18 |
| 2023-01-24 | no without_constness | Boxy | -2/+1 |
| 2023-01-24 | sorry erica | Boxy | -1/+1 |
| 2023-01-24 | implement builtin candidate | Boxy | -0/+106 |
| 2023-01-24 | Add suggestions for function pointers | Matthew J Perez | -40/+81 |
| 2023-01-24 | Delete `SimplifyArmIdentity` and `SimplifyBranchSame` mir opts | Jakob Degen | -825/+0 |
| 2023-01-23 | Add suggestion to remove if in let...else block | Edward Shen | -14/+31 |
| 2023-01-23 | review comment: Remove AST AnonTy | Esteban Küber | -11/+3 |
| 2023-01-23 | Add hint for missing lifetime bound on trait object when type alias is used | yanchen4791 | -19/+71 |
| 2023-01-23 | Hack to suppress bad labels in type mismatch inference deduction code | Michael Goulet | -17/+27 |
| 2023-01-23 | Don't resolve type var roots in point_at_expr_source_of_inferred_type | Michael Goulet | -1/+3 |
| 2023-01-23 | rustc_metadata: Support non-`Option` nullable values in metadata tables | Vadim Petrochenkov | -76/+64 |
| 2023-01-23 | `new_outside_solver` -> `evaluate_root_goal` | lcnr | -17/+32 |
| 2023-01-23 | tweak wording | Esteban Küber | -1/+2 |
| 2023-01-23 | Ensure suggestion correctness | Esteban Küber | -0/+10 |
| 2023-01-23 | Do not erase regions | Esteban Küber | -1/+1 |
| 2023-01-23 | Add call in `emit_type_mismatch_suggestions` | Esteban Küber | -46/+42 |
| 2023-01-23 | review comment: use `fcx.infcx` | Esteban Küber | -3/+1 |
| 2023-01-23 | Suggest coercion of `Result` using `?` | Esteban Küber | -1/+48 |
| 2023-01-23 | Auto merge of #107220 - JohnTitor:rollup-5pvuz0z, r=JohnTitor | bors | -23/+52 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -277/+261 |
| 2023-01-23 | Rollup merge of #107153 - tmiasko:dominates, r=oli-obk | Yuki Okushi | -18/+18 |
| 2023-01-23 | Rollup merge of #107151 - tmiasko:dominators-no-inline, r=compiler-errors | Yuki Okushi | -1/+0 |
| 2023-01-23 | Rollup merge of #107148 - Ezrashaw:uncode-e0789, r=compiler-errors,GuillaumeG... | Yuki Okushi | -1/+31 |
| 2023-01-23 | Rollup merge of #107101 - compiler-errors:perf-106309-1, r=petrochenkov | Yuki Okushi | -2/+2 |