about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Collapse)AuthorLines
2018-05-15Inline get_typevarkor-2/+5
2018-05-15Rename GenericParam to GenericParamDefvarkor-1/+1
2018-05-15Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27Guillaume Gomez-10/+26
Add minification process r? @QuietMisdreavus
2018-05-15Auto merge of #50259 - GuillaumeGomez:improve-results, r=ollie27bors-8/+30
Rustdoc improvements Fixes #50658. (last commit) A lot of small improvements. r? @QuietMisdreavus
2018-05-12Reduce js files sizeGuillaume Gomez-6/+10
2018-05-12Handle blur on theme buttons nicelyGuillaume Gomez-1/+19
2018-05-12Add missing description in alias itemsGuillaume Gomez-3/+3
2018-05-12Add minification processGuillaume Gomez-10/+26
2018-05-09use fmt::Result where applicableAndre Bogus-2/+2
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-1/+1
Rollup of 12 pull requests Successful merges: - #50302 (Add query search order check) - #50320 (Fix invalid path generation in rustdoc search) - #50349 (Rename "show type declaration" to "show declaration") - #50360 (Clarify wordings of the `unstable_name_collision` lint.) - #50365 (Use two vectors in nearest_common_ancestor.) - #50393 (Allow unaligned reads in constants) - #50401 (Revert "Implement FromStr for PathBuf") - #50406 (Forbid constructing empty identifiers from concat_idents) - #50407 (Always inline simple BytePos and CharPos methods.) - #50416 (check if the token is a lifetime before parsing) - #50417 (Update Cargo) - #50421 (Fix ICE when using a..=b in a closure.) Failed merges:
2018-05-03Fix invalid path generation in rustdoc searchGuillaume Gomez-1/+1
2018-05-02make it compile againflip1995-1/+1
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-1/+1
2018-04-27Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavuskennytm-0/+2
Add setting to go to item if there is only one result Fixes #50216. r? @QuietMisdreavus
2018-04-26Add setting to go to item if there is only one resultGuillaume Gomez-0/+2
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+2
2018-04-22Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavusbors-3/+76
Add rustdoc settings menu Fixes #18167. r? @QuietMisdreavus
2018-04-21Add aliases in the search as wellGuillaume Gomez-3/+7
2018-04-21Generate alias fileGuillaume Gomez-6/+74
2018-04-21Remove link generation on image, favicon and logo in settingsGuillaume Gomez-17/+19
2018-04-17Add rustdoc settings menuGuillaume Gomez-3/+74
2018-04-17Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomezGuillaume Gomez-1/+3
rustdoc: Don't include private paths in all.html For example the `std` [`all.html`](https://doc.rust-lang.org/nightly/std/all.html) includes references to the `coresimd` module which is a private implementation detail. r? @GuillaumeGomez
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-1/+1
2018-04-13rustdoc: Don't include private paths in all.htmlOliver Middleton-1/+3
2018-04-10Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavusbors-36/+205
Add page to list all crate's items r? @QuietMisdreavus
2018-04-07Improve codeGuillaume Gomez-21/+20
2018-04-06Auto merge of #49335 - ↵bors-11/+19
GuillaumeGomez:remove-unneeded-trait-implementations-title, r=QuietMisdreavus Remove unneeded trait implementations titles r? @QuietMisdreavus
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1
2018-04-04Rollup merge of #49516 - GuillaumeGomez:add-union-field-missing-anchor, ↵kennytm-2/+7
r=QuietMisdreavus Add missing anchor for union type fields r? @QuietMisdreavus
2018-04-04Rollup merge of #49179 - varkor:future-deprecation, ↵kennytm-4/+18
r=QuietMisdreavus,GuillaumeGomez Handle future deprecation annotations This adds special handling to the `since` parameter of the `deprecated` attribute: in particular, if the `since` version exceeds the version of the compiler, the deprecation notice will not be printed; but a note is added to the documentation stating that the item will be deprecated in a later version. (I've used `since` for this, rather than adding a new attribute, because it's more seamless and, I feel, intuitive. Plus it involves less code churn.) ![image](https://user-images.githubusercontent.com/3943692/37611317-ef5cdf16-2b99-11e8-8251-e35e8f7b0137.png) ![image](https://user-images.githubusercontent.com/3943692/37611323-f748c2d0-2b99-11e8-966b-11408c73d416.png) This is a prerequisite for doing things renaming methods in the standard library (e.g. #30459). Resolves #30785.
2018-04-04Add page to list all crate's itemsGuillaume Gomez-36/+206
2018-03-31Shorten deprecation notevarkor-2/+2
2018-03-30Rename fs::read_string to read_to_string and stabilizeMatt Brubeck-1/+1
2018-03-30Add missing anchor for union type fieldsGuillaume Gomez-2/+7
2018-03-30Auto merge of #49489 - kennytm:rollup, r=kennytmbors-6/+6
Rollup of 10 pull requests - Successful merges: #49443, #49445, #49446, #49463, #49464, #49466, #49468, #49473, #49484, #49486 - Failed merges:
2018-03-30Auto merge of #49412 - GuillaumeGomez:hide-type-decl, r=QuietMisdreavusbors-135/+150
Hide type declarations by default I'm not very happy for the moment about the rendering but the bases are here: <img width="610" alt="screen shot 2018-03-27 at 11 56 27" src="https://user-images.githubusercontent.com/3050060/37960492-0e045954-31b6-11e8-9cea-1ef8a3f980c4.png"> r? @QuietMisdreavus
2018-03-30Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavuskennytm-6/+6
Rename main theme into light theme r? @QuietMisdreavus
2018-03-29Remove unneeded trait implementations titlesGuillaume Gomez-11/+19
2018-03-29Rename main theme into light themeGuillaume Gomez-6/+6
2018-03-28Fix text overlapGuillaume Gomez-16/+17
2018-03-27Hide type declarations by defaultGuillaume Gomez-135/+150
2018-03-26Add future deprecation warning to rustdocvarkor-4/+18
2018-03-13Rollup merge of #48898 - GuillaumeGomez:remove-empty-section, r=QuietMisdreavuskennytm-8/+10
Remove auto trait implementation section when empty Fixes #48882.
2018-03-10Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavusbors-28/+23
Multiple rustdoc fixes Fixes #48733. r? @QuietMisdreavus
2018-03-09Remove auto trait implementation section when emptyGuillaume Gomez-8/+10
2018-03-09Add missing items in the sidebar for functionsGuillaume Gomez-28/+23
2018-03-05Add resource-suffix option for rustdocGuillaume Gomez-15/+36
2018-02-18Remove extra whitespaceAaron Hill-1/+1
2018-02-18Fix inliningAaron Hill-2/+7
2018-02-18More formatting fixupsAaron Hill-1/+1