summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2015-05-12Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-7/+7
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
2015-03-18[rustdoc] Fix source hyperlinks in docsIvan Petkov-5/+12
2015-03-15Strip trailing whitespaceTamir Duberstein-4/+4
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-2/+0
2015-03-15Auto merge of #23351 - nagisa:rustdoc-lines-2, r=alexcrichtonbors-9/+10
2015-03-14Auto merge of #23289 - mihneadb:rustdoc-search-by-type, r=alexcrichtonbors-3/+142
2015-03-14Add support to search functions by type to rustdoc.Mihnea Dobrescu-Balaur-3/+142
2015-03-14Split rustdoc summary lines in a smarter waySimonas Kazlauskas-9/+10
2015-03-13Auto merge of #23292 - alexcrichton:stabilize-io, r=aturonbors-2/+3