summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
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
2015-09-20rustdoc: remove redundant testSimon Mazur-15/+1
2015-09-20rustdoc: some code style improvementsSimon Mazur-27/+14
2015-09-20rustdoc: Changed section headers anchor renderingSimon Mazur-5/+23
2015-09-19Rollup merge of #28400 - badboy:disable-browser-history-on-file, r=steveklabnikSteve Klabnik-1/+2
2015-09-19Make rustdoc output comply with licensesRuud van Asseldonk-0/+243
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-2/+2
2015-09-14Disable browser history API on file:/ URLsJan-Erik Rediger-1/+2
2015-09-09rustdoc: Tweak the main template and CSS for semantic mark-up.Kang Seonghoon-16/+28
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-22/+24
2015-08-25Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichtonbors-36/+46