summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2015-04-23Structural changes for associated constantsSean Patrick Santos-38/+44
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-1/+1
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-36/+105
2015-04-16rustdoc: Fix cross-crate macro source linksAlex Crichton-20/+46
2015-04-16rustdoc: Overhaul stability displaysAlex Crichton-247/+116
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-23/+23
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-13/+13
2015-04-13rustdoc: Prevent '/' from showing the help dialogBarosl Lee-3/+5
2015-04-07rustdoc: Index inherent methods on primitivesAlex Crichton-42/+17
2015-04-07rustdoc: Handle tests with bare `#` marksAlex Crichton-1/+3
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-2/+15
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-11/+24
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-2/+4
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/+11
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-14/+6
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-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-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-5/+5
2015-04-01Fix sidebar bugCarlos Galarza-4/+6
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
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-6/+6
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-9/+9
2015-03-27default => or_insert per RFCAlexis Beingessner-3/+3
2015-03-26update everything to use Entry defaultsAlexis-9/+4
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-9/+9
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-6/+6
2015-03-24rollup merge of #23674: nagisa/fallout-1Alex Crichton-6/+6
2015-03-25Fix some fallout in librustdocSimonas Kazlauskas-6/+6
2015-03-25Add trivial cast lints.Nick Cameron-7/+7
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+1
2015-03-23rollup merge of #23633: tomjakubowski/rustdoc-array-primAlex Crichton-8/+13
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-6/+6
2015-03-23Add generic conversion traitsAaron Turon-3/+3
2015-03-23rustdoc: Add #[doc(test(no_inject_crate))] attributeBrian Anderson-1/+1
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-8/+13
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-6/+6