about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-07-16Use `ConstArg` for const param defaultsNoah Lev-2/+3
2024-07-16Use `ConstArg` for array lengthsNoah Lev-4/+14
2024-07-16Use `ConstArg` for assoc item constraintsNoah Lev-1/+1
2024-07-16hir: Create `hir::ConstArgKind` enumNoah Lev-3/+5
2024-07-15rustdoc: make sidebar highlight cover whole click targetMichael Howell-2/+41
2024-07-15Create new CSS class for "big toggles"Guillaume Gomez-3/+3
2024-07-15Fix styleGuillaume Gomez-0/+5
2024-07-15doc: Fold inline methods from DerefLzu Tao-4/+18
2024-07-14Fix trivial gen ident usage in toolsMichael Goulet-5/+5
2024-07-12Add rustdoc-json support for use<>Michael Goulet-0/+1
2024-07-12Add rustdoc support for use<> in (local) RPITsMichael Goulet-3/+20
2024-07-11Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obkbors-2/+2
2024-07-07iter_identity is a better nameMichael Goulet-2/+1
2024-07-05rustdoc-search: stop constructing pointless arrays in decodeMichael Howell-11/+7
2024-07-04Rollup merge of #127301 - estebank:fix-suggestions, r=UrgauMatthias Krüger-19/+17
2024-07-04Rollup merge of #127289 - aDotInTheVoid:rustdoc-json-lt, r=GuillaumeGomezJacob Pratt-3/+10
2024-07-04Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG...bors-68/+233
2024-07-04Adjust rustdoc automatic link suggestionEsteban Küber-19/+17
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger-1/+1
2024-07-03rustdoc-json: Better representation of lifetime bounds in where clauses.Alona Enraght-Moony-3/+10
2024-07-02Rollup merge of #127146 - compiler-errors:fast-reject, r=lcnrMatthias Krüger-2/+1
2024-07-01rustdoc: click target for sidebar items flush leftMichael Howell-4/+12
2024-07-01rustdoc: add usable lint for pulldown-cmark-0.11 parsing changesMichael Howell-0/+164
2024-06-30rustdoc: update to pulldown-cmark 0.11Michael Howell-68/+69
2024-06-30Uplift fast rejection to new solverMichael Goulet-2/+1
2024-06-29Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obkbors-16/+18
2024-06-29Rollup merge of #127045 - compiler-errors:explicit, r=oli-obkMatthias Krüger-1/+1
2024-06-28Only require symbol name for @feature_gateMichael Goulet-2/+2
2024-06-28Change RTN to use .. againMichael Goulet-1/+1
2024-06-28implement new effects desugaringDeadbeef-16/+18
2024-06-28docs: check if the disambiguator matches its suffixbohan-8/+24
2024-06-27Make queries more explicitMichael Goulet-1/+1
2024-06-22Auto merge of #126761 - GuillaumeGomez:unsafe_extern_blocks, r=spastorinobors-28/+40
2024-06-20Implement `unsafe_extern_blocks` feature in rustdocGuillaume Gomez-28/+40
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+8
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-28/+30
2024-06-17Fix other toolsMichael Goulet-0/+2
2024-06-10Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obkMatthias Krüger-2/+1
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-2/+1
2024-06-10Auto merge of #107099 - edward-shen:edward-shen/rustdoc-remap-path-prefix, r=...bors-7/+43
2024-06-09rustdoc-search: use lowercase, non-normalized name for type searchMichael Howell-4/+8
2024-06-09rustdoc: Add support for --remap-path-prefixEdward Shen-7/+43
2024-06-08Rollup merge of #126057 - Sunshine40:rustdoc-search-non-english, r=notriddleLeón Orell Valerian Liehr-73/+88
2024-06-07Auto merge of #126134 - matthiaskrgr:rollup-vzlegsc, r=matthiaskrgrbors-1/+5
2024-06-07run fmtGuillaume Gomez-18/+16
2024-06-07Fix broken rustdoc unit testsNoah Lev-22/+37
2024-06-07Parse full doctest source; extract helper for parsing codeNoah Lev-90/+104
2024-06-07Move logic for "making" doctests to submoduleNoah Lev-375/+387
2024-06-07Make doctests before running them; reintroduce `RunnableDoctest`Noah Lev-42/+54
2024-06-07Move some arguments to fields and reorganize fieldsNoah Lev-58/+54