about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-04-05Rollup merge of #83717 - notriddle:main-js-slice-loop, r=GuillaumeGomezDylan DPC-9/+12
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-1/+2
2021-04-04Render destructured struct function param names as underscore.Alan Egerton-11/+1
2021-04-04use jemallocator in rustc/rustdocGus Wynn-0/+54
2021-04-04Get rid of unneeded `aliases` fieldMichael Howell-6/+6
2021-04-04added --no-run optionAliƩnore Bouttefeux-2/+8
2021-04-04Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelidDylan DPC-30/+11
2021-04-04Rollup merge of #83793 - notriddle:single-span-macro-highlight, r=GuillaumeGomezDylan DPC-6/+10
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-7/+106
2021-04-04wasm64Gus Caplan-1/+2
2021-04-03rustdoc: sort search index items for compressionMichael Howell-17/+20
2021-04-03Remove unneeded INITIAL_IDS constGuillaume Gomez-30/+11
2021-04-03Remove trailing whitespaceSlightlyOutOfPhase-1/+1
2021-04-03List trait impls before methods from deref in the sidebar of Rustdoc's outputSlightlyOutOfPhase-7/+8
2021-04-04Rollup merge of #83756 - camelid:internal-rename-doc-spotlight, r=GuillaumeGomezYuki Okushi-23/+21
2021-04-03Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkovbors-36/+60
2021-04-02rustdoc: update macro highlight testsMichael Howell-4/+4
2021-04-02Don't load all extern crates unconditionallyJoshua Nelson-36/+60
2021-04-02rustdoc: highlight macros more efficientlyMichael Howell-2/+6
2021-04-02rustdoc: Remove unused `spotlight` CSSCamelid-4/+1
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-19/+20
2021-04-02Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-SimulacrumDylan DPC-134/+234
2021-04-02Rollup merge of #83721 - GuillaumeGomez:copy-use, r=Nemo157Yuki Okushi-13/+57
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-2/+2
2021-04-01rustdoc: Separate filter-empty-string out into its own functionMichael Howell-2/+11
2021-03-31Fix `--external-css` to be invocation-specific and note main.js should be inv...Joshua Nelson-1/+10
2021-03-31Add a button to copy the "use statement"Guillaume Gomez-13/+57
2021-03-31rustdoc: use Array.prototype.filter instead of open-coding itMichael Howell-8/+2
2021-03-31Give a better error when --theme is not a CSS fileJoshua Nelson-1/+3
2021-03-31Rename CrateSpecific -> InvocationSpecificJoshua Nelson-11/+11
2021-03-31Enforce that Toolchain files are static and Crate files are dynamicJoshua Nelson-28/+35
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-2/+2
2021-03-31Make late and late_anon regions track the bound var positionJack Huey-1/+1
2021-03-31Revert explicit lifetimesJack Huey-166/+158
2021-03-31Track bound varsJack Huey-158/+166
2021-03-31Auto merge of #83684 - cjgillot:csp, r=petrochenkovbors-5/+3
2021-03-30Remove hir::CrateItem.Camille GILLOT-5/+3
2021-03-30Only look at blanket impls in `get_blanket_impls`Joshua Nelson-3/+5
2021-03-30Rollup merge of #83645 - pickfire:patch-3, r=GuillaumeGomezDylan DPC-1/+3
2021-03-30Auto merge of #83664 - Dylan-DPC:rollup-wx6idpd, r=Dylan-DPCbors-26/+65
2021-03-30Rollup merge of #83543 - camelid:lint-unknown-disambiguator, r=jyn514Dylan DPC-26/+65
2021-03-29Auto merge of #82864 - jyn514:short-circuit, r=GuillaumeGomezbors-6/+2
2021-03-29Wrap non-pre code blocksIvan Tham-1/+3
2021-03-28Inline `find_suffix` closure that's only used onceCamelid-18/+14
2021-03-28Point to disambiguator instead of whole linkCamelid-10/+30
2021-03-27Rollup merge of #82993 - camelid:source-use-diag, r=jyn514Dylan DPC-5/+3
2021-03-26Lint on unknown intra-doc link disambiguatorsCamelid-11/+34
2021-03-26Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514Dylan DPC-3/+15
2021-03-25Add unstable option to only emit shared/crate-specific filesJoshua Nelson-12/+96
2021-03-25Add SharedResource abstraction and use it in write_sharedJoshua Nelson-115/+115