rust/src
bors fd4b177aab Auto merge of #72655 - jethrogb:sgx-lvi-hardening, r=petrochenkov
Enable LVI hardening for x86_64-fortanix-unknown-sgx

This implements mitigations for the Load Value Injection vulnerability (CVE-2020-0551) for the `x86_64-fortanix-unknown-sgx` target by enabling new LLVM passes. More information about LVI and mitigations may be found at https://software.intel.com/security-software-guidance/insights/deep-dive-load-value-injection.

This PR unconditionally enables the mitigations for `x86_64-fortanix-unknown-sgx` since there is no available hardware that doesn't require the mitigations. This may be reconsidered in the future.

* [x] This depends on https://github.com/rust-lang/compiler-builtins/pull/359/
2020-06-08 20:10:07 +00:00
..
bootstrap Enable LVI hardening for x86_64-fortanix-unknown-sgx 2020-06-07 12:12:30 +02:00
build_helper
ci Enable LVI hardening for x86_64-fortanix-unknown-sgx 2020-06-07 12:12:30 +02:00
doc Rollup merge of #73001 - ilya-bobyr:master, r=dtolnay 2020-06-08 09:55:31 +02:00
etc
liballoc Rollup merge of #72811 - pickfire:liballoc-impl, r=Amanieu 2020-06-08 09:55:28 +02:00
libcore Rollup merge of #73001 - ilya-bobyr:master, r=dtolnay 2020-06-08 09:55:31 +02:00
libpanic_abort
libpanic_unwind Bump to 1.46 2020-06-03 15:27:51 -04:00
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_arena
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm
librustc_codegen_ssa rename FalseEdges -> FalseEdge 2020-06-07 10:12:21 +02:00
librustc_data_structures
librustc_driver Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum 2020-06-06 09:00:51 +00:00
librustc_error_codes Rollup merge of #73092 - GuillaumeGomez:cleanup-e0646, r=Dylan-DPC 2020-06-08 09:55:35 +02:00
librustc_errors Rollup merge of #72026 - botika:master, r=estebank 2020-06-08 09:55:18 +02:00
librustc_expand Rollup merge of #72799 - Aaron1011:feature/span-debug, r=petrochenkov 2020-06-08 09:55:26 +02:00
librustc_feature
librustc_fs_util
librustc_graphviz
librustc_hir Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum 2020-06-06 09:00:51 +00:00
librustc_hir_pretty save_analysis: work on HIR tree instead of AST 2020-06-04 08:31:41 +01:00
librustc_incremental
librustc_index
librustc_infer Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum 2020-06-06 09:00:51 +00:00
librustc_interface Rollup merge of #72799 - Aaron1011:feature/span-debug, r=petrochenkov 2020-06-08 09:55:26 +02:00
librustc_lexer
librustc_lint properly handle feature gated lints 2020-06-05 13:52:34 -07:00
librustc_llvm
librustc_macros
librustc_metadata Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum 2020-06-06 09:00:51 +00:00
librustc_middle rename FalseEdges -> FalseEdge 2020-06-07 10:12:21 +02:00
librustc_mir Rollup merge of #72908 - RalfJung:false-edge, r=matthewjasper 2020-06-07 15:33:39 +02:00
librustc_mir_build rename FalseEdges -> FalseEdge 2020-06-07 10:12:21 +02:00
librustc_parse
librustc_parse_format
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve Rollup merge of #73075 - jyn514:comment-module, r=Dylan-DPC 2020-06-08 09:55:33 +02:00
librustc_save_analysis save_analysis: fix panic in write_sub_paths_truncated 2020-06-06 23:40:24 +01:00
librustc_serialize
librustc_session Rollup merge of #72799 - Aaron1011:feature/span-debug, r=petrochenkov 2020-06-08 09:55:26 +02:00
librustc_span Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum 2020-06-06 09:00:51 +00:00
librustc_symbol_mangling
librustc_target Auto merge of #72655 - jethrogb:sgx-lvi-hardening, r=petrochenkov 2020-06-08 20:10:07 +00:00
librustc_trait_selection Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakis 2020-06-06 21:57:38 +02:00
librustc_traits
librustc_ty Rollup merge of #72764 - jonas-schievink:mind-the-tyerr, r=estebank 2020-06-07 15:33:32 +02:00
librustc_typeck Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakis 2020-06-06 21:57:38 +02:00
librustdoc Rollup merge of #72970 - OddCoincidence:feature-gated-lints, r=petrochenkov 2020-06-07 15:33:42 +02:00
libstd Auto merge of #72655 - jethrogb:sgx-lvi-hardening, r=petrochenkov 2020-06-08 20:10:07 +00:00
libterm
libtest
libunwind
llvm-project@02e0d7fa55 Update LLVM submodule to include lld NOLOAD fix 2020-06-05 11:36:45 -07:00
rtstartup
rustc
rustllvm
stdarch@45340c0e2f
test Rollup merge of #73001 - ilya-bobyr:master, r=dtolnay 2020-06-08 09:55:31 +02:00
tools Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakis 2020-06-06 21:57:38 +02:00
README.md
stage0.txt Bump to 1.46 2020-06-03 15:27:51 -04:00

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

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

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