rust/src
bors 2bc7929138 Auto merge of #114847 - nikic:update-llvm-12, r=cuviper
Update LLVM submodule

Merge the current release/17.x branch.

Fixes #114691.
Fixes #114312.

The test for the latter is taken from #114726.
2023-08-16 09:19:38 +00:00
..
bootstrap Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
ci Rollup merge of #114625 - klensy:ci-pr-workers, r=Mark-Simulacrum 2023-08-13 21:00:46 +02:00
doc Rollup merge of #114826 - xzmeng:fix-typos, r=JohnTitor 2023-08-15 20:34:25 +02:00
etc Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini 2023-08-10 13:07:18 +00:00
librustdoc Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber 2023-08-15 14:29:45 +02:00
llvm-project@1833c2be10 Update LLVM submodule 2023-08-15 11:14:01 +02:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomcc 2023-08-16 02:37:29 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump bootstrap compiler to latest 2023-07-12 21:26:04 -04:00
version Bump version 2023-07-08 10:35:49 -04: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.