summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
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
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