about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-01-05Apply suggestions from code reviewCamelid-1/+1
2021-01-05rustdoc: Turn `next_def_id` comments into docsCamelid-1/+3
2021-01-04Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomezbors-28/+34
2021-01-03Don't clone `type_` unnecessarilyJoshua Nelson-8/+24
2021-01-03Simplify rustdoc handling of type aliases for associated typesJoshua Nelson-28/+18
2021-01-03Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkorGuillaume Gomez-4/+4
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-4/+4
2021-01-02Improve code for DocFragment reworkGuillaume Gomez-3/+12
2021-01-02End of rework of Attributes structGuillaume Gomez-19/+97
2021-01-02Rework DocFragmentGuillaume Gomez-4/+4
2021-01-01clippy fixes for librustdocMatthias Krüger-41/+22
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-31Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514Dylan DPC-3/+25
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-30Update `find_nearest_parent_module`Camelid-7/+5
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-2/+2
2020-12-30Add Iterator::intersperseJonas Schievink-1/+0
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-2/+2
2020-12-29don't clone copy typesMatthias Krüger-6/+6
2020-12-29Auto merge of #80014 - jyn514:box-item-kind, r=nnethercotebors-15/+19
2020-12-29Add static assertion for the size of ItemKindJoshua Nelson-0/+4
2020-12-25Extract local variableCamelid-8/+4
2020-12-25Simplify loop and remove old debugging codeCamelid-14/+5
2020-12-25Add missing code to `find_closest_parent_module`Camelid-16/+24
2020-12-25Fix bugs; fix and add testsCamelid-3/+31
2020-12-25rustdoc: Render visibilities succinctlyCamelid-2/+2
2020-12-25Rollup merge of #80340 - jyn514:less-modules-attrs, r=GuillaumeGomezDylan DPC-6/+1
2020-12-25Rollup merge of #80319 - jyn514:async-lifetimes, r=tmandryDylan DPC-2/+23
2020-12-24Auto merge of #80295 - GuillaumeGomez:beautify-rework, r=petrochenkovbors-1/+1
2020-12-23Don't unnecessarily override attrs for ModuleJoshua Nelson-6/+1
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-15/+15
2020-12-23Add more testsJoshua Nelson-1/+1
2020-12-23Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomezbors-10/+13
2020-12-23Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomezbors-33/+19
2020-12-22Fix elided lifetimes shown as `'_` on async functionsJoshua Nelson-2/+23
2020-12-22Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrumbors-4/+7
2020-12-22Rework beautify_doc_string so that it returns a Symbol instead of a StringGuillaume Gomez-1/+1
2020-12-20Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnrbors-2/+6
2020-12-19Auto merge of #80106 - jackh726:binder-refactor-part-2, r=lcnrbors-9/+9
2020-12-19More rebindsJack Huey-9/+9
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-2/+6
2020-12-18Remove `DefPath` from `Visibility` and calculate it on demandJoshua Nelson-10/+13
2020-12-18Calculate stability, const_stability, and deprecation on-demandJoshua Nelson-33/+19
2020-12-18Continue String to Symbol conversion in rustdocGuillaume Gomez-5/+5
2020-12-18Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514bors-40/+41
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-40/+41