about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-09-13Rollup merge of #101700 - compiler-errors:deletion-span, r=davidtwcoDylan DPC-201/+134
2022-09-13Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obkDylan DPC-3/+3
2022-09-13Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomccbors-28/+60
2022-09-13Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkovbors-0/+110
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-0/+594
2022-09-12Auto merge of #101736 - GuillaumeGomez:rollup-f71kjdb, r=GuillaumeGomezbors-64/+525
2022-09-12Don't trim substitution if it's only whitespaceMichael Goulet-14/+14
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-187/+120
2022-09-12Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill...Guillaume Gomez-2/+15
2022-09-12Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG...Guillaume Gomez-37/+90
2022-09-12Rollup merge of #101731 - notriddle:notriddle/more-improved-html-check, r=Gui...Guillaume Gomez-13/+330
2022-09-12Rollup merge of #101723 - lukas-code:await-diag, r=compiler-errorsGuillaume Gomez-12/+41
2022-09-12Rollup merge of #101677 - winxpqq955:issue-101211, r=fee1-deadGuillaume Gomez-0/+29
2022-09-12Rollup merge of #100185 - compiler-errors:issue-100183, r=wesleywiserGuillaume Gomez-0/+20
2022-09-12rustdoc: fix treatment of backslash-escaped HTMLMichael Howell-2/+15
2022-09-12Auto merge of #101729 - oli-obk:miriup, r=oli-obkbors-7/+7
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-37/+90
2022-09-12rustdoc: improve rustdoc HTML suggestions handling of nested genericsMichael Howell-13/+330
2022-09-12Simplify `clippy` fix.Markus Reiter-39/+22
2022-09-12Update miri submoduleOli Scherer-7/+7
2022-09-12Fix clippy.Markus Reiter-16/+65
2022-09-12Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obkbors-4/+3
2022-09-12Impove diagnostic for .await-ing non-futuresLukas Markeffsky-12/+41
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+110
2022-09-12Auto merge of #101716 - Dylan-DPC:rollup-ayvh6nd, r=Dylan-DPCbors-18/+250
2022-09-12Rollup merge of #101706 - notriddle:notriddle/search-mobile, r=GuillaumeGomezDylan DPC-5/+0
2022-09-12Rollup merge of #101701 - aDotInTheVoid:rdj-impl-tests, r=GuillaumeGomezDylan DPC-0/+81
2022-09-12Rollup merge of #101693 - GuillaumeGomez:update-browser-ui-test-0-10, r=notri...Dylan DPC-13/+16
2022-09-12Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnrDylan DPC-0/+72
2022-09-12Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnrDylan DPC-0/+49
2022-09-12Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8KiDylan DPC-0/+31
2022-09-12Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercoteDylan DPC-0/+1
2022-09-12Auto merge of #101604 - compiler-errors:issue-101465, r=lcnrbors-0/+50
2022-09-12Auto merge of #100502 - chenyukang:fix-100478, r=jackh726bors-0/+314
2022-09-12Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726bors-3/+97
2022-09-12Fix ICE in opt_suggest_box_spanMichael Goulet-0/+50
2022-09-11rustdoc: remove no-op `#search`Michael Howell-4/+0
2022-09-11rustdoc: remove no-op `#search { margin-left: 0 }`Michael Howell-1/+0
2022-09-11Update tests for new browser-ui-test versionGuillaume Gomez-12/+15
2022-09-11Rustdoc-Json: Add tests for trait impls.Nixon Enraght-Moony-0/+81
2022-09-11Avoid `Iterator::last`KaDiWa-3/+3
2022-09-11Auto merge of #101682 - compiler-errors:rpitit-encode, r=fee1-deadbors-0/+9
2022-09-11Only encode RPITIT when trait method has default bodyMichael Goulet-0/+9
2022-09-11Deny RPITIT for object safetyMichael Goulet-0/+72
2022-09-11Add test for #101211winxpqq955-0/+29
2022-09-11Check that the types in RPITITs are WFMichael Goulet-0/+49
2022-09-11Update unit test outputsCharles Lew-80/+51
2022-09-11fix tests after rebaseAndrew Cann-18/+26
2022-09-11test async diagnostics for feature(generator_clone)Andrew Cann-0/+242
2022-09-11Add feature gate tests for generator_cloneAndrew Cann-0/+284