summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2021-06-09Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obkYuki Okushi-3/+13
2021-06-05Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomezYuki Okushi-3/+3
2021-06-03rustdoc- Show defaults on const generics Ellen-3/+13
2021-05-20Remove `PrimitiveType::as_str`Joshua Nelson-3/+3
2021-05-20Remove `to_url_str`Joshua Nelson-2/+2
2021-05-19rustdoc: render `<Self as X>::Y` type casts properlyJustus K-3/+6
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-6/+9
2021-05-01Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, ...Yuki Okushi-9/+11
2021-04-29only store locations in extern_locationsTimothée Delabrouille-9/+11
2021-04-27Don't put empty implementations into details/summary blocksGuillaume Gomez-0/+4
2021-04-17rustdoc: get rid of CURRENT_DEPTHMichael Howell-40/+43
2021-04-17rustdoc: move the cx argument to the end of the listMichael Howell-13/+13
2021-04-17rustdoc: change 'cx to 'tcx, to match the struct itselfMichael Howell-60/+60
2021-04-17rustdoc: use more precise relative URLSMichael Howell-264/+253
2021-04-17Auto merge of #84246 - notriddle:rustdoc-path-printing-cleanup, r=jyn514bors-42/+0
2021-04-16rustdoc: get rid of unused path printing codeMichael Howell-42/+0
2021-04-10rustdoc: clean up and test macro visibility printMichael Howell-10/+38
2021-03-24Rework rustdoc const typeGuillaume Gomez-313/+404
2021-03-07Avoid temporary allocations in `render_assoc_item`Joshua Nelson-0/+4
2021-02-06Restore linking to itself in implementors section of trait pageLeSeulArtichaut-43/+2
2021-02-05Rollup merge of #81497 - camelid:rustdoc-display_fn-remove-cell, r=jyn514Mara Bos-11/+11
2021-01-29rustdoc: Move `display_fn` struct inside `display_fn`Camelid-11/+11
2021-01-27rustdoc: Render HRTB correctly for bare functionsCamelid-6/+15
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-228/+279
2021-01-09Replace under-used ImplPolarity enum with a booleanGuillaume Gomez-1/+1
2021-01-01clippy fixes for librustdocMatthias Krüger-9/+9
2020-12-31Add FIXME for visibility of a moduleCamelid-0/+3
2020-12-30Update `find_nearest_parent_module`Camelid-3/+3
2020-12-25Prefer `pub(crate)` over no modifierCamelid-3/+3
2020-12-25Handle `pub(super)`Camelid-1/+9
2020-12-25Fix bugs; fix and add testsCamelid-27/+29
2020-12-25rustdoc: Render visibilities succinctlyCamelid-2/+11
2020-12-18Remove `DefPath` from `Visibility` and calculate it on demandJoshua Nelson-5/+6
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-9/+8
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-8/+5
2020-11-17Add `from_def_id_and_kind` reducing duplication in rustdocJoshua Nelson-1/+0
2020-11-17Use DefPath for clean::Visibility, not clean::PathJoshua Nelson-5/+18
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-14/+14
2020-10-09Simplify included import items handlingGuillaume Gomez-8/+8
2020-10-09Correctly handle "pub use" reexportsGuillaume Gomez-2/+2
2020-08-31Fix strings indentGuillaume Gomez-1/+1
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-9/+11
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+12
2020-06-26Generate docs for links to private items when passed --document-privateJoshua Nelson-1/+1
2020-02-27Remove "important traits" featureGuillaume Gomez-12/+0
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-01-26rustdoc: Fix re-exporting primitive typesOliver Middleton-5/+8
2020-01-20Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier`Dylan MacKenzie-0/+1
2020-01-07Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomezYuki Okushi-3/+14
2020-01-05rustdoc: HTML escape const valuesOliver Middleton-3/+14