about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-10-17Rollup merge of #102962 - flba-eb:remote_test_server_help, r=pietroalbiniMatthias Krüger-3/+22
2022-10-17Auto merge of #103116 - TaKO8Ki:fix-103053, r=lcnrbors-5/+44
2022-10-17Auto merge of #103096 - petrochenkov:indresdoc, r=cjgillotbors-1/+13
2022-10-16Auto merge of #103125 - matthiaskrgr:rollup-82xttcl, r=matthiaskrgrbors-97/+156
2022-10-16Rollup merge of #103120 - petrochenkov:docice, r=GuillaumeGomezMatthias Krüger-6/+22
2022-10-16Rollup merge of #103109 - RalfJung:phantom-data-impl, r=thomccMatthias Krüger-59/+53
2022-10-16Rollup merge of #103102 - H4x5:len_utf16_docs, r=scottmcmMatthias Krüger-0/+5
2022-10-16Rollup merge of #103089 - cjgillot:automatic-structural-eq, r=oli-obkMatthias Krüger-29/+70
2022-10-16Rollup merge of #103087 - phimuemue:btreemap_append_doc, r=Mark-SimulacrumMatthias Krüger-3/+6
2022-10-16Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkovbors-163/+240
2022-10-16Populate effective visibilities in 'rustc_resolve'Bryanskiy-163/+240
2022-10-16rustdoc: Process extern impls in all loaded cratesVadim Petrochenkov-1/+2
2022-10-16Auto merge of #103119 - matthiaskrgr:rollup-2vb8hif, r=matthiaskrgrbors-198/+360
2022-10-16rustdoc: Do not expect `doc(primitive)` modules to always existVadim Petrochenkov-5/+20
2022-10-16Rollup merge of #103115 - GuillaumeGomez:clean-up-anchors-gui-test, r=notriddleMatthias Krüger-148/+101
2022-10-16Rollup merge of #103060 - notriddle:notridddle/help-page, r=GuillaumeGomezMatthias Krüger-50/+173
2022-10-16Rollup merge of #102953 - WaffleLapkin:better_docs_for_decorate_param, r=Ralf...Matthias Krüger-0/+66
2022-10-16Rollup merge of #102857 - saethlin:derived-enum-hash-test, r=Mark-SimulacrumMatthias Krüger-0/+20
2022-10-16Clarify the possible return values of len_utf16Sky-0/+5
2022-10-16fix typoRalf Jung-1/+1
2022-10-16fix `own_substs` ICETakayuki Maeda-5/+44
2022-10-16Clean up anchors.goml rustdoc GUI testGuillaume Gomez-147/+100
2022-10-16Update browser-ui-test version to 0.12.5Guillaume Gomez-1/+1
2022-10-16Auto merge of #102334 - compiler-errors:rpitit-substs-issue, r=cjgillotbors-23/+117
2022-10-16PhantomData: inline a macro that is used only onceRalf Jung-59/+53
2022-10-16Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillotbors-142/+63
2022-10-16Auto merge of #103105 - JohnTitor:rollup-x4ivrix, r=JohnTitorbors-7/+137
2022-10-15rustdoc: make help button a no-op when on help pageMichael Howell-0/+15
2022-10-16Rollup merge of #103088 - GuillaumeGomez:fix-settings-page, r=notriddleYuki Okushi-3/+12
2022-10-16Rollup merge of #103082 - gimbles:patch-1, r=cjgilloYuki Okushi-1/+1
2022-10-16Rollup merge of #103080 - ohno418:fix-hir-pretty-print-lifetimes, r=cjgillotYuki Okushi-1/+41
2022-10-16Rollup merge of #103033 - alyssais:pkg-config, r=joshtriplettYuki Okushi-2/+2
2022-10-16Rollup merge of #102023 - SUPERCILEX:maybeuninit-transpose, r=scottmcmYuki Okushi-0/+37
2022-10-16Rollup merge of #101717 - Pointerbender:unsafecell-memory-layout, r=AmanieuYuki Okushi-0/+44
2022-10-16Auto merge of #102931 - camsteffen:inline-overlapping-impls, r=cjgillotbors-47/+34
2022-10-15Add MaybeUninit array transpose implsAlex Saveau-0/+37
2022-10-15Auto merge of #100579 - joboet:sync_mutex_everywhere, r=thomccbors-123/+47
2022-10-16resolve: Shadow erroneous glob imports with erroneous single importsVadim Petrochenkov-1/+13
2022-10-15rustdoc: add test cases for links inside the help popoverMichael Howell-4/+24
2022-10-15rustdoc: fix Ctrl-Click on help and settings linksMichael Howell-1/+8
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-47/+128
2022-10-15typosMichael Goulet-9/+9
2022-10-15Equate full fn signatures to infer all region variablesMichael Goulet-13/+33
2022-10-15Add testMichael Goulet-0/+15
2022-10-15Fix subst issues with RPITITMichael Goulet-10/+69
2022-10-15Documentation BTreeMap::append's behavior for already existing keysphilipp-3/+6
2022-10-15Mark derived StructuralEq as automatically derived.Camille GILLOT-29/+70
2022-10-15pretty: fix to print some lifetimes on HIR pretty-printYutaro Ohno-1/+41
2022-10-15Add more GUI tests for settings pageGuillaume Gomez-2/+9
2022-10-15Fix display of settings pageGuillaume Gomez-1/+3