about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2018-11-10move all static-file include!s into a single moduleQuietMisdreavus-25/+25
2018-11-10Remove short doc where it starts with a codeblockGuillaume Gomez-10/+25
2018-11-05Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomezbors-47/+42
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-25/+41
2018-11-02pass the Options struct instead of individual argsQuietMisdreavus-49/+42
2018-11-02split off a separate RenderOptions structQuietMisdreavus-2/+2
2018-11-02swap uses of Matches with pre-parsed argsQuietMisdreavus-7/+9
2018-11-02Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavusbors-12/+74
2018-10-27Fix sub-variant doc displayGuillaume Gomez-9/+8
2018-10-26Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebankkennytm-4/+4
2018-10-26Rollup merge of #54921 - GuillaumeGomez:line-numbers, r=QuietMisdreavuskennytm-0/+1
2018-10-26Remove redundant cloneShotaro Yamada-4/+4
2018-10-22Fix multiple errorsGuillaume Gomez-4/+5
2018-10-21Hide items if they use default docsGuillaume Gomez-23/+38
2018-10-21Use markdown::render instead of using pulldown_cmark directlyGuillaume Gomez-29/+21
2018-10-21Add index pageGuillaume Gomez-6/+76
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-10/+10
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-15/+15
2018-10-11Fix mobile doc displayGuillaume Gomez-2/+3
2018-10-09Add line numbers option to rustdocGuillaume Gomez-0/+1
2018-09-27show "all items" link even if crate doesn't have a versionQuietMisdreavus-4/+5
2018-09-27add attributes/derives to "all items" pageQuietMisdreavus-0/+8
2018-09-26add derive macros' helper attributes to doc outputQuietMisdreavus-0/+8
2018-09-26add declaration blocks to attribute/derive pagesQuietMisdreavus-4/+18
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-0/+21
2018-09-20shuffle ownership of `external_traits`QuietMisdreavus-1/+1
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-2/+4
2018-09-20don't index trait impls if the trait isn't also documentedQuietMisdreavus-5/+29
2018-09-20add a bunch of debug printsQuietMisdreavus-0/+4
2018-09-18Rollup merge of #54097 - GuillaumeGomez:remove-keyword-namespace, r=QuietMisd...Guillaume Gomez-2/+2
2018-09-16Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomezGuillaume Gomez-4/+20
2018-09-14Auto merge of #52962 - GuillaumeGomez:few-things, r=QuietMisdreavusbors-1/+2
2018-09-12rustdoc: Sort implementorsKazuyoshi Kato-4/+20
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-40/+16
2018-09-10Remove namespace for keywordsGuillaume Gomez-2/+2
2018-09-09rustdoc: Remove generated blanket impls from trait pagesOliver Middleton-14/+12
2018-09-06Don't show default docsGuillaume Gomez-16/+11
2018-09-06Fix hover on implsGuillaume Gomez-28/+28
2018-09-01Rollup merge of #53801 - GuillaumeGomez:duplicated-foreign-type-impls, r=Quie...kennytm-5/+9
2018-08-31Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomezbors-2/+14
2018-08-29Prevent duplicated impl on foreign typesGuillaume Gomez-5/+9
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-28/+29
2018-08-26Remove static and const initialization from documentationGuillaume Gomez-17/+4
2018-08-25Don't show associated const value anymoreGuillaume Gomez-23/+12
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-4/+4
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-4/+4
2018-08-05Change rustdoc style so fully qualified names do not overlap src linksMike Boutin-30/+30