summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
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
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-26/+84
2015-12-05Add testsmitaa-0/+19
2015-12-04Split rustdoc css to modify it more easilyGuillaume Gomez-1/+3
2015-12-04Address review commentsmitaa-40/+34
2015-12-03Initialize the ID map with known valuesmitaa-2/+22
2015-12-03Generate unique IDs for each rustdoc HTML pagemitaa-37/+33
2015-12-03Move ID generator to a more suited locationmitaa-1/+30
2015-11-26fix tests & rustdocAriel Ben-Yehuda-1/+1
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-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-04Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brsonbors-0/+14
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-8/+8
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-13/+14
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-0/+1
2015-09-21Clarify rustdoc output licensing with a copyright fileRuud van Asseldonk-0/+2
2015-09-19Make rustdoc output comply with licensesRuud van Asseldonk-0/+12
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-2/+2
2015-09-03Add an intital HIR and lowering stepNick Cameron-8/+9
2015-08-24fallout from moving def-idNiko Matsakis-27/+28
2015-08-17rustdoc: Removed command line option issue-tracker-base-urlMartin Wernstål-3/+2
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-1/+16
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-07-27std: Deprecate a number of unstable featuresAlex Crichton-3/+3
2015-07-18Fix rustdoc formatting of implsWilliam Throwe-24/+5
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-11/+11
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-1/+1
2015-07-01rustdoc: Update jQuery from 2.1.0 to 2.1.4Nick Howell-2/+2
2015-06-14Find type of orphan methods for rustdoc search.Mihnea Dobrescu-Balaur-1/+3
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-1/+1
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-06-08Implement RFC 839Johannes Oertel-1/+1
2015-05-26Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichtonbors-7/+12
2015-05-25rustdoc: Show where clauses in type aliasesUlrik Sverdrup-2/+3
2015-05-25Rustdoc: ignore deref-inherited static methodsAdolfo Ochagavía-22/+37
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-13/+20
2015-05-21rustdoc: Skip types in impls in search indexUlrik Sverdrup-5/+9
2015-05-11Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichtonbors-0/+13