rust/src/librustdoc
Guillaume Gomez 9559c4d823 Rollup merge of #39416 - tspiteri:ffi-unsafe-icon, r=brson
rustdoc: mark FFI functions with unsafety icon

Currently, in the list of functions, unsafe functions are marked with a superscript ⚠, but unsafe FFI functions are not. This patch treats unsafe FFI functions like other unsafe functions in this regard.
2017-02-02 22:22:28 +01:00
..
clean Merge ty::TyBox into ty::TyAdt 2017-01-30 23:14:15 +03:00
html Rollup merge of #39416 - tspiteri:ffi-unsafe-icon, r=brson 2017-02-02 22:22:28 +01:00
passes rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. 2016-11-24 01:40:52 +02:00
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml rustc: keep track of tables everywhere as if they were per-body. 2017-01-06 22:23:29 +02:00
core.rs rustc: rename TyCtxt's map field to hir. 2017-01-26 13:41:28 +02:00
doctree.rs rustc: move function arguments into hir::Body. 2016-12-28 11:29:19 +02: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 Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis 2017-01-08 11:36:52 +00:00
markdown.rs Teach rustdoc --test about --sysroot, pass it when testing rust 2016-12-24 17:15:07 +00:00
plugins.rs Remove rustdocs json format 2016-04-07 06:01:55 +02:00
test.rs rustdoc: Suppress warnings/errors with --test 2017-01-27 14:53:16 -08:00
visit_ast.rs rustc: rename TyCtxt's map field to hir. 2017-01-26 13:41:28 +02:00
visit_lib.rs rustdoc: we can now assume DocContext always has a TyCtxt. 2016-11-24 01:40:56 +02:00