rust/src
Guillaume Gomez b0ca3cd9d4
Rollup merge of #123489 - onur-ozkan:handle-rustc-args-properly, r=clubby789
handle rustc args properly in bootstrap

Because `RUSTFLAGS` gets overwritten during the conversion from `Cargo` to `Command`, the passed rustc args were being lost. This change combines the rustc args with the values that override `RUSTFLAGS`.

Fixes #123228
2024-04-05 16:38:52 +02:00
..
bootstrap Rollup merge of #123489 - onur-ozkan:handle-rustc-args-properly, r=clubby789 2024-04-05 16:38:52 +02:00
ci Rollup merge of #123407 - GuillaumeGomez:js-failed-theme, r=notriddle 2024-04-04 21:16:56 -04:00
doc Rollup merge of #123417 - harryhanYuhao:master, r=GuillaumeGomez 2024-04-04 21:16:56 -04:00
etc x.py test: remove no-op --skip flag 2024-04-02 00:06:04 +02:00
librustdoc Rollup merge of #123407 - GuillaumeGomez:js-failed-theme, r=notriddle 2024-04-04 21:16:56 -04:00
llvm-project@0af6c732ec Update to LLVM 18.1.2 2024-03-20 12:26:19 +01:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Rollup merge of #123474 - jieyouxu:issue-7349-port, r=Mark-Simulacrum 2024-04-05 16:38:51 +02: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.