rust/src
bors f73d376fb6 Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber
added support for GNU/Hurd

adding support for i686-unknown-hurd-gnu
2023-09-21 19:24:01 +00:00
..
bootstrap Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber 2023-09-21 19:24:01 +00:00
ci Make ui-fulldeps --stage=1 builds in CI 2023-09-21 04:11:57 +00:00
doc Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber 2023-09-21 19:24:01 +00:00
etc update rust_analyzer_settings.json 2023-09-14 09:58:43 +02:00
librustdoc Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomez 2023-09-21 13:25:40 +02:00
llvm-project@42263494d2 Update to LLVM 17.0.0 2023-09-19 11:14:35 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #116010 - RalfJung:more-typed-immediates, r=oli-obk 2023-09-21 14:02:55 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -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.