rust/src
2024-07-26 10:17:39 -04:00
..
bootstrap Update Android testing to API 21, matching NDK 26 2024-07-26 00:52:42 +00:00
ci Update Android testing to API 21, matching NDK 26 2024-07-26 00:52:42 +00:00
doc Auto merge of - no1wudi:master, r=michaelwoerister 2024-07-23 09:45:28 +00:00
etc Rewrite test-float-parse in Rust 2024-07-20 11:39:34 -05:00
librustdoc rustdoc: clean up and fix ord violations in item sorting 2024-07-24 11:08:44 -07:00
llvm-project@c54cff0e6e Update LLVM submodule 2024-07-05 22:06:57 +08:00
rustdoc-json-types Add rustdoc-json support for use<> 2024-07-12 05:24:51 -04:00
tools rewrite export-executable-symbols to rmake 2024-07-26 10:17:39 -04:00
README.md
stage0 bump stage0 compiler 2024-06-11 15:10:03 +02:00
version Bump to 1.82 2024-07-20 10:30:39 -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.