rust/src
bors 426a698606 Auto merge of #123981 - Kobzol:update-nodejs, r=Mark-Simulacrum
CI: add script for installing NodeJS and update it to v20

I centralized the installation on a single place to make it simple to update the NodeJS version across the board.

Fixes: https://github.com/rust-lang/rust/issues/123965

r? `@Mark-Simulacrum`
2024-04-21 01:06:10 +00:00
..
bootstrap Rollup merge of #124155 - klensy:wrong-rayon-here, r=albertlarsan68 2024-04-19 19:30:50 +02:00
ci Auto merge of #123981 - Kobzol:update-nodejs, r=Mark-Simulacrum 2024-04-21 01:06:10 +00:00
doc Auto merge of #121712 - mati865:provide-prebuilt-std-for-gnullvm, r=Mark-Simulacrum 2024-04-20 14:58:25 +00:00
etc Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan 2024-04-05 13:17:09 +00:00
librustdoc Rollup merge of #124149 - notriddle:notriddle/desc-alias, r=GuillaumeGomez 2024-04-19 19:30:49 +02:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types Normalize layout test to protect against android alignment differences 2024-04-08 12:06:28 +00:00
tools Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxu 2024-04-20 22:35:56 +00:00
README.md
stage0.json Bump stage0 2024-03-19 19:27:24 -04:00
version Bump to 1.79.0 2024-03-16 09:56:09 -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.