about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-01-08Rollup merge of #106602 - GuillaumeGomez:tidy-goml-scripts, r=Mark-SimulacrumMichael Goulet-16/+45
2023-01-08Rollup merge of #106600 - compiler-errors:no-private-field-ty-err, r=estebankMichael Goulet-8/+35
2023-01-08Rollup merge of #106497 - chenyukang:yukang/fix-106443-sugg-clone, r=estebankMichael Goulet-0/+107
2023-01-08Rollup merge of #106363 - estebank:mutability-mismatch-arg, r=NilstriebMichael Goulet-23/+46
2023-01-08Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwcoMichael Goulet-102/+102
2023-01-08Fix tidy issues in goml scriptsGuillaume Gomez-14/+34
2023-01-08Add goml scripts to tidy checksGuillaume Gomez-2/+11
2023-01-08Suppress type errors that come from private fieldsMichael Goulet-8/+35
2023-01-08Auto merge of #106449 - GuillaumeGomez:rustdoc-gui-retry-mechanism, r=Mark-Si...bors-46/+76
2023-01-08Remove extra spaceYukang-1/+1
2023-01-08Rollup merge of #106581 - estebank:bad-suggestion, r=compiler-errorsYuki Okushi-0/+29
2023-01-08Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errorsYuki Okushi-2/+2
2023-01-08Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomezYuki Okushi-12/+49
2023-01-08Rollup merge of #106546 - aDotInTheVoid:jsondoclint-path-local-item, r=notriddleYuki Okushi-4/+125
2023-01-08Rollup merge of #106457 - kadiwa4:no-bless, r=Mark-SimulacrumYuki Okushi-3/+3
2023-01-08Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler...Yuki Okushi-0/+27
2023-01-08Mention signature rather than fn pointers when comparing impl/trait methodsMichael Goulet-102/+102
2023-01-08Do not emit wrong E0308 suggestion for closure mismatchEsteban Küber-4/+0
2023-01-08Add testEsteban Küber-0/+33
2023-01-08remove unreachable error code `E0313`Ezra Shaw-2/+2
2023-01-08Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrumbors-1/+0
2023-01-08doc/test: add UI test and reword docs for `E0013` and `E0015`Ezra Shaw-0/+34
2023-01-07Auto merge of #106573 - matthiaskrgr:rollup-zkgfsta, r=matthiaskrgrbors-64/+110
2023-01-07Rollup merge of #106556 - notriddle:notriddle/margin-left-content-mobile, r=G...Matthias Krüger-4/+0
2023-01-07Rollup merge of #106509 - estebank:closure-in-block, r=davidtwcoMatthias Krüger-24/+33
2023-01-07Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwcoMatthias Krüger-0/+36
2023-01-07Rollup merge of #105517 - pcc:process-panic-after-fork, r=davidtwcoMatthias Krüger-36/+41
2023-01-07Auto merge of #106036 - JohnTitor:issue-86106, r=nikicbors-0/+62
2023-01-07Auto merge of #105323 - cjgillot:simplify-const-prop, r=davidtwcobors-509/+362
2023-01-07Auto merge of #106519 - estebank:tail-unit, r=cjgillotbors-0/+131
2023-01-07Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillotbors-0/+51
2023-01-07Apply `merge-functions=disabled`Yuki Okushi-2/+9
2023-01-07Apply review suggestionsYuki Okushi-9/+8
2023-01-07Add regression test for #86106Yuki Okushi-0/+56
2023-01-07Auto merge of #106558 - compiler-errors:rollup-lkii3j3, r=compiler-errorsbors-71/+67
2023-01-06Rollup merge of #106543 - notriddle:notriddle/source-sidebar-width-zero, r=Gu...Michael Goulet-11/+7
2023-01-06Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener...Michael Goulet-56/+56
2023-01-06Rollup merge of #106525 - compiler-errors:new-solver-wf, r=jackh726Michael Goulet-4/+4
2023-01-07minor fixes for `error_codes.rs` tidy checkEzra Shaw-12/+15
2023-01-06rustdoc: remove no-op mobile CSS `.content { margin-left: 0 }`Michael Howell-4/+0
2023-01-07Auto merge of #106538 - aDotInTheVoid:strip-use-doc-hidden, r=notriddlebors-1/+29
2023-01-07use type_implements_trait to check Param cloneyukang-2/+2
2023-01-07Auto merge of #106544 - matthiaskrgr:rollup-e9prjed, r=matthiaskrgrbors-1019/+1067
2023-01-06jsondoclint: Check local items in `paths` are also in `index`.Nixon Enraght-Moony-4/+125
2023-01-06Auto merge of #106415 - Nilstrieb:where-is-my-master-branch, r=jyn514bors-75/+187
2023-01-06Change wording to avoid being misleadingEsteban Küber-25/+11
2023-01-06Structured suggestion for `&mut dyn Iterator` when possibleEsteban Küber-5/+42
2023-01-07Suggest possible clone when we have &Tyukang-0/+107
2023-01-06Rollup merge of #106534 - GuillaumeGomez:block-syntax, r=notriddleMatthias Krüger-592/+574
2023-01-06Rollup merge of #106466 - clubby789:relative-module-fix, r=notriddleMatthias Krüger-41/+109