rust/src
Dylan DPC 767b094d1e
Rollup merge of #83285 - alexcrichton:wasm-simd-update, r=cuviper
Update LLVM to bring in SIMD updates for WebAssembly

This is a continuation of https://github.com/rust-lang/llvm-project/pull/96
to continue to make progress on updating Rust's support for SIMD
intrinsics on WebAssembly to the latest version of the specification.
2021-03-19 23:01:41 +01:00
..
bootstrap Auto merge of #82754 - rylev:rusage-windows, r=pnkfelix 2021-03-19 12:44:33 +00:00
build_helper
ci Rollup merge of #83204 - jethrogb:jb/sgx-c-build, r=joshtriplett,raoulstrackx 2021-03-18 00:28:12 +01:00
doc Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 2021-03-19 15:03:21 +01:00
etc Update HashSet natvis 2021-03-17 10:07:09 +01:00
librustdoc Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157 2021-03-19 23:01:29 +01:00
llvm-project@c3a26cbf6e Update LLVM to bring in SIMD updates for WebAssembly 2021-03-18 16:04:39 -07:00
rustdoc-json-types
test Rollup merge of #83277 - spastorino:early_otherwise-opt-unsound, r=oli-obk 2021-03-19 23:01:40 +01:00
tools Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett 2021-03-19 15:03:28 +01:00
README.md
stage0.txt
version

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.