rust/src
Jonas Schievink 8fde4be7d0
Rollup merge of #76858 - rcvalle:rust-lang-exploit-mitigations, r=steveklabnik
Add exploit mitigations chapter to the rustc book

This section documents the exploit mitigations applicable to the Rust compiler when building programs for the Linux operating system on the AMD64 architecture and equivalent. This was done for a project I'm currently working on, and I hope it'll also be helpful to others.
2020-11-24 13:17:28 +01:00
..
bootstrap Auto merge of #79115 - cuviper:rust-description, r=Mark-Simulacrum 2020-11-21 15:43:09 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
doc Rollup merge of #76858 - rcvalle:rust-lang-exploit-mitigations, r=steveklabnik 2020-11-24 13:17:28 +01:00
etc BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique 2020-11-18 10:07:42 +01:00
librustdoc Rollup merge of #79300 - GuillaumeGomez:hidden-feature-info, r=jyn514 2020-11-22 16:15:13 +01:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Auto merge of #79294 - petrochenkov:determ, r=varkor 2020-11-24 09:17:33 +00:00
tools Auto merge of #79228 - flip1995:clippyup, r=oli-obk 2020-11-24 06:56:02 +00:00
README.md
stage0.txt Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
version bump version to 1.50.0 2020-11-13 09:47:16 +01:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.