about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-02-07Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r...Matthias Krüger-15/+75
2023-02-07Auto merge of #107704 - jyn514:tidy-ci, r=Mark-Simulacrumbors-4/+6
2023-02-07Auto merge of #106180 - RalfJung:dereferenceable-generators, r=nbdd0121bors-219/+245
2023-02-07Auto merge of #107693 - petrochenkov:metable, r=oli-obkbors-137/+229
2023-02-06Auto merge of #107738 - matthiaskrgr:rollup-o18lzi8, r=matthiaskrgrbors-425/+1536
2023-02-06Rollup merge of #107735 - edward-shen:edward-shen/mailmap, r=dtolnayMatthias Krüger-0/+1
2023-02-06Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillotMatthias Krüger-234/+245
2023-02-06Rollup merge of #107725 - GuillaumeGomez:turn-markdownwithtoc-into-struct, r=...Matthias Krüger-10/+17
2023-02-06Rollup merge of #107724 - klensy:imports, r=Mark-SimulacrumMatthias Krüger-34/+0
2023-02-06Rollup merge of #107720 - tshepang:consistency, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-02-06Rollup merge of #107714 - Wilfred:round_docs, r=m-ou-seMatthias Krüger-4/+4
2023-02-06Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errorsMatthias Krüger-12/+25
2023-02-06Rollup merge of #107596 - Kobzol:stage-build-timer, r=Mark-SimulacrumMatthias Krüger-49/+123
2023-02-06Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl...Matthias Krüger-81/+1120
2023-02-06Add mailmap for commits made by xes@meta.comEdward Shen-0/+1
2023-02-06Auto merge of #107727 - Dylan-DPC:rollup-b1yexcl, r=Dylan-DPCbors-349/+936
2023-02-06interpret: move discriminant reading and writing to separate fileRalf Jung-234/+245
2023-02-06Turn MarkdownWithToc into a struct with named fieldsGuillaume Gomez-10/+17
2023-02-06remove unused importsklensy-34/+0
2023-02-06Rollup merge of #107687 - cjgillot:sroa-2, r=oli-obkDylan DPC-313/+589
2023-02-06Rollup merge of #107685 - jieyouxu:issue-90027, r=compiler-errorsDylan DPC-1/+102
2023-02-06Rollup merge of #107669 - notriddle:notriddle/ayu-smaller, r=GuillaumeGomezDylan DPC-34/+14
2023-02-06Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parame...Dylan DPC-1/+41
2023-02-06Rollup merge of #107553 - edward-shen:edward-shen/suggest-null-ptr, r=WaffleL...Dylan DPC-0/+190
2023-02-06Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errorsbors-9/+142
2023-02-06Add extended error message for E0523Matthew Kelly-15/+75
2023-02-06also do not add noalias on not-Unpin BoxRalf Jung-116/+180
2023-02-06make &mut !Unpin not dereferenceableRalf Jung-67/+48
2023-02-06make PointerKind directly reflect pointer typesRalf Jung-59/+40
2023-02-06end entry paragprah with a period (.)Tshepang Mbambo-1/+1
2023-02-06Auto merge of #107667 - cjgillot:no-on-hit, r=lcnr,Zoxcbors-127/+68
2023-02-06Auto merge of #107697 - kiranshila:patch-1, r=the8472bors-1/+1
2023-02-06Suggest return type for async function without return type许杰友 Jieyou Xu (Joe)-1/+102
2023-02-05Clarify wording on f64::round() and f32::round()Wilfred Hughes-4/+4
2023-02-06Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum...bors-74/+108
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-05Run `expand-yaml-anchors` in `x test tidy`Joshua Nelson-4/+6
2023-02-05Auto merge of #107526 - obeis:for-missing-iterator, r=estebank,compiler-errorsbors-0/+48
2023-02-05Fix typo in HashMap::with_capacityKiran Shila-1/+1
2023-02-05Auto merge of #107663 - matthiaskrgr:107423-point-at-EOF-code, r=compiler-errorsbors-0/+43
2023-02-05Sort Generator `print-type-sizes` according to their yield pointsArpad Borsos-12/+25
2023-02-05rustc_metadata: Encode/decode `DefPathHash`es without an `Option`Vadim Petrochenkov-11/+20
2023-02-05Add ui test for missing expression in for loopObei Sideg-0/+18
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