rust/src/librustdoc
bors 223c043110 auto merge of #16254 : brson/rust/rustdocmeta, r=aturon
This teach rustdoc to add `<meta name="description">` and `<meta name="keywords">` tags to crate docs. Description is important for search engines because they display it as the page description. Keywords are less useful but still generally recommended.

This also changes the "stability dashboard" link to just say "stability", because the current link takes up a lot of space.

cc https://github.com/rust-lang/rust/issues/12466
2014-08-06 04:56:25 +00:00
..
clean Fixes missing overflow lint for i64 #14269 2014-08-05 09:59:03 +02:00
html rustdoc: Just "stability" instead of "stability dashboard" 2014-08-04 14:37:07 -07:00
core.rs rustdoc: Add a --target flag 2014-07-25 07:55:25 -07:00
doctree.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
externalfiles.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
flock.rs Port Rust to DragonFlyBSD 2014-07-29 16:44:39 +02:00
fold.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
lib.rs rustdoc: Use --crate-name with --test 2014-07-31 23:01:24 -07:00
markdown.rs rustdoc: Add rustdoc class to <body> tag 2014-08-02 18:59:59 -07:00
passes.rs deprecate Vec::get 2014-07-17 12:08:31 +12:00
plugins.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
stability_summary.rs Fix misspelled comments. 2014-08-01 19:42:52 -04:00
test.rs rustdoc: Use --crate-name with --test 2014-07-31 23:01:24 -07:00
visit_ast.rs rustdoc: Correctly handle local renamings 2014-07-25 10:24:29 -07:00