summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
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-10/+36
2018-09-12rustdoc: Sort implementorsKazuyoshi Kato-4/+20
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-44/+27
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 implementors generation as wellGuillaume Gomez-3/+6
2018-09-06Fix hover on implsGuillaume Gomez-37/+43
2018-09-05Apply method docs collapse to all impl-items sectionsGuillaume Gomez-1/+3
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-30Rollup merge of #53806 - GuillaumeGomez:fix-ui-issues-foreign-type-impls, r=Q...Pietro Albini-0/+11
2018-08-30Rollup merge of #53747 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavusPietro Albini-0/+6
2018-08-29Prevent duplicated impl on foreign typesGuillaume Gomez-5/+9
2018-08-29Fix UI issues on Implementations on Foreign typesGuillaume Gomez-0/+11
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-33/+35
2018-08-27Fix invalid display of unstable messagesGuillaume Gomez-0/+5
2018-08-27Fix source automatic scrollGuillaume Gomez-0/+1
2018-08-26Remove static and const initialization from documentationGuillaume Gomez-17/+4
2018-08-26Rollup merge of #53706 - ehuss:rustdoc-section-anchor, r=GuillaumeGomezGuillaume Gomez-3/+2
2018-08-26Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomezGuillaume Gomez-16/+36
2018-08-26Rollup merge of #53043 - GuillaumeGomez:improve-unstable-msg-display, r=Quiet...Guillaume Gomez-0/+13
2018-08-25rustdoc: Fix gap on section anchor symbol when hovering.Eric Huss-3/+2
2018-08-25Add collapser for associated constGuillaume Gomez-4/+3
2018-08-25Don't show associated const value anymoreGuillaume Gomez-23/+20
2018-08-25Expand a collapsed element on onclickKazuyoshi Kato-16/+21
2018-08-25Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdre...bors-10/+10
2018-08-23Check null-able variables before using themKazuyoshi Kato-3/+2
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-8/+8
2018-08-23Automatically expand a section even after page loadKazuyoshi Kato-16/+32
2018-08-22Search a substring instead of start of string in rustdoc searchGuillaume Gomez-10/+10
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-21Rollup merge of #53405 - oconnor663:search_esc, r=GuillaumeGomezkennytm-0/+3
2018-08-19fix tidy errorsDonato Sciarra-2/+4
2018-08-19mv codemap source_mapDonato Sciarra-5/+5
2018-08-19mv codemap() source_map()Donato Sciarra-2/+2
2018-08-19mv (mod) codemap source_mapDonato Sciarra-2/+2
2018-08-19mv filemap source_fileDonato Sciarra-1/+1
2018-08-19mv CodeMap SourceMapDonato Sciarra-3/+3
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-15restore the page title after escaping out of a searchJack O'Connor-0/+3
2018-08-15Fix links' colorGuillaume Gomez-4/+4
2018-08-12Rollup merge of #53267 - GuillaumeGomez:fix-styles, r=QuietMisdreavusGuillaume Gomez-4/+4
2018-08-11Fix stylesGuillaume Gomez-4/+4
2018-08-10Remove unwanted console logGuillaume Gomez-1/+0
2018-08-09Rollup merge of #53094 - GuillaumeGomez:automatic-expand, r=nrckennytm-0/+19
2018-08-09Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakiskennytm-2/+2
2018-08-07Avoid unnecessary pattern matching against Option and Resultljedrz-2/+2
2018-08-05Automatically expand section if url id point to one of its componentGuillaume Gomez-0/+19