about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
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-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
2015-08-24Update hoedown to latest version (3.0.4).Eljay-36/+46
2015-08-24fallout from moving def-idNiko Matsakis-33/+34
2015-08-23Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichtonbors-1/+5
2015-08-20Show variadic args in rustdoc output.Lee Jeffery-1/+5
2015-08-17rustdoc: Removed command line option issue-tracker-base-urlMartin Wernstål-3/+2
2015-08-17rustdoc: Adjusted style for unstable feature-nameMartin Wernstål-1/+5
2015-08-16librustdoc: Fix tidyMartin Wernstål-2/+2
2015-08-16rustdoc: Print feature flag and issue link if present in short_stabilityMartin Wernstål-4/+19
2015-08-16rustdoc: Pass the Context down to short_stability()Martin Wernstål-56/+58
2015-08-16rustdoc: Added issue tracker option and issue data to clean::StabilityMartin Wernstål-1/+10
2015-08-16Correct signature of hoedown callback for codespansRobin Kruppe-2/+8
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-1/+1
2015-08-08rustc: rename multiple imports in a listSean McArthur-2/+7
2015-08-04Improve rustdoc search type filtering.Eljay-9/+29
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-2/+2
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-3/+3
2015-07-21Auto merge of #27103 - wthrowe:doc_format, r=alexcrichtonbors-24/+18
2015-07-20librustdoc: blur page when help dialogue is presentAndreas Tolfsen-41/+62
2015-07-18Fix rustdoc formatting of implsWilliam Throwe-24/+18
2015-07-17DRYTamir Duberstein-2/+2
2015-07-16Merge branch 'fix-26673' of https://github.com/nhowell/rust into rollup_centralSteve Klabnik-0/+6