rust/src
Matthias Krüger bc4049d861
Rollup merge of #106644 - alexcrichton:update-wasi-toolchain, r=cuviper
Update the wasi-libc used for the wasm32-wasi target

This commit updates the wasi-libc revision used to build with the wasm32-wasi target. This notably pulls in WebAssembly/wasi-libc#377 which is needed to fix a use case I've been working on recently. This should be a relatively small update hopefully and is not expected to have any user impact.
2023-01-14 13:04:25 +01:00
..
bootstrap Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrum 2023-01-14 03:04:40 +00:00
ci Rollup merge of #106644 - alexcrichton:update-wasi-toolchain, r=cuviper 2023-01-14 13:04:25 +01:00
doc Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez 2023-01-14 12:04:32 +09:00
etc adjust comments about pre-push.sh hook 2023-01-04 18:15:43 +01:00
librustdoc Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomez 2023-01-14 12:04:37 +09:00
llvm-project@9ad24035fe Update LLVM submodule 2023-01-03 12:08:02 +01:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
tools Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum 2023-01-14 13:04:24 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json bump stage0 2022-12-28 09:18:43 -05:00
version bump version to 1.68 2022-12-09 17:49:45 +01:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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