rust/src/librustdoc
Eduard-Mihai Burtescu 6c7b43375a Rollup merge of #37250 - liigo:rustdoc-unsafe-fns, r=steveklabnik
rustdoc: mark unsafe fns in module page with superscript icons

Note: I'v changed the mark style. Now use superscript ⚠(U+26A0) (the old one is '[Unsafe]' literal).
Basically per https://botbot.me/mozilla/rust-docs/2016-10-19/?msg=75112017&page=1

![unsafe-fn-icon](https://cloud.githubusercontent.com/assets/346530/19633650/7f6e1eea-99e6-11e6-8d09-31aec83e46a5.png)

![unsafe-fn](https://cloud.githubusercontent.com/assets/346530/19472050/39daded2-9558-11e6-9148-3cb12afd1c9a.png)
2016-11-09 20:51:15 +02:00
..
clean Replace FnvHasher use with FxHasher. 2016-11-08 15:14:59 +11:00
html Rollup merge of #37250 - liigo:rustdoc-unsafe-fns, r=steveklabnik 2016-11-09 20:51:15 +02:00
passes Remove redundant 'Variant' in variant names, stop reexporting. 2016-10-02 21:58:23 -04:00
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml Fix rustbuild 2016-08-29 14:27:40 -04:00
core.rs Replace FnvHasher use with FxHasher. 2016-11-08 15:14:59 +11:00
doctree.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
externalfiles.rs Remove unnecessary pub function classifier. 2016-10-09 00:17:50 -04:00
fold.rs Remove redundant 'Variant' in variant names, stop reexporting. 2016-10-02 21:58:23 -04:00
lib.rs Stabilize .. in tuple (struct) patterns 2016-11-03 01:38:15 +03:00
markdown.rs rustdoc: Improve playground run buttons 2016-10-15 18:32:03 +01:00
plugins.rs Remove rustdocs json format 2016-04-07 06:01:55 +02:00
test.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
visit_ast.rs Replace FnvHasher use with FxHasher. 2016-11-08 15:14:59 +11:00
visit_lib.rs Remove some unused methods from metadata 2016-10-04 23:53:51 +03:00