about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-24Tweak the slice interners.Nicholas Nethercote-59/+24
2023-02-23Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwUbors-313/+374
2023-02-23Rollup merge of #108373 - tshepang:where-clause-on-main, r=compiler-errorsMatthias Krüger-10/+16
2023-02-23Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obkMatthias Krüger-41/+22
2023-02-23Rollup merge of #108208 - cjgillot:flood-enum, r=oli-obkMatthias Krüger-7/+18
2023-02-23Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit...Matthias Krüger-104/+85
2023-02-23Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...bors-57/+90
2023-02-23hir-analysis: make where-clause-on-main diagnostic translatableTshepang Mbambo-10/+16
2023-02-22Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_miscMichael Goulet-140/+121
2023-02-22Use ty_error_with_guaranteed in many more placesMichael Goulet-229/+309
2023-02-22pluralize stuffMichael Goulet-31/+25
2023-02-22Suppress duplicated errors for associated type bounds in object typesMichael Goulet-33/+46
2023-02-22Auto merge of #108357 - matthiaskrgr:rollup-ceo3q2s, r=matthiaskrgrbors-110/+95
2023-02-22Move associated type bounds check to ast loweringMichael Goulet-45/+19
2023-02-22Rollup merge of #108353 - petrochenkov:rmir, r=cjgillotMatthias Krüger-103/+87
2023-02-22Rollup merge of #108342 - lcnr:opaque-tys, r=oli-obkMatthias Krüger-6/+4
2023-02-22Rollup merge of #108315 - clubby789:dead-code-in-closure, r=compiler-errorsMatthias Krüger-0/+3
2023-02-22Rollup merge of #108176 - compiler-errors:bad-lexical-region-resolve-bug, r=o...Matthias Krüger-1/+1
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-552/+640
2023-02-22resolve: Remove `ImportResolver`Vadim Petrochenkov-103/+87
2023-02-22Remove type-traversal trait aliasesAlan Egerton-552/+640
2023-02-22diagnostics: if AssocFn has self argument, describe as methodMichael Howell-57/+90
2023-02-22Lint dead code in closuresclubby789-0/+3
2023-02-22Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obkbors-746/+1042
2023-02-22apply query response: actually define opaque typeslcnr-6/+4
2023-02-22Auto merge of #108339 - GuillaumeGomez:rollup-4z02kas, r=GuillaumeGomezbors-263/+274
2023-02-22Rollup merge of #108246 - saethlin:instcombine-redundant-casts, r=compiler-er...Guillaume Gomez-0/+9
2023-02-22Rollup merge of #108239 - clubby789:overlapping-spans, r=compiler-errorsGuillaume Gomez-13/+10
2023-02-22Rollup merge of #108230 - LittleFall:enhance/warning, r=estebankGuillaume Gomez-22/+24
2023-02-22Rollup merge of #108168 - clubby789:recursive-type-alias, r=compiler-errorsGuillaume Gomez-2/+3
2023-02-22Rollup merge of #108110 - compiler-errors:new-solver-less-infcx, r=lcnrGuillaume Gomez-226/+228
2023-02-22various: translation resources from cg backendDavid Wood-28/+49
2023-02-22errors: fix translation's run-make testDavid Wood-2/+11
2023-02-22errors: generate typed identifiers in each crateDavid Wood-745/+1011
2023-02-22Auto merge of #108300 - oli-obk:elsa, r=eholkbors-36/+68
2023-02-22Move some InferCtxt methods to EvalCtxt in new solverMichael Goulet-226/+228
2023-02-22Auto merge of #108325 - matthiaskrgr:rollup-73qihie, r=matthiaskrgrbors-206/+565
2023-02-22Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"Zhi Qi-22/+24
2023-02-21Rollup merge of #108323 - tshepang:translatable-hir-analysis, r=compiler-errorsMatthias Krüger-4/+13
2023-02-21Rollup merge of #108322 - cjgillot:clean-const-prop, r=oli-obkMatthias Krüger-132/+105
2023-02-21Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillotMatthias Krüger-1/+7
2023-02-21Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice...Matthias Krüger-1/+2
2023-02-21Rollup merge of #104239 - b-naber:sccs-info, r=jackh726Matthias Krüger-68/+438
2023-02-21address reviewb-naber-17/+31
2023-02-21hir-analysis: make one diagnostic translatableTshepang Mbambo-4/+13
2023-02-21Auto merge of #108307 - jedisct1:z-link-flags, r=wesleywiserbors-8/+8
2023-02-21Auto merge of #108311 - oli-obk:invert_defines, r=lcnrbors-26/+37
2023-02-21Make hidden type registration opt-in, so that each site can be reviewed on it...Oli Scherer-26/+37
2023-02-21Linker: use -z <params> instead of -z<params>Frank Denis-8/+8
2023-02-21Fix overlapping spans in removing extra argumentsclubby789-13/+10