about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-07Auto merge of #107767 - matthiaskrgr:rollup-9m1qfso, r=matthiaskrgrbors-47/+138
2023-02-07Rollup merge of #107709 - tialaramex:master, r=compiler-errorsMatthias Krüger-1/+2
2023-02-07Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obkMatthias Krüger-2/+3
2023-02-07Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com...Matthias Krüger-30/+86
2023-02-07Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r...Matthias Krüger-14/+47
2023-02-07Auto merge of #107671 - CastilloDel:master, r=estebankbors-38/+57
2023-02-07Auto merge of #106180 - RalfJung:dereferenceable-generators, r=nbdd0121bors-140/+121
2023-02-07Auto merge of #107693 - petrochenkov:metable, r=oli-obkbors-137/+229
2023-02-06Fix problem noticed in PR106859 with char -> u8 suggestionNick Lamb-1/+2
2023-02-06Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillotMatthias Krüger-234/+245
2023-02-06Rollup merge of #107724 - klensy:imports, r=Mark-SimulacrumMatthias Krüger-17/+0
2023-02-06Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errorsMatthias Krüger-2/+15
2023-02-06Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl...Matthias Krüger-67/+532
2023-02-06Modify existing bounds if they existEdward Shen-30/+86
2023-02-06Comment move->copy transform.Camille Gillot-0/+1
2023-02-06Auto merge of #107727 - Dylan-DPC:rollup-b1yexcl, r=Dylan-DPCbors-182/+372
2023-02-06interpret: move discriminant reading and writing to separate fileRalf Jung-234/+245
2023-02-06remove unused importsklensy-17/+0
2023-02-06Rollup merge of #107687 - cjgillot:sroa-2, r=oli-obkDylan DPC-180/+255
2023-02-06Rollup merge of #107685 - jieyouxu:issue-90027, r=compiler-errorsDylan DPC-1/+45
2023-02-06Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parame...Dylan DPC-1/+27
2023-02-06Rollup merge of #107553 - edward-shen:edward-shen/suggest-null-ptr, r=WaffleL...Dylan DPC-0/+45
2023-02-06Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errorsbors-3/+36
2023-02-06Add extended error message for E0523Matthew Kelly-14/+47
2023-02-06also do not add noalias on not-Unpin BoxRalf Jung-98/+101
2023-02-06make &mut !Unpin not dereferenceableRalf Jung-6/+9
2023-02-06make PointerKind directly reflect pointer typesRalf Jung-59/+34
2023-02-06Auto merge of #107667 - cjgillot:no-on-hit, r=lcnr,Zoxcbors-127/+68
2023-02-06Suggest return type for async function without return type许杰友 Jieyou Xu (Joe)-1/+45
2023-02-05Auto merge of #107627 - nnethercote:optimize-fold_ty, r=compiler-errorsbors-99/+104
2023-02-06Split and inline `TypeFreshener::fold_ty`.Nicholas Nethercote-68/+61
2023-02-06Split and inline `ShallowResolver::fold_ty`.Nicholas Nethercote-24/+33
2023-02-06Inline `OpportunisticVarResolver::fold_ty`.Nicholas Nethercote-0/+1
2023-02-06Improve early bailout test in `resolve_vars_if_possible`.Nicholas Nethercote-2/+2
2023-02-06Put a `ShallowResolver` within `OpportunisticVarResolver`.Nicholas Nethercote-5/+7
2023-02-05Auto merge of #107526 - obeis:for-missing-iterator, r=estebank,compiler-errorsbors-0/+30
2023-02-05Clean up and comment EmitterWriter.draw_code_lineCastilloDel-59/+32
2023-02-05Auto merge of #107663 - matthiaskrgr:107423-point-at-EOF-code, r=compiler-errorsbors-0/+4
2023-02-05Sort Generator `print-type-sizes` according to their yield pointsArpad Borsos-2/+15
2023-02-05rustc_metadata: Encode/decode `DefPathHash`es without an `Option`Vadim Petrochenkov-11/+20
2023-02-05Recover from missing expression in for loopObei Sideg-0/+30
2023-02-05rustc_metadata: Encode/decode some `LazyArray`s without an `Option`Vadim Petrochenkov-35/+45
2023-02-05rustc_metadata: Support encoding/decoding `LazyArray` without an `Option`Vadim Petrochenkov-30/+66
2023-02-05rustc_metadata: Refactor lazy table reading/writingVadim Petrochenkov-90/+127
2023-02-05Simplify ReplacementMap.Camille GILLOT-84/+109
2023-02-05Run SROA to fixpoint.Camille GILLOT-42/+34
2023-02-05Simplify construction of replacement map.Camille GILLOT-90/+70
2023-02-05Introduce helper.Camille GILLOT-24/+23
2023-02-05Make SROA expand assignments.Camille GILLOT-23/+65
2023-02-05Auto merge of #107679 - est31:less_import_overhead, r=compiler-errorsbors-376/+356