summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
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
2015-03-13Fallout of std::old_io deprecationAlex Crichton-2/+3
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-0/+1
2015-03-12Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakisbors-22/+30
2015-03-12Rollup merge of #22769 - :rustdocfix, r=brsonManish Goregaokar-17/+0
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-22/+30
2015-03-10Auto merge of #23250 - liigo:plain-summary-line, r=alexcrichtonbors-3/+4
2015-03-10rustdoc: get back 'plain summary line' in sidebarLiigo Zhuang-3/+4
2015-03-09Rustdoc: Add Headline Style for `tymethod`Pascal Hertleif-2/+2
2015-03-07rustdoc: Fixed an asynchronous loading of rustdoc sidebars.Kang Seonghoon-1/+1
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-2/+1
2015-03-06BufferedWriter -> BufWriter (fixup #23060)Manish Goregaokar-1/+1
2015-03-06Rollup merge of #23082 - killercup:patch-6, r=alexcrichtonManish Goregaokar-1/+1
2015-03-06Rollup merge of #23060 - lifthrasiir:rustdoc-sidebar-in-js, r=alexcrichtonManish Goregaokar-72/+106
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-2/+1
2015-03-05Fix Playpen Links Containing Multiple ExamplesPascal Hertleif-1/+1
2015-03-05rustdoc: Reworded comments to give the rationale for JS.Kang Seonghoon-1/+8
2015-03-05rustdoc: Move sidebar items into shared JavaScript.Kang Seonghoon-72/+99
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-60/+66
2015-02-24fix rustdoc performance problemsJulian Orth-17/+0
2015-02-24rustc_resolve: use the visitor model more, remove redundant repeated lookups.Eduard Burtescu-3/+0
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-1/+1
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-1/+1
2015-02-22Rollup merge of #22578 - nagisa:deprecated-fallout, r=alexcrichtonManish Goregaokar-12/+15
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-20Escape some rustdoc stringsSimonas Kazlauskas-12/+15
2015-02-20Fix style fallout from 204e2bd442Simonas Kazlauskas-2/+17
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-1/+1
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-2/+2
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18rollup merge of #22498: nagisa/style-fixesAlex Crichton-4/+3
2015-02-18std: Implement CString-related RFCsAlex Crichton-2/+2
2015-02-18Fix inconsistent spacing of collapse all buttonSimonas Kazlauskas-2/+1
2015-02-18Style all docblock links properlySimonas Kazlauskas-2/+2
2015-02-17Rollup merge of #22273 - nagisa:doc-deprecated, r=alexcrichtonManish Goregaokar-5/+18
2015-02-17Rollup merge of #22369 - nagisa:docblock-table, r=steveklabnikManish Goregaokar-0/+21
2015-02-15Add styles for docblock tablesSimonas Kazlauskas-0/+21
2015-02-15Count and show the deprecated attribute againSimonas Kazlauskas-5/+18
2015-02-13rustdoc: Show must_use attributeSeo Sanghyeon-1/+19
2015-02-10rollup merge of #22097: cllns/fix-fallback-fontsAlex Crichton-1/+1
2015-02-09Make fallback font 'serif', rather than 'sans-serif' fontsSean Collins-1/+1
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-1/+1