rust/src/librustdoc
Tom Jakubowski 8a69d35e1e rustdoc: Fix where clauses on re-exports
Projection predicates on re-exports, for the time being, are rendered as
equality predicates because that's easier. It would be nice to fix this
in the future.

Some gymnastics were needed to remove redundant bounds from the `types`
and `lifetimes` fields, remove implicit `Sized` bounds, and re-create
`?Sized` bounds.

Fix #20203, fix #20924, fix #20911, fix #20534
2015-01-12 09:25:07 -08:00
..
clean rustdoc: Fix where clauses on re-exports 2015-01-12 09:25:07 -08:00
html rustdoc: Fix where clauses on re-exports 2015-01-12 09:25:07 -08:00
core.rs Preliminary feature staging 2015-01-07 15:34:56 -08:00
doctree.rs Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00
externalfiles.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
flock.rs std: Redesign c_str and c_vec 2015-01-05 08:00:13 -08:00
fold.rs Fix fallout from change, adding explicit Sized annotations where necessary. 2015-01-02 12:06:59 -05:00
lib.rs rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
markdown.rs rustc: Add knowledge of separate lookup paths 2014-12-23 10:08:17 -08:00
passes.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
plugins.rs Fix rustdoc 2014-09-30 12:52:47 -07:00
stability_summary.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
test.rs rustdoc: Stop adding #[deny(warnings)] to all tests 2015-01-08 18:13:20 -08:00
visit_ast.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00