about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-09-17Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum...Luca Palmieri-62/+219
2022-09-13Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkovbors-54/+328
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-36/+700
2022-09-12Auto merge of #101736 - GuillaumeGomez:rollup-f71kjdb, r=GuillaumeGomezbors-87/+592
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-42/+104
2022-09-12Rollup merge of #101731 - notriddle:notriddle/more-improved-html-check, r=Gui...Guillaume Gomez-13/+330
2022-09-12Rollup merge of #101724 - fee1-dead-contrib:triage-const-hack, r=oli-obkGuillaume Gomez-0/+1
2022-09-12Rollup merge of #101723 - lukas-code:await-diag, r=compiler-errorsGuillaume Gomez-17/+52
2022-09-12Rollup merge of #101677 - winxpqq955:issue-101211, r=fee1-deadGuillaume Gomez-0/+29
2022-09-12Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obkGuillaume Gomez-12/+37
2022-09-12Rollup merge of #100185 - compiler-errors:issue-100183, r=wesleywiserGuillaume Gomez-1/+24
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/+93
2022-09-12rustdoc: improve rustdoc HTML suggestions handling of nested genericsMichael Howell-13/+330
2022-09-12Allow tool-lints to specify a feature-gate tooWim Looman-5/+11
2022-09-12Update miri submoduleOli Scherer-7/+7
2022-09-12Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obkbors-16/+36
2022-09-12Allow unauthenticated users to add the `const-hack` labelfee1-dead-0/+1
2022-09-12Impove diagnostic for .await-ing non-futuresLukas Markeffsky-17/+52
2022-09-12change rlib format to discern native dependenciesDaniil Belov-54/+328
2022-09-12Auto merge of #101716 - Dylan-DPC:rollup-ayvh6nd, r=Dylan-DPCbors-105/+372
2022-09-12constify `CStr` methodsMaybe Waffle-12/+37
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/+107
2022-09-12Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnrDylan DPC-0/+93
2022-09-12Rollup merge of #101671 - LingMan:ieee_754, r=Dylan-DPCDylan DPC-20/+20
2022-09-12Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8KiDylan DPC-0/+32
2022-09-12Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726Dylan DPC-67/+16
2022-09-12Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercoteDylan DPC-0/+7
2022-09-12Auto merge of #101604 - compiler-errors:issue-101465, r=lcnrbors-50/+120
2022-09-12Auto merge of #100502 - chenyukang:fix-100478, r=jackh726bors-9/+330
2022-09-12Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726bors-11/+181
2022-09-12Fix ICE in opt_suggest_box_spanMichael Goulet-50/+114
2022-09-12No more ret_type_spanMichael Goulet-10/+16
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-12Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkovbors-1/+13
2022-09-11Auto merge of #101442 - joboet:null_check_tcs, r=thomccbors-2/+6
2022-09-11Update tests for new browser-ui-test versionGuillaume Gomez-12/+15
2022-09-11Auto merge of #101299 - saethlin:vecdeque-drain-drop, r=thomccbors-11/+36
2022-09-11Rustdoc-Json: Add tests for trait impls.Nixon Enraght-Moony-0/+81
2022-09-11Assert that HIR nodes are not their own parent.Camille GILLOT-1/+13
2022-09-11Auto merge of #101678 - jannic:fix-101640, r=jyn514bors-0/+1
2022-09-11Auto merge of #101682 - compiler-errors:rpitit-encode, r=fee1-deadbors-1/+22
2022-09-11std: check if TCS is a null pointerjoboet-2/+6
2022-09-11Only encode RPITIT when trait method has default bodyMichael Goulet-1/+22