about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-07-21Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakisEric Huss-2/+2
2021-07-21Rollup merge of #87024 - weihanglo:issue-85494, r=ManishearthEric Huss-12/+34
2021-07-21Rollup merge of #87230 - GuillaumeGomez:docblock-table-overflow, r=notriddleGuillaume Gomez-4/+5
2021-07-21Rename force-warns to force-warnRyan Levick-2/+2
2021-07-19Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwcobors-1/+1
2021-07-19Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddleGuillaume Gomez-0/+3
2021-07-19Rollup merge of #87210 - notriddle:notriddle/rustdoc-sidebar-headers, r=Guill...Guillaume Gomez-29/+33
2021-07-19Rollup merge of #86230 - GuillaumeGomez:nocapture, r=camelidGuillaume Gomez-1/+25
2021-07-18Fix item info displayGuillaume Gomez-0/+3
2021-07-18Don't capture child process output at all when --no-capture is usedGuillaume Gomez-4/+10
2021-07-18Add --nocapture option to rustdocGuillaume Gomez-0/+18
2021-07-17Make `--force-warns` a normal lint level optioninquisitivecrystal-1/+1
2021-07-18Rollup merge of #86889 - jyn514:crate-cleanup, r=camelidYuki Okushi-21/+14
2021-07-18Fix <table> overflow in doc blocksGuillaume Gomez-4/+5
2021-07-17Remove redundant CSSMichael Howell-1/+0
2021-07-17Rustdoc accessibility: make the sidebar headers actual headersMichael Howell-29/+34
2021-07-16Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=Guill...Guillaume Gomez-1/+2
2021-07-16feat(rustdoc): open sidebar menu when links inside it are focusedMichael Howell-1/+2
2021-07-16Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obkbors-11/+6
2021-07-16Auto merge of #87182 - GuillaumeGomez:rollup-whwohua, r=GuillaumeGomezbors-4/+9
2021-07-16Rollup merge of #87167 - GuillaumeGomez:sidebar-display-mobile, r=notriddleGuillaume Gomez-4/+6
2021-07-16Rollup merge of #87162 - GuillaumeGomez:type-decl-overflow, r=notriddleGuillaume Gomez-0/+3
2021-07-16Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514bors-31/+49
2021-07-15Remove refs from pat slicesCameron Steffen-11/+6
2021-07-15Do not hide the sidebar on mobile, move it outside of the viewport insteadGuillaume Gomez-4/+6
2021-07-15Fix layout overflow in type declarationGuillaume Gomez-0/+3
2021-07-15Fix misuse of rev attribute on <a> tagGuillaume Gomez-2/+1
2021-07-14Rollup merge of #87125 - GuillaumeGomez:ayu-code-color, r=notriddleGuillaume Gomez-1/+1
2021-07-14Rollup merge of #87120 - jyn514:rustdoc-cleanup, r=CraftSpiderGuillaume Gomez-16/+12
2021-07-14Rollup merge of #87056 - GuillaumeGomez:fix-codeblocks-overflow, r=notriddleGuillaume Gomez-19/+34
2021-07-14Fix color for <code> which are not in doc blocksGuillaume Gomez-1/+1
2021-07-14Fix display for non-rust code blocksGuillaume Gomez-19/+34
2021-07-13Remove useless alias from `rustc_span` to itselfJoshua Nelson-1/+1
2021-07-13Remove renaming of `test` crateJoshua Nelson-15/+11
2021-07-13Remove trival `impl Clean for CrateNum`Joshua Nelson-10/+4
2021-07-13Remove unnecessary CrateNum from Cache.externsJoshua Nelson-13/+12
2021-07-13Fix color for keyword/primitive search resultGuillaume Gomez-3/+3
2021-07-13Fix search result description text color for ayu themeGuillaume Gomez-1/+1
2021-07-13Rollup merge of #87078 - fee1-dead:rustdoc, r=jyn514Yuki Okushi-0/+6
2021-07-13Rollup merge of #87035 - GuillaumeGomez:fix-implementors-display, r=notriddleYuki Okushi-4/+14
2021-07-13Rollup merge of #86887 - jyn514:cleanup-clean, r=CraftSpiderYuki Okushi-46/+1
2021-07-12Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremeebors-56/+90
2021-07-12suggest removing disambiguator if linking to fieldDeadbeef-0/+6
2021-07-12Rollup merge of #87037 - notriddle:notriddle/search-cleanup-getobjectnamefrom...Yuki Okushi-15/+8
2021-07-11rustdoc: show count of item contents when hiddenWeihang Lo-12/+34
2021-07-11comment about link without a hrefFrançois Mockers-0/+1
2021-07-10Change all instance of optflag added since the original change to optflagmulti.Zach Lute-4/+6
2021-07-10Change all 'optflag' arguments to 'optflagmulti'Zach Lute-15/+15
2021-07-10cleanup(rustdoc): remove unused function getObjectNameByIdMichael Howell-15/+8
2021-07-10Fix display for external trait implementorsGuillaume Gomez-4/+14