summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2014-12-26Changes to RustDocNick Cameron-3/+2
2014-12-24rustdoc: render higher-rank trait boundsTom Jakubowski-1/+1
2014-12-22Rote changes that don't care to distinguish between a fn pointer and a fn item.Niko Matsakis-1/+1
2014-12-15rollup merge of #19774: tomjakubowski/rustdoc-consts-staticsBrian Anderson-0/+22
2014-12-14Parse `unsafe trait` but do not do anything with it beyond parsing and integr...Niko Matsakis-0/+1
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-4/+4
2014-12-12rustdoc: Properly inline const itemsTom Jakubowski-0/+22
2014-12-06librustdoc: remove unnecessary `as_slice()` callsJorge Aparicio-2/+2
2014-11-26rollup merge of #19272: tomjakubowski/rustdoc-sizedAlex Crichton-1/+2
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-24rustdoc: Render Sized? on traits and genericsTom Jakubowski-1/+2
2014-11-19rustc: middle: remove obsolete ty::get.Eduard Burtescu-2/+2
2014-11-06rollup merge of #18630 : nikomatsakis/purge-the-barsAlex Crichton-1/+0
2014-11-06Fallout from collection conventionsAlexis Beingessner-2/+2
2014-11-06Remove the unboxed closure `|:|` notation from types and trait references com...Niko Matsakis-1/+0
2014-11-01Fix RustDoc bugNick Cameron-9/+8
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-06rustdoc: Remove dummy UnknownBound variantTom Jakubowski-2/+1
2014-10-06rustdoc: Support unboxed fn sugar in boundsTom Jakubowski-1/+1
2014-10-06rustdoc: Correctly name lifetimes in boundsTom Jakubowski-1/+3
2014-09-30Fixes ICE when using reexported unit-like structsMichael Kainer-5/+1
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+4
2014-09-17rustdoc: Correctly distinguish enums and typesP1start-1/+6
2014-09-16Fallout from renamingAaron Turon-8/+8
2014-09-15Port coherence to use the new trait matching codeNiko Matsakis-1/+1
2014-09-08rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-57/+52
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-3/+3
2014-08-28Fallout from stabilizing core::optionAaron Turon-3/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-9/+3
2014-08-26rustdoc: Don't assume that a doc attribute was sugared: Fixes #15976Kevin Mehall-8/+1
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-27/+33
2014-07-28rustdoc: show struct field docs when inlinedCorey Richardson-1/+1
2014-07-25rustdoc: Inline items from foreign modsAlex Crichton-16/+22
2014-07-25rustdoc: Correctly handle local renamingsAlex Crichton-2/+13
2014-07-25rustdoc: Fix inlining type parametersAlex Crichton-6/+7
2014-07-25rustdoc: Hide impls for #[doc(hidden)] traitsAlex Crichton-2/+27
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-0/+3
2014-06-09rustdoc: Correctly classify enums/typedefsAlex Crichton-1/+1
2014-06-06Test fixes from the rollupAlex Crichton-1/+1
2014-06-06rustdoc: Inline static documentation across cratesAlex Crichton-0/+14
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-10/+11
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-1/+1
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-1/+1
2014-06-05rustdoc: Include supertraits on inlined traitsTom Jakubowski-1/+9
2014-06-02rustdoc: Correctly inline required/provided methodsAlex Crichton-7/+12
2014-06-01rustdoc: Ensure external impls are inlined onceAlex Crichton-10/+17
2014-06-01rustdoc: Filter private methods from inlined implsAlex Crichton-2/+7
2014-05-31rustdoc: Don't inline tuple struct constructorsAlex Crichton-0/+5