rust/src
Matthias Krüger 9b067df618
Rollup merge of #123224 - pacak:better-error-message, r=compiler-errors
compiletest: print reason for failing to read tests

Turns this
```
Could not read tests from /path/to/rust/tests/run-make
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Build completed unsuccessfully in 0:00:05
```
into this:
```
Could not read tests from /path/to/rust/tests/run-make: run-make tests cannot have both `Makefile` and `rmake.rs`
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Build completed unsuccessfully in 0:00:05
```

While first one is technically correct - it's not helpful at all, adding backtrace is not making it any better.
2024-03-30 14:30:51 +01:00
..
bootstrap Rollup merge of #123186 - onur-ozkan:llvm-library-bug, r=Kobzol 2024-03-29 15:17:10 +01:00
ci Auto merge of #123178 - Nilstrieb:🥷-build, r=Mark-Simulacrum 2024-03-28 22:16:03 +00:00
doc Simplify trim-paths feature by merging all debuginfo options together 2024-03-28 18:47:26 +01:00
etc Add rust-lldb pretty printing for Path and PathBuf 2024-03-29 18:02:26 -06:00
librustdoc Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister 2024-03-29 14:00:21 +00: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 #123224 - pacak:better-error-message, r=compiler-errors 2024-03-30 14:30:51 +01: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.