about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-01-04Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514bors-18/+12
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
2020-12-31Rustdoc render public underscore_imports as Re-exportsbors-2/+26
2020-12-30Add note on panic behaviorCamelid-0/+2
2020-12-30Small refactorCamelid-4/+3
2020-12-30Remove FIXMECamelid-1/+0
2020-12-30Update `find_nearest_parent_module`Camelid-12/+15
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-5/+5
2020-12-30Add Iterator::intersperseJonas Schievink-1/+1
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-5/+5
2020-12-30Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkorYuki Okushi-1/+1
2020-12-30Rollup merge of #80492 - matthiaskrgr:tasty_wraps, r=varkorYuki Okushi-6/+6
2020-12-30Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomezYuki Okushi-89/+99
2020-12-30remove unused return types such as empty Results or Options that would always...Matthias Krüger-6/+6
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-1/+1
2020-12-30Rollup merge of #80482 - matthiaskrgr:cl0ne_on_copy, r=jyn514Yuki Okushi-9/+9
2020-12-30Rollup merge of #80472 - GuillaumeGomez:sans-serif-for-all-items-page, r=Nemo157Yuki Okushi-1/+3
2020-12-29Remove unnecessary semicolon from Rustdoc-generated codeAaron Hill-4/+4
2020-12-29Remove trailing semicolon in librustdocAaron Hill-1/+1
2020-12-29don't clone copy typesMatthias Krüger-9/+9