rust/src
2023-06-12 09:34:14 +02:00
..
bootstrap make sure the standard library compiles properly with synthetic targets 2023-06-12 09:34:13 +02:00
ci Rollup merge of - loongarch-rs:gcc13, r=Mark-Simulacrum 2023-06-10 15:24:43 +02:00
doc rustdoc: update book with [] syntax 2023-06-10 13:52:56 -07:00
etc Rollup merge of - theIDinside:better-gdb, r=Mark-Simulacrum 2023-06-06 12:00:32 +02:00
librustdoc Auto merge of - notriddle:notriddle/type-search-slice-array, r=GuillaumeGomez 2023-06-11 14:48:58 +00:00
llvm-project@22897bce7b Update to LLVM 16.0.5 2023-06-05 14:19:09 +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 add way to split mir-opt into panic=abort and panic=unwind 2023-06-12 09:34:14 +02:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta compiler 2023-05-30 08:00:10 -04:00
version Bump to 1.72.0 2023-05-27 14:23:37 -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.