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