about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-31Auto merge of #106399 - estebank:type-err-span-label, r=nagisabors-164/+189
2023-01-31Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errorsbors-427/+1156
2023-01-31Auto merge of #107498 - JohnTitor:rollup-2i6g4uk, r=JohnTitorbors-6/+242
2023-01-31Rollup merge of #107479 - compiler-errors:probe-can-call-ocx, r=BoxyUwUYuki Okushi-1/+1
2023-01-31Rollup merge of #107245 - compiler-errors:new-solver-unsizing, r=lcnrYuki Okushi-5/+241
2023-01-31Auto merge of #107443 - cjgillot:generator-less-query, r=compiler-errorsbors-2/+5
2023-01-31Auto merge of #105650 - cassaundra:float-literal-suggestion, r=pnkfelixbors-1/+10
2023-01-30Fix unquoted projection types in labelEsteban Küber-1/+1
2023-01-30Make structured suggestion for fn casting verboseEsteban Küber-1/+1
2023-01-30Tweak E0271 wordingEsteban Küber-2/+6
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-1/+20
2023-01-30Fix invalid float literal suggestions when recovering an integerCassaundra Smith-1/+10
2023-01-30Tweak use of trimmed pathsEsteban Küber-7/+29
2023-01-30Hide lifetimes of `impl Trait` in force trimmed pathsEsteban Küber-3/+5
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-0/+4
2023-01-30Don't show `for<'lt>` in force trimmed pathsEsteban Küber-3/+8
2023-01-30review commentsEsteban Küber-41/+46
2023-01-30Modify primary span label for E0308Esteban Küber-135/+99
2023-01-30Auto merge of #107197 - aliemjay:patch-2, r=jackh726bors-3/+2
2023-01-30nitsMichael Goulet-20/+16
2023-01-30Trait upcasting support in new solverMichael Goulet-59/+107
2023-01-30Implement unsizing in the new trait solverMichael Goulet-0/+192
2023-01-30Use ObligationCtxt::new_in_snapshot in satisfied_from_param_envMichael Goulet-1/+1
2023-01-30incremental: migrate diagnosticsDavid Wood-252/+616
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-161/+509
2023-01-30session: impl `IntoDiagnosticArg` for `CrateType`David Wood-1/+7
2023-01-30errors: implement `IntoDiagnosticArg` for `&T`David Wood-13/+13
2023-01-30errors: add `emit_note`/`create_note` on `Handler`David Wood-0/+11
2023-01-30Rollup merge of #107465 - WaffleLapkin:has_allow_dead_code_or_lang_attr, r=Ni...Matthias Krüger-16/+18
2023-01-30Rollup merge of #107455 - tshepang:better-name, r=wesleywiserMatthias Krüger-5/+8
2023-01-30Rollup merge of #107172 - cjgillot:no-nal, r=nagisaMatthias Krüger-254/+70
2023-01-30Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next...Matthias Krüger-25/+378
2023-01-30Auto merge of #107463 - Dylan-DPC:rollup-6mq1li8, r=Dylan-DPCbors-44/+71
2023-01-30Consider `#[allow(dead_code)]` before lang itemsMaybe Waffle-2/+2
2023-01-30Split `has_allow_dead_code_or_lang_attr` into sub functionsMaybe Waffle-16/+18
2023-01-30Rollup merge of #107146 - compiler-errors:unsizing-params, r=cjgillotDylan DPC-44/+71
2023-01-30Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJungbors-97/+141
2023-01-30fix `TraitItemKind::expect_type` docsMaybe Waffle-1/+1
2023-01-30Use `expect_{use,fn}` in a couple of placesMaybe Waffle-2/+2
2023-01-30Improve ICE messages for `*::expect_*`Maybe Waffle-49/+69
2023-01-30use a more descriptive nameTshepang Mbambo-5/+8
2023-01-30Allow more deriving on packed structs.Nicholas Nethercote-97/+141
2023-01-29Remove obsolete comment.Camille GILLOT-1/+0
2023-01-29Reimplement NormalizeArrayLen.Camille GILLOT-253/+70
2023-01-29Rollup merge of #107078 - ehuss:invalid_doc_attributes-docs, r=jackh726Matthias Krüger-3/+9
2023-01-29Rollup merge of #107006 - b-naber:thir-tree, r=jackh726Matthias Krüger-3/+927
2023-01-29Rollup merge of #106540 - lowr:patch/remove-paren-whitespace, r=cjgillotMatthias Krüger-1/+1
2023-01-29Test drop_tracking_mir before querying generator.Camille GILLOT-2/+5
2023-01-29Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obkbors-4/+420
2023-01-29Insert whitespace to avoid ident concatenation in suggestionRyo Yoshida-1/+1