rust/src
Matthias Krüger a659f7a2bc
Rollup merge of #127467 - GrigorenkoPV:bootstrap-once_cell, r=clubby789
bootstrap: once_cell::sync::Lazy -> std::sync::LazyLock

Since #121377 has landed on beta
2024-07-08 16:28:18 +02:00
..
bootstrap Rollup merge of #127467 - GrigorenkoPV:bootstrap-once_cell, r=clubby789 2024-07-08 16:28:18 +02:00
ci Make CI more agnostic of the owning GitHub organization 2024-07-04 12:34:07 +02:00
doc Rollup merge of #127236 - iawia002:wasip1-threads-doc, r=Nilstrieb 2024-07-07 14:22:00 +02:00
etc Implement x perf as a separate tool 2024-06-27 10:22:03 +02:00
librustdoc iter_identity is a better name 2024-07-07 00:12:35 -04:00
llvm-project@c54cff0e6e Update LLVM submodule 2024-07-05 22:06:57 +08:00
rustdoc-json-types rustdoc-json: Better representation of lifetime bounds in where clauses. 2024-07-03 20:00:56 +00:00
tools Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk 2024-07-08 16:28:15 +02:00
README.md
stage0 bump stage0 compiler 2024-06-11 15:10:03 +02:00
version set version number to 1.81.0 2024-06-07 10:37:34 +02: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.