rust/src/doc
Andrew Brown 8d6c973c7f Add support for control-flow protection
This change adds a flag for configuring control-flow protection in the
LLVM backend. In Clang, this flag is exposed as `-fcf-protection` with
options `none|branch|return|full`. This convention is followed for
`rustc`, though as a codegen option: `rustc -Z
cf-protection=<none|branch|return|full>`.

Co-authored-by: BlackHoleFox <blackholefoxdev@gmail.com>
2022-02-14 08:31:24 -08:00
..
book@98904efaa4 Update books 2022-02-01 02:55:55 -08:00
edition-guide@beea0a3cdc Update books 2021-12-06 20:45:37 -08:00
embedded-book@d5fc1bce3f Update books 2022-02-01 02:55:55 -08:00
man Drop time dependency from bootstrap 2022-02-07 09:11:08 -05:00
nomicon@9493715a62 Update books 2022-02-01 02:55:55 -08:00
reference@411c2f0d5c Update books 2022-02-01 02:55:55 -08:00
rust-by-example@18c0055b8a Update rust-by-examples 2022-01-19 20:00:07 +00:00
rustc add missing space 2022-02-08 09:34:36 +01:00
rustc-dev-guide@8763adb62c Update books 2022-02-01 02:55:55 -08:00
rustdoc fix typo `documenation` 2022-01-28 10:26:49 +08:00
unstable-book Add support for control-flow protection 2022-02-14 08:31:24 -08:00
complement-design-faq.md
complement-lang-faq.md
complement-project-faq.md
favicon.inc
footer.inc
full-toc.inc
grammar.md
guide-crates.md
guide-error-handling.md
guide-ffi.md
guide-macros.md
guide-ownership.md
guide-plugins.md
guide-pointers.md
guide-strings.md
guide-tasks.md
guide-testing.md
guide-unsafe.md
guide.md
index.md Add link to rust website 2020-11-04 11:06:42 +01:00
intro.md
not_found.md
redirect.inc
reference.md Update reference.md 2021-07-10 19:51:36 +02:00
robots.txt
rust.css override rustdoc.css {webkit,moz} box-sizing:unset 2021-06-29 13:05:00 +08:00
rust.md
rustdoc.md
tutorial.md
version_info.html.template