summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2015-04-07rustdoc: Handle duplicate reexports listedAlex Crichton-2/+7
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-2/+3
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-2/+50
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-3/+4
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-11/+30
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-17/+1
2015-03-04Separate supertrait collection from processing a `TraitDef`. This allowsNiko Matsakis-3/+1
2015-02-27Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichtonbors-0/+3
2015-02-24Fix duplicate methods in rustdocSeo Sanghyeon-0/+3
2015-02-24rustc: combine partial_def_map and last_private_map into def_map.Eduard Burtescu-1/+1
2015-02-24Revert bogus rename from DefTrait to DefaultImpl.Eduard Burtescu-1/+1
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-1/+1
2015-02-12Rote changes to fix fallout throughout the compiler from splitting theNiko Matsakis-7/+13
2015-02-06rustdoc: Show non-Rust ABIs on methodsTom Jakubowski-1/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-21rollup merge of #21368: tomjakubowski/rustdoc-miscellanyAlex Crichton-7/+27
2015-01-21Display negative trait implementations correctly in rustdocDiggory Blake-0/+2
2015-01-17rustdoc: Handle associated types on inlined implsTom Jakubowski-3/+15
2015-01-17rustdoc: Separate associated types from methodsTom Jakubowski-4/+12
2015-01-13Return the Vec from csearch::get_item_attrs.Ms2ger-7/+2
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