rust/src
bors 4f4d0586ad Auto merge of #105893 - Ayush1325:remote-test-server-improve, r=Mark-Simulacrum
Use u32 methods instead of manual shifting

Switch to `to_le_bytes()` and `from_le_bytes()` instead of manual shifting

This was suggested [`here`](https://github.com/rust-lang/rust/pull/105145#discussion_r1051418964)

Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
2022-12-24 04:54:39 +00:00
..
bootstrap Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgr 2022-12-23 02:44:32 +00:00
ci Run tidy in its own job in PR CI 2022-12-22 17:50:56 +00:00
doc Update books 2022-12-19 12:01:02 -05:00
etc Make the pre-push script work on directories with spaces 2022-12-17 17:18:53 -06:00
librustdoc Rollup merge of #106093 - notriddle:notriddle/docblock-short-overflow, r=GuillaumeGomez 2022-12-24 00:31:43 +01:00
llvm-project@3dfd4d93fa Update LLVM submodule 2022-12-07 08:40:49 +01:00
rustdoc-json-types Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez 2022-11-30 19:53:17 +01:00
test Rollup merge of #106069 - notriddle:notriddle/search-tabs, r=GuillaumeGomez 2022-12-24 00:31:41 +01:00
tools Auto merge of #105893 - Ayush1325:remote-test-server-improve, r=Mark-Simulacrum 2022-12-24 04:54:39 +00:00
README.md
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version bump version to 1.68 2022-12-09 17:49:45 +01:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.