granite-rust/src
bors 25e3949aa1 Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxu
Migrate `run-make/rustdoc-error-lines` to new `rmake.rs`

Part of https://github.com/rust-lang/rust/issues/121876.

There was a weird naming inconsistency with `input`/`output`. A few tests write `.arg("-o").arg(path)` and the `output` method was actually the command output. So instead, I renamed the original `output` into `command_output` so that I could create the `output` method with the expected effect (and updated the tests to use it too).

EDIT: The first two commits come from https://github.com/rust-lang/rust/pull/124711. Some weird things happened recently pparently. ^^'

r? `@jieyouxu`
2024-05-06 12:00:44 +00:00
..
bootstrap Rollup merge of #124668 - 12101111:fix-bootstrap-tarball, r=onur-ozkan 2024-05-05 16:42:46 +02:00
ci Rollup merge of #124663 - Kobzol:docker-local-download, r=Mark-Simulacrum 2024-05-04 22:27:31 +02:00
doc Rollup merge of #124742 - Urgau:check-cfg-rustfmt, r=fmease 2024-05-06 06:21:03 +02:00
etc introduce x vendor 2024-04-22 17:07:49 +03:00
librustdoc Rollup merge of #124765 - GuillaumeGomez:fix-wrong-cog-colotr, r=notriddle 2024-05-06 06:21:04 +02:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types Fix some typos in comments 2024-04-25 10:47:24 +08:00
tools Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxu 2024-05-06 12:00:44 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump stage0 to next beta 2024-05-01 21:01:51 -04:00
version Bump version to 1.80 2024-04-27 19:03:50 -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.