summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2015-05-11Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichtonbors-0/+13
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-6/+6
2015-05-09rustdoc: Add Associated Constants sectionUlrik Sverdrup-0/+11
2015-05-08Remove references to deprecated `extern crate "foo" as bar` syntaxCarol Nichols-1/+1
2015-05-09rustdoc: Link associated items in search index to traitUlrik Sverdrup-0/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-6/+6
2015-05-07Auto merge of #24973 - roryokane:fix-minus-doc-buttons, r=alexcrichtonbors-1/+3
2015-05-07Refactor doc toggle button label changingRory O’Kane-2/+3
2015-04-30rustdoc: Fix rendering associated constantsAlex Crichton-7/+24
2015-04-30Fix style warning, “line longer than 100 chars”Rory O’Kane-1/+2
2015-04-30Change docs toggle href from # to javascript:Rory O’Kane-1/+1
2015-04-30Fix doc [−] button bug by escaping differentlyRory O’Kane-1/+1
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-38/+61
2015-04-27Change literal minus ‘−’ to HTML entity ‘−’Rory O’Kane-1/+1
2015-04-27Change hyphen to minus in HTML template tooRory O’Kane-1/+1
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-2/+22
2015-04-23Structural changes for associated constantsSean Patrick Santos-38/+41
2015-04-23rustdoc: toggle collapse/expand all docs using the same linkLiigo Zhuang-3/+3
2015-04-17Remove info for path (fixup #24452)Manish Goregaokar-1/+0
2015-04-16Use BTreeMap in build_sidebar_itemsMathijs van de Nes-3/+4
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-34/+99
2015-04-16rustdoc: Fix cross-crate macro source linksAlex Crichton-14/+37
2015-04-16rustdoc: Overhaul stability displaysAlex Crichton-96/+86
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-14/+14
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-6/+6
2015-04-07rustdoc: Index inherent methods on primitivesAlex Crichton-42/+17
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-2/+3
2015-04-07rustdoc: Show impls for references to typesAlex Crichton-1/+6
2015-04-07rustdoc: Render methods/impls for bare traitsAlex Crichton-32/+35
2015-04-07rustdoc: Link "Trait Implementations" to sourcesAlex Crichton-38/+66
2015-04-07rustdoc: Only hide possibly private modulesAlex Crichton-1/+3
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-3/+9
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-14/+6
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-29Auto merge of #23809 - cmr:issue-21310, r=Manishearthbors-2/+6
2015-03-27rustdoc: show negative impls properly in the implementors pageCorey Richardson-2/+6
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-4/+4
2015-03-27default => or_insert per RFCAlexis Beingessner-3/+3
2015-03-26update everything to use Entry defaultsAlexis-9/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-23rollup merge of #23633: tomjakubowski/rustdoc-array-primAlex Crichton-7/+12
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-3/+3
2015-03-23Add generic conversion traitsAaron Turon-3/+3
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-7/+12
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-3/+3
2015-03-18[rustdoc] Fix source hyperlinks in docsIvan Petkov-5/+12
2015-03-15Auto merge of #23351 - nagisa:rustdoc-lines-2, r=alexcrichtonbors-9/+10
2015-03-14Auto merge of #23289 - mihneadb:rustdoc-search-by-type, r=alexcrichtonbors-1/+107
2015-03-14Add support to search functions by type to rustdoc.Mihnea Dobrescu-Balaur-1/+107
2015-03-14Split rustdoc summary lines in a smarter waySimonas Kazlauskas-9/+10