summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-05-12Auto merge of #25323 - eddyb:coherent-coherence, r=pnkfelixbors-1/+1
2015-05-12rustc: rename ty::populate_implementations_for_type_if_necessary to make it c...Eduard Burtescu-1/+1
2015-05-11Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichtonbors-1/+15
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-1/+1
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-9/+9
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-1/+4
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-9/+9
2015-05-07Auto merge of #24973 - roryokane:fix-minus-doc-buttons, r=alexcrichtonbors-15/+31
2015-05-07Rollup merge of #25146 - piatra:doc-search-patch, r=steveklabnikSteve Klabnik-0/+4
2015-05-07Remove trailing whitespace on blank lineRory O’Kane-1/+1
2015-05-07Refactor doc toggle button label changingRory O’Kane-16/+31
2015-05-06Add note about type signature searching to docsAndrei Oprea-0/+4
2015-05-06fix typos caught by codespellTshepang Lekhonkhobe-1/+1
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-1/+1
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-9/+9
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-42/+120
2015-04-27Rollup merge of #24804 - liigo:new-trait-color, r=steveklabnikSteve Klabnik-1/+1
2015-04-27Rollup merge of #24797 - roryokane:patch-1, r=nikomatsakisSteve Klabnik-9/+9
2015-04-27Change literal minus ‘−’ to HTML entity ‘−’Rory O’Kane-9/+9
2015-04-27Change hyphen to minus in HTML template tooRory O’Kane-1/+1
2015-04-24In [-] doc buttons, change hyphen ‘-’ to minus ‘−’Rory O’Kane-5/+5
2015-04-25rustdoc: change color of trait typesLiigo Zhuang-1/+1
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-24Rollup merge of #24717 - liigo:add-back-toggle-links, r=alexcrichtonManish Goregaokar-3/+7
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-0/+2
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-6/+47
2015-04-23Structural changes for associated constantsSean Patrick Santos-39/+74
2015-04-23rustdoc: add back [-]/[+] toggle links for unstable-methodsLiigo Zhuang-3/+7
2015-04-23rustdoc: toggle collapse/expand all docs using the same linkLiigo Zhuang-15/+20
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-5/+4
2015-04-20Auto merge of #24597 - bombless:doc, r=steveklabnikbors-1/+1
2015-04-19rustdoc: don't inject "extern crate std;"York Xiang-1/+1
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-2/+2
2015-04-17Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturonbors-1/+1
2015-04-17Fix some missing casesNiko Matsakis-1/+1
2015-04-17Remove info for path (fixup #24452)Manish Goregaokar-2/+0
2015-04-16Use BTreeMap in build_sidebar_itemsMathijs van de Nes-3/+4
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+2
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-66/+220
2015-04-16rustdoc: Fix cross-crate macro source linksAlex Crichton-20/+51
2015-04-16rustdoc: Overhaul stability displaysAlex Crichton-447/+132
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-26/+26
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-21/+21
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-2/+2
2015-04-14Fallout: move from scoped to spawnAaron Turon-2/+2