about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-03-27Rollup merge of #23738 - alexcrichton:snapshots, r=cmrManish Goregaokar-2/+2
2015-03-27default => or_insert per RFCAlexis Beingessner-4/+4
2015-03-26update everything to use Entry defaultsAlexis-12/+5
2015-03-26Register new snapshotsAlex Crichton-2/+2
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-7/+7
2015-03-24rollup merge of #23674: nagisa/fallout-1Alex Crichton-7/+7
2015-03-25Fix some fallout in librustdocSimonas Kazlauskas-7/+7
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-1/+1
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-7/+7
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-12/+84
2015-03-23rollup merge of #23633: tomjakubowski/rustdoc-array-primAlex Crichton-9/+18
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-7/+7
2015-03-23Add generic conversion traitsAaron Turon-11/+12
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-1/+1
2015-03-23rustdoc: Add #[doc(test(no_inject_crate))] attributeBrian Anderson-11/+49
2015-03-23rustdoc: interpret all leading feature attributes in examples as crate attrib...Brian Anderson-2/+36
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-9/+18
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-7/+7
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+3
2015-03-19Auto merge of #23430 - alexcrichton:io-error, r=aturonbors-1/+0
2015-03-19std: Stablize io::ErrorKindAlex Crichton-1/+0
2015-03-18[rustdoc] Fix source hyperlinks in docsIvan Petkov-5/+12
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-6/+4
2015-03-15Auto merge of #23206 - nagisa:print-io, r=alexcrichtonbors-1/+1
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-15Use new io in print and println macrosesSimonas Kazlauskas-1/+1
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-49/+43
2015-03-13Fallout of std::old_io deprecationAlex Crichton-49/+43
2015-03-13Rollup merge of #23328 - alexcrichton:rustdoc-default-impl, r=brsonManish Goregaokar-13/+64
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-13/+64
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+4
2015-03-12Stabilize std::pathAaron Turon-1/+4
2015-03-12Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakisbors-239/+123
2015-03-12Rollup merge of #22769 - :rustdocfix, r=brsonManish Goregaokar-17/+0
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-12/+22
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-8/+8
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-233/+107
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-2/+2
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-10Rollup merge of #23231 - killercup:patch-7, r=ManishearthManish Goregaokar-2/+2
2015-03-09Rustdoc: Add Headline Style for `tymethod`Pascal Hertleif-2/+2
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-6/+6
2015-03-07rustdoc: Fixed an asynchronous loading of rustdoc sidebars.Kang Seonghoon-1/+1