about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2016-02-01Decide to hide constness only in fn/method rendersBrandon W Maister-5/+12
2016-01-31Don't show `const` in docs when it's not availableBrandon W Maister-0/+3
2016-01-28rustdoc: Add missing trailing comma for single element tuplesOliver Middleton-1/+1
2016-01-23Rollup merge of #31055 - steveklabnik:alt-tags, r=alexcrichtonSteve Klabnik-1/+1
2016-01-23Rollup merge of #31054 - steveklabnik:a11y, r=alexcrichtonSteve Klabnik-3/+3
2016-01-23Handle generics in raw pointersManish Goregaokar-3/+11
2016-01-22Correctly output links for primitive types which enclose their contentsManish Goregaokar-9/+22
2016-01-20tweak trait cssSteve Klabnik-1/+1
2016-01-20tweak struct colorsSteve Klabnik-1/+1
2016-01-20Add alt tags for logosSteve Klabnik-1/+1
2016-01-20tweak colors for a11ySteve Klabnik-1/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+1
2016-01-11rustdoc: remove dead link from issue-less unstable entries.Shmuale Mark-2/+2
2016-01-02Rustdoc - Specify max-image sizeWesley Wiser-0/+4
2015-12-22Don't record the root module in the search indexmitaa-8/+10
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-2/+22
2015-12-08Auto merge of #30036 - mitaa:doc_id, r=alexcrichtonbors-57/+117
2015-12-05Add testsmitaa-0/+46
2015-12-04Split rustdoc css to modify it more easilyGuillaume Gomez-65/+144
2015-12-04Address review commentsmitaa-49/+43
2015-12-03Initialize the ID map with known valuesmitaa-2/+22
2015-12-03Generate unique IDs for each rustdoc HTML pagemitaa-40/+36
2015-12-03Move ID generator to a more suited locationmitaa-38/+42
2015-11-26fix tests & rustdocAriel Ben-Yehuda-2/+2
2015-11-20Auto merge of #29822 - petrochenkov:pubexport, r=alexcrichtonbors-6/+6
2015-11-19Fix rustdocs `unsafe const fn` orderingmitaa-3/+3
2015-11-19Changes to data produced by privacy passVadim Petrochenkov-6/+6
2015-11-18Fix unpredictable ordering of sidebar boxes in rustdocJoshua Holmer-1/+1
2015-11-05librustdoc: don't override ctrl-s and other browser shortcutsIvan Kozik-0/+4
2015-10-23Add colors for rustdoc primitives, type, and macros linksmdinger-2/+5
2015-10-23Merge same colors togethermdinger-3/+3
2015-10-22Auto merge of #28963 - mdinger:arrow, r=steveklabnikbors-7/+10
2015-10-16Auto merge of #28683 - GuillaumeGomez:rustdoc_error, r=alexcrichtonbors-64/+107
2015-10-17Improve error handling by providing Error struct with Path informationGuillaume Gomez-64/+107
2015-10-14Make the rustdoc example links more noticablemdinger-7/+10
2015-10-13Refactor attr::StabilityVadim Petrochenkov-4/+5
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+2
2015-10-04Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brsonbors-0/+309
2015-10-02Fix librustdoc search eventsSimonas Kazlauskas-11/+17
2015-10-02Fix misnamed variable in rustdocSimonas Kazlauskas-1/+1
2015-10-02Auto merge of #28795 - marti1125:28696, r=alexcrichtonbors-0/+9
2015-10-01fixes #28696 Return to the default content when .search-input is empty -Add a...Willy Aguirre-0/+9
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-11/+10
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-14/+15
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-5/+4
2015-10-01move LOCAL_CRATE to cstoreNiko Matsakis-1/+3
2015-09-27rustdoc: Remove crate name from primitives, make them turn up first in searchManish Goregaokar-0/+7
2015-09-24Add 'use strict' to playpen.jsNick Howell-0/+2
2015-09-21Clarify rustdoc output licensing with a copyright fileRuud van Asseldonk-0/+66
2015-09-20rustdoc: added tests for header rendering & minor fixesSimon Mazur-2/+24