1
Fork 0
rust/src/librustdoc
bors 3a38797f49 auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichton
This PR adds support in rustdoc for properly naming lifetimes in bounds, instead of just showing `'static` for everything. It also adds support for unboxed function sugar bounds, which were also previously rendered as `'static`.
2014-10-06 16:47:13 +00:00
..
clean rustdoc: Include lifetimes in re-exported bounds 2014-10-06 06:11:21 -07:00
html auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichton 2014-10-06 16:47:13 +00:00
core.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
doctree.rs rustdoc: fix fallout from using ptr::P. 2014-09-14 04:20:34 +03:00
externalfiles.rs Deal with the fallout of string stabilization 2014-09-23 18:31:52 -07:00
flock.rs Fix rustdoc 2014-09-30 12:52:47 -07:00
fold.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
lib.rs rollup merge of #17666 : eddyb/take-garbage-out 2014-10-02 14:53:18 -07:00
markdown.rs Changed addl_lib_search_paths from HashSet to Vec 2014-09-07 11:42:02 +02:00
passes.rs Deal with the fallout of string stabilization 2014-09-23 18:31:52 -07:00
plugins.rs Fix rustdoc 2014-09-30 12:52:47 -07:00
stability_summary.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
test.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
visit_ast.rs rustdoc: Don't try to inline the crate root 2014-09-23 15:19:30 -07:00