about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-03-31rustdoc: Fix resolution of `crate`-relative paths in doc linksVadim Petrochenkov-40/+5
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-6/+7
2022-03-30Remove unneeded `to_string` callGuillaume Gomez-1/+1
2022-03-30Only show associated consts from inherent impls in sidebarJules Bertholet-0/+1
2022-03-30fix rustdoc wrt builtin impls switchlcnr-2/+3
2022-03-30fix rustdoclcnr-57/+60
2022-03-29Make `impl Debug for rustdoc::clean::Item` easier to readJoshua Nelson-1/+23
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-6/+7
2022-03-29Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelidbors-113/+88
2022-03-29Merge ItemKind::TyMethodItem branch with ItemKind::FunctionItem and ItemKind:...Guillaume Gomez-16/+16
2022-03-29Remove header field from clean::FunctionGuillaume Gomez-113/+88
2022-03-28Auto merge of #95024 - koehlma:rustdoc-private-items, r=GuillaumeGomez,cameli...bors-3/+12
2022-03-27Don't panic when scraping invalid callsWill Crichton-9/+16
2022-03-27Add scrape examples help pageWill Crichton-12/+86
2022-03-27Improve styling on scrape examples help buttonWill Crichton-12/+11
2022-03-27Fix markdown issue, remove hard-coded rust-lang.org urlWill Crichton-1/+3
2022-03-27Improve alignment of additional scraped examples, add scrape examples help pageWill Crichton-40/+106
2022-03-27Use PathSegment::ident for scraping method callsWill Crichton-15/+2
2022-03-27Only highlight identifier in scraped examples, not argumentsWill Crichton-46/+42
2022-03-27Improve Rustdoc UI for scraped examples with multiline arguments, fixWill Crichton-15/+54
2022-03-25Auto merge of #95255 - petrochenkov:suggresolve, r=michaelwoeristerbors-33/+22
2022-03-25Auto merge of #92361 - vacuus:doctest-run-test-out-lines, r=CraftSpiderbors-5/+5
2022-03-25resolve: Optimize path resolution for rustdocVadim Petrochenkov-33/+22
2022-03-23Auto merge of #94901 - fee1-dead:destructable, r=oli-obkbors-3/+21
2022-03-21fix: add a space only in front of 🔒Maximilian Köhl-2/+2
2022-03-21move the 🔒 after the nameMaximilian Köhl-1/+1
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-3/+21
2022-03-19apply rustfmtMaximilian Köhl-2/+4
2022-03-19rustdoc: add 🔒 to indicate restricted visibilityMaximilian Köhl-3/+10
2022-03-19Remove animation on source sidebarGuillaume Gomez-7/+0
2022-03-17Rollup merge of #94960 - codehorseman:master, r=oli-obkDylan DPC-3/+3
2022-03-16rustc_error: make ErrorReported impossible to constructmark-12/+24
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-3/+3
2022-03-15Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obkMatthias Krüger-2/+2
2022-03-15Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuberbors-1/+1
2022-03-15fix typosDylan DPC-2/+2
2022-03-14Auto merge of #94139 - est31:let_else_rustdoc, r=notriddlebors-95/+51
2022-03-14rustdoc-json-types: implementors -> implementationsNixon Enraght-Moony-2/+2
2022-03-13rustdoc-json-types: ty -> type_Nixon Enraght-Moony-4/+5
2022-03-13Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jshabors-3/+3
2022-03-12Remove needless use of `Into`Noah Lev-2/+2
2022-03-12Auto merge of #94875 - matthiaskrgr:rollup-tq1li2d, r=matthiaskrgrbors-1/+2
2022-03-12Rollup merge of #94150 - Enselic:synthetic-generic-parameters-in-json, r=Craf...Matthias Krüger-1/+2
2022-03-12Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-deadbors-9/+9
2022-03-11Collapse Blanket Implementations and Auto-trait implementations by defaultGuillaume Gomez-5/+11
2022-03-11Auto merge of #94304 - notriddle:notriddle/buffer-args, r=CraftSpiderbors-27/+19
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-9/+9
2022-03-10Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...Dylan DPC-23/+22
2022-03-10Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddleMatthias Krüger-7/+12
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-23/+22