about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-12-23Rollup merge of #119246 - GuillaumeGomez:trait-is_object_safe-json, r=aDotInT...Matthias Krüger-0/+2
2023-12-23Rollup merge of #119232 - Takashiidobe:fix-doc-typos, r=JohnTitorMatthias Krüger-2/+2
2023-12-23Add `is_object_safe` information for traits in JSON outputGuillaume Gomez-0/+2
2023-12-23Improve some names.Nicholas Nethercote-1/+1
2023-12-23Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.Nicholas Nethercote-4/+4
2023-12-22fix some typos found scrolling through the docsTakashi Idobe-2/+2
2023-12-22Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errorsbors-1/+1
2023-12-19Fix corner cases when dealing with mobile modeMichael Howell-17/+16
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-2/+2
2023-12-18Use folder icon instead of hamburger and sidebarMichael Howell-17/+26
2023-12-18Add border bottom for source sidebar title areaMichael Howell-8/+3
2023-12-18Stop using the trigram of heaven as a hamburger buttonMichael Howell-8/+23
2023-12-18Add back the columnMichael Howell-20/+17
2023-12-17rustdoc: clean up source sidebar hide buttonMichael Howell-142/+73
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-43/+43
2023-12-18Rename many `EarlyDiagCtxt` arguments.Nicholas Nethercote-24/+24
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-26/+26
2023-12-18Rename `new_handler` as `new_dcx`.Nicholas Nethercote-10/+6
2023-12-18Rename `UnstableOptions::diagnostic_handler_flags` as `UnstableOptions::dcx_f...Nicholas Nethercote-2/+1
2023-12-18Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.Nicholas Nethercote-3/+3
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-7/+7
2023-12-18Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.Nicholas Nethercote-4/+3
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-7/+7
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-21/+22
2023-12-17use Vec for region constraintsAli MJ Al-Nasrawy-1/+1
2023-12-17Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeGomezbors-46/+28
2023-12-15Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errorsJubilee-9/+10
2023-12-15rustdoc-search: remove parallel searchWords arrayMichael Howell-46/+28
2023-12-15NFC don't convert types to identical typesMatthias Krüger-9/+10
2023-12-15Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkinJubilee-23/+11
2023-12-15Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillotJubilee-16/+0
2023-12-15Rollup merge of #118986 - GuillaumeGomez:simplify-js-inline, r=notriddleMatthias Krüger-2/+2
2023-12-15Rollup merge of #118977 - GuillaumeGomez:simplifysrc-script, r=notriddleMatthias Krüger-12/+3
2023-12-15Appease the tools: clippy, rustdocMichael Goulet-16/+0
2023-12-15Don't pass lint back out of lint decoratorMichael Goulet-23/+11
2023-12-15Simplify JS code a little bitGuillaume Gomez-2/+2
2023-12-15Auto merge of #118975 - GuillaumeGomez:rollup-0emhjx0, r=GuillaumeGomezbors-68/+551
2023-12-15Simplify `src-script.js` codeGuillaume Gomez-12/+3
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-23/+507
2023-12-15Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdocGuillaume Gomez-45/+44
2023-12-14rustdoc-search: fix a race condition in search index loadingMichael Howell-2/+8
2023-12-14Use Map instead of Object for source files and search indexGuillaume Gomez-93/+77
2023-12-14Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnrbors-3/+2
2023-12-14rustdoc: avoid ParamEnv with infer varsAli MJ Al-Nasrawy-3/+2
2023-12-13rustdoc-search: clean up handleSingleArg type handlingMichael Howell-9/+3
2023-12-13rustdoc-search: better hashing, faster unificationMichael Howell-10/+46
2023-12-13rustdoc-search: use set ops for ranking and filteringMichael Howell-41/+187
2023-12-13rustdoc-search: remove the now-redundant `validateResult`Michael Howell-57/+0
2023-12-13Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkovbors-9/+8
2023-12-12Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkinJubilee-4/+4