about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-01-08Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpiderYuki Okushi-71/+1
2021-01-08Rollup merge of #80794 - LingMan:map_or, r=jyn514Yuki Okushi-2/+2
2021-01-08Rollup merge of #80372 - jyn514:fix-panics, r=ManishearthYuki Okushi-5/+4
2021-01-07Get rid of custom pretty-printing in rustdocJoshua Nelson-71/+1
2021-01-07Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-2/+2
2021-01-08Rollup merge of #80744 - camelid:next_def_id-docs, r=jyn514Yuki Okushi-9/+17
2021-01-08Rollup merge of #80738 - arusahni:master, r=GuillaumeGomezYuki Okushi-0/+1
2021-01-08Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514Yuki Okushi-46/+70
2021-01-05Apply suggestions from code reviewCamelid-2/+2
2021-01-05rustdoc: Turn `next_def_id` comments into docsCamelid-9/+17
2021-01-05Remove bottom margin from crate version when the sidebar is collapsed.Aru Sahni-0/+1
2021-01-05Document hackiness around primitive associated item disambiguatorsmax-heller-0/+8
2021-01-04Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomezbors-28/+37
2021-01-04Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514bors-18/+12
2021-01-03half workingmax-heller-50/+51
2021-01-03still verify disambiguators for primitivesmax-heller-47/+57
2021-01-03fix issue 80559max-heller-5/+10
2021-01-03Don't clone `type_` unnecessarilyJoshua Nelson-8/+24
2021-01-03Simplify rustdoc handling of type aliases for associated typesJoshua Nelson-28/+21
2021-01-03Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514bors-59/+91
2021-01-03Only report reference-style link errors onceDániel Buga-59/+91
2021-01-03Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkorGuillaume Gomez-4/+4
2021-01-03Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j...Guillaume Gomez-6/+21
2021-01-03Inline resetMouseMoved function directly into "mousemove" event handlerGuillaume Gomez-5/+1
2021-01-03Replace some loops with "onEachLazy" callGuillaume Gomez-13/+11
2021-01-03Create a "is_ignore" variable instead of doing the comparison multiple timesGuillaume Gomez-3/+4
2021-01-03Auto merge of #80261 - GuillaumeGomez:attr-rework, r=jyn514bors-162/+141
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-4/+4
2021-01-02Simplify docfragment transformation in unindent testsGuillaume Gomez-14/+1
2021-01-02Remove unused collapse passGuillaume Gomez-19/+3
2021-01-02Improve code for DocFragment reworkGuillaume Gomez-19/+18
2021-01-02Auto merge of #80412 - GuillaumeGomez:fix-search-section-pos, r=jyn514bors-1/+4
2021-01-02End of rework of Attributes structGuillaume Gomez-136/+145
2021-01-02Rework DocFragmentGuillaume Gomez-4/+4
2021-01-02Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514bors-103/+111
2021-01-02Rollup merge of #80546 - matthiaskrgr:rustdoclippy, r=LingManMara Bos-88/+58
2021-01-02Only use locate for borrowed stringsDániel Buga-7/+21
2021-01-01clippy fixes for librustdocMatthias Krüger-88/+58
2021-01-01Auto merge of #80569 - notriddle:patch-3, r=jyn514bors-7/+1
2021-01-01Add suggestion in case a "ignore" doc block has invalid rust code insideGuillaume Gomez-6/+20
2021-01-01adjust const generics defaults FIXMEs to the new feature gateRémy Rakic-2/+2
2021-01-01first pass at default values for const genericsJulian Knodt-1/+2
2020-12-31Use Array.prototype.filter instead of open-codingMichael Howell-7/+1
2020-12-31Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514Dylan DPC-65/+92
2020-12-31Add FIXME for visibility of a moduleCamelid-0/+3
2020-12-31Collect links into a single vectorDániel Buga-7/+5
2020-12-31Always provide a rangeDániel Buga-39/+34
2020-12-31Remove unnecessary scopeDániel Buga-36/+33
2020-12-31Use ranges returned by pulldownDániel Buga-31/+35
2020-12-31Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514bors-2/+26