about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-26Rollup merge of #107286 - compiler-errors:new-solver-deny-infers, r=lcnrMatthias Krüger-22/+33
2023-01-26Rollup merge of #107285 - compiler-errors:new-solver-future-and-generator, r=...Matthias Krüger-11/+184
2023-01-26Rollup merge of #107272 - compiler-errors:new-solver-more-predicates, r=lcnrMatthias Krüger-6/+63
2023-01-26Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obkMatthias Krüger-197/+204
2023-01-26Rollup merge of #107204 - euclio:assoc-const-suggestion, r=petrochenkovMatthias Krüger-5/+12
2023-01-26Rollup merge of #107175 - compiler-errors:bad-types-in-vec-push, r=estebankMatthias Krüger-18/+30
2023-01-26Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obkMatthias Krüger-0/+6
2023-01-26Rollup merge of #106960 - estebank:parse-anon-enums, r=cjgillotMatthias Krüger-20/+106
2023-01-26Rollup merge of #106407 - mejrs:attr_check, r=compiler-errorsMatthias Krüger-6/+212
2023-01-26ICE in new solver if we see an inference variableMichael Goulet-22/+33
2023-01-26Implement Generator and FutureMichael Goulet-1/+127
2023-01-26Report the right fulfillment errorsMichael Goulet-10/+57
2023-01-25Don't normalize obligations in WF goal for the new solverMichael Goulet-7/+31
2023-01-25Implement ObjectSafe and WF in the new solverMichael Goulet-4/+37
2023-01-25Rollup merge of #107282 - BoxyUwU:erica_builtin_pointee_impls, r=compiler-errorsMatthias Krüger-0/+105
2023-01-25Rollup merge of #107256 - JakobDegen:delete-sai, r=cjgillotMatthias Krüger-825/+0
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-6/+39
2023-01-25Rollup merge of #105345 - yanchen4791:issue-103582-fix, r=jackh726Matthias Krüger-19/+71
2023-01-25Auto merge of #103902 - vincenzopalazzo:macros/obligation_rulesv2, r=oli-obkbors-277/+261
2023-01-25suggest qualifying bare associated constantsAndy Russell-5/+12
2023-01-25Rollup merge of #107227 - lcnr:solver-new-external-api, r=compiler-errorsDylan DPC-17/+32
2023-01-25Rollup merge of #107213 - edward-shen:edward-shen/fix-accidental-let-else, r=...Dylan DPC-14/+31
2023-01-25Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obkDylan DPC-76/+64
2023-01-25Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-SimulacrumDylan DPC-1/+2
2023-01-25Rollup merge of #106583 - estebank:suggest-result-coercion, r=compiler-errorsDylan DPC-1/+52
2023-01-25create and use GlobalAlloc::address_spaceErik Desjardins-19/+18
2023-01-24no without_constnessBoxy-2/+1
2023-01-24sorry ericaBoxy-1/+1
2023-01-24implement builtin candidateBoxy-0/+106
2023-01-24Add suggestions for function pointersMatthew J Perez-40/+81
2023-01-24Delete `SimplifyArmIdentity` and `SimplifyBranchSame` mir optsJakob Degen-825/+0
2023-01-23Add suggestion to remove if in let...else blockEdward Shen-14/+31
2023-01-23review comment: Remove AST AnonTyEsteban Küber-11/+3
2023-01-23Add hint for missing lifetime bound on trait object when type alias is usedyanchen4791-19/+71
2023-01-23Hack to suppress bad labels in type mismatch inference deduction codeMichael Goulet-17/+27
2023-01-23Don't resolve type var roots in point_at_expr_source_of_inferred_typeMichael Goulet-1/+3
2023-01-23rustc_metadata: Support non-`Option` nullable values in metadata tablesVadim Petrochenkov-76/+64
2023-01-23`new_outside_solver` -> `evaluate_root_goal`lcnr-17/+32
2023-01-23tweak wordingEsteban Küber-1/+2
2023-01-23Ensure suggestion correctnessEsteban Küber-0/+10
2023-01-23Do not erase regionsEsteban Küber-1/+1
2023-01-23Add call in `emit_type_mismatch_suggestions`Esteban Küber-46/+42
2023-01-23review comment: use `fcx.infcx`Esteban Küber-3/+1
2023-01-23Suggest coercion of `Result` using `?`Esteban Küber-1/+48
2023-01-23Auto merge of #107220 - JohnTitor:rollup-5pvuz0z, r=JohnTitorbors-23/+52
2023-01-23fix: use LocalDefId instead of HirId in trait resVincenzo Palazzo-277/+261
2023-01-23Rollup merge of #107153 - tmiasko:dominates, r=oli-obkYuki Okushi-18/+18
2023-01-23Rollup merge of #107151 - tmiasko:dominators-no-inline, r=compiler-errorsYuki Okushi-1/+0
2023-01-23Rollup merge of #107148 - Ezrashaw:uncode-e0789, r=compiler-errors,GuillaumeG...Yuki Okushi-1/+31
2023-01-23Rollup merge of #107101 - compiler-errors:perf-106309-1, r=petrochenkovYuki Okushi-2/+2