about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-2/+2
2022-02-23rustdoc: write directly to buffer in `inner_full_print`Michael Howell-27/+19
2022-02-23Rollup merge of #94260 - GuillaumeGomez:infinite-redirection, r=notriddleMatthias Krüger-26/+34
2022-02-23Rollup merge of #94137 - aDotInTheVoid:abi-enum, r=CraftSpiderMatthias Krüger-23/+25
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-5/+3
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-9/+4
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-4/+4
2022-02-23rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.Eduard-Mihai Burtescu-2/+9
2022-02-22Prevent generation of infinite redirectionsGuillaume Gomez-26/+34
2022-02-22Address review commentsDeadbeef-10/+10
2022-02-21Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgrbors-5/+1
2022-02-22Bless rustdoc testDeadbeef-84/+82
2022-02-22Do not display hidden `~const Drop` boundsDeadbeef-5/+19
2022-02-22Do not display ~const in rustdocDeadbeef-1/+2
2022-02-21update rustdoclcnr-2/+2
2022-02-20Implement LowerHex on Scalar to clean up their display in rustdocGuillaume Gomez-5/+1
2022-02-20Auto merge of #93605 - notriddle:notriddle/rustdoc-html-tags-resolve, r=Guill...bors-2/+26
2022-02-20Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obkMatthias Krüger-1/+5
2022-02-20Rollup merge of #94002 - GuillaumeGomez:duplicated-sidebar-macro, r=notriddleMatthias Krüger-6/+11
2022-02-19Stop interning stability.Camille GILLOT-2/+2
2022-02-19Don't render Const computed values in hexadecimal for DisplayGuillaume Gomez-1/+5
2022-02-19Rollup merge of #93954 - aDotInTheVoid:json-buffer, r=Mark-SimulacrumMatthias Krüger-3/+6
2022-02-18rustdoc-json: Better Header TypeNixon Enraght-Moony-23/+25
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+2
2022-02-18Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomezMatthias Krüger-4/+17
2022-02-18Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomezbors-0/+4
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-0/+4
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-6/+1
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-21/+7
2022-02-17Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jshaMatthias Krüger-127/+109
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-6/+1
2022-02-16Adopt let_else in even more placesest31-21/+7
2022-02-16Unify sidebar a bit more by generating a list using <ul> instead of <div> ele...Guillaume Gomez-127/+109
2022-02-16Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jshaMatthias Krüger-1/+1
2022-02-16rustdoc: resolve intra-doc links when checking HTMLMichael Howell-2/+26
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+2
2022-02-15Overhaul `Const`.Nicholas Nethercote-6/+6
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-6/+6
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-02-14Fix macro reexports duplicates in the sidebarGuillaume Gomez-6/+11
2022-02-14Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnrbors-7/+7
2022-02-14update two rustdoc commentsEllen-3/+3
2022-02-14Auto merge of #93937 - bjorn3:simplifications3, r=cjgillotbors-3/+0
2022-02-13rustdoc: Clean up `fn resolve_self_ty`Vadim Petrochenkov-30/+23
2022-02-13rustdoc: Stop textually replacing `Self` in doc links before resolving themVadim Petrochenkov-92/+117
2022-02-13rustdoc: Consider enum variants when resolving assoc items in doc linksVadim Petrochenkov-2/+19
2022-02-13Remove Config::stderrbjorn3-3/+0
2022-02-13Auto merge of #93763 - jsha:re-space-empty-impls, r=GuillaumeGomezbors-2/+3
2022-02-13Auto merge of #93956 - matthiaskrgr:rollup-zfk35hb, r=matthiaskrgrbors-1/+1
2022-02-13Rollup merge of #93936 - bjorn3:simplifications2, r=cjgillotMatthias Krüger-1/+1