rust/src
Alex Crichton 50a46128da Update LLVM to 15.0.7
This commit pulls in rust-lang/llvm-project#143 which updates the LLVM
version used by rustc to 15.0.7, namely pulling in
https://reviews.llvm.org/D136110 which is needed for some work I'm
working on with wasm.
2023-01-13 12:59:35 -08:00
..
bootstrap Revert "warn newer available version of the x tool" 2023-01-11 11:11:56 -07:00
ci Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514 2023-01-12 04:58:03 +00:00
doc Stabilize abi_efiapi feature 2023-01-11 20:42:13 -05:00
etc adjust comments about pre-push.sh hook 2023-01-04 18:15:43 +01:00
librustdoc Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillot 2023-01-13 13:57:21 +00:00
llvm-project@6c0bab9ef2 Update LLVM to 15.0.7 2023-01-13 12:59:35 -08:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
tools Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillot 2023-01-13 13:57:21 +00:00
README.md
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 the source code of the rust project, including:

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

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