about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-23Remove translation.Camille GILLOT-8/+0
2023-02-23Fix ICE in 'duplicate diagnostic item' diagnosticclubby789-1/+1
2023-02-23Remove dead unwinds before drop elaborationTomasz Miąsko-76/+44
2023-02-23Emit `map_unit_fn` lint in closure caseObei Sideg-0/+16
2023-02-23Add lint against `Iterator::map` receiving a callable that returns `()`Obei Sideg-1/+132
2023-02-23parser: provide better errors on closures with braces missingYutaro Ohno-1/+5
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-22rustdoc: reduce allocations when generating tooltipsMichael Howell-6/+10
2023-02-23Don't project specializable RPITIT projectionMichael Goulet-5/+22
2023-02-23Drive-by assertion in collect_return_position_impl_trait_in_trait_tysMichael Goulet-0/+7
2023-02-23Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...bors-57/+90
2023-02-23Handle selecting the default locale bettermejrs-2/+5
2023-02-23Restore behavior when primary bundle is missingmejrs-4/+13
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-22Add check for invalid \`#[macro_export]\` argumentsblyxyas-4/+73
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-22Remove some resolver outputs.Camille GILLOT-19/+0
2023-02-22Move the unused extern crate check back to the resolver.Camille GILLOT-166/+151
2023-02-22Move associated type bounds check to ast loweringMichael Goulet-45/+19
2023-02-22Remove a back compat warningOli Scherer-30/+12
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-22link-directives: clarify usage messageJeremy Fitzhardinge-1/+1
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-552/+640
2023-02-22Implement -Zlink-directives=yes/noJeremy Fitzhardinge-1/+9
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