summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-05-12Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-9/+9
2015-04-23Fix some missing casesNiko Matsakis-1/+1
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
2015-04-13rustdoc: Prevent '/' from showing the help dialogBarosl Lee-3/+5
2015-04-10Test fixes and review feedbackAlex Crichton-1/+1
2015-04-07rustdoc: Index inherent methods on primitivesAlex Crichton-42/+32
2015-04-07rustdoc: Handle duplicate reexports listedAlex Crichton-2/+7
2015-04-07rustdoc: Handle tests with bare `#` marksAlex Crichton-1/+3
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-6/+33
2015-04-07rustdoc: Simplify predicates with paren notationAlex Crichton-12/+56
2015-04-07rustdoc: Detect provided methods on inlined traitsAlex Crichton-7/+30
2015-04-07book: Emit links to play.rust-lang.org to run examplesAlex Crichton-1/+1
2015-04-07rustdoc: Don't duplicate inlined impl blocksAlex Crichton-2/+14
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-68/+195
2015-04-07rustdoc: Simplify cross-crate where clausesAlex Crichton-10/+149
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: Allowing specifying attrs for doctestsAlex Crichton-44/+59
2015-04-07rustdoc: Link "Trait Implementations" to sourcesAlex Crichton-105/+107
2015-04-07rustdoc: Only hide possibly private modulesAlex Crichton-1/+3
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-4/+14
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-23/+22
2015-04-07Auto merge of #24116 - zaeleus:rustdoc-codespan, r=alexcrichtonbors-3/+46
2015-04-06rustdoc: Use iterators to collapse whitespaceMichael Macias-21/+8
2015-04-06rustdoc: Add a custom callback for codespan to collapse whitespaceMichael Macias-3/+59
2015-04-05Changes rustdoc --passes help messageRemi Rampin-2/+3
2015-04-05Auto merge of #24055 - estsauver:24044, r=alexcrichtonbors-0/+2
2015-04-04Make changing doc search unhighlight current resultEarl St Sauver-0/+2
2015-04-04Rollup merge of #23941 - carloslfu:patch-1, r=steveklabnikManish Goregaokar-4/+6
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-6/+6
2015-04-01Test fixes and rebase conflicts, round 1Alex Crichton-2/+4
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-2/+1
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-2/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-6/+6
2015-04-01Fix sidebar bugCarlos Galarza-4/+6
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-3/+2
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-4/+6
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-4/+6
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-31Rollup merge of #23846 - rayglover:patch-rustdoc-stderr, r=alexcrichtonManish Goregaokar-2/+3
2015-03-30rustdoc: output stderr on doc-test failray glover-2/+3
2015-03-30Auto merge of #23837 - wesleywiser:patch-1, r=alexcrichtonbors-0/+4
2015-03-29Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnikbors-1/+1
2015-03-29Fix extremely small stability bars on docs pageWesley Wiser-0/+4
2015-03-29Auto merge of #23809 - cmr:issue-21310, r=Manishearthbors-2/+6