summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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-03-31Test fixes and rebase conflicts, round 2Alex Crichton-3/+2
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-4/+6
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-4/+6
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-31Rollup merge of #23846 - rayglover:patch-rustdoc-stderr, r=alexcrichtonManish Goregaokar-2/+3
2015-03-30rustdoc: output stderr on doc-test failray glover-2/+3
2015-03-30Auto merge of #23837 - wesleywiser:patch-1, r=alexcrichtonbors-0/+4
2015-03-29Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnikbors-1/+1
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-28Fix some typosVadim Petrochenkov-1/+1
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-1/+1
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27rustdoc: show negative impls properly in the implementors pageCorey Richardson-2/+6
2015-03-27Test fixes and rebase conflicts, round 2Alex Crichton-7/+4
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-26/+25
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-2/+2
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-9/+9
2015-03-27default => or_insert per RFCAlexis Beingessner-4/+4
2015-03-26update everything to use Entry defaultsAlexis-12/+5
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-9/+9
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-26/+25
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