rust/src
许杰友 Jieyou Xu (Joe) 7e0a2fcb1b compiletest: change TEST_BUILD_DIR to maximally normalize
This is to make test stderr insensitive to compare-mode / debugger that
changes the test build dir output name.

Previously, this normalized paths up to test-suite-specific build root,
e.g. `/path/to/build/test/ui/`. Now, this normalizes up to test-specific
build root, e.g.
`/path/to/build/test/ui/subdir/$name.$revision.$mode.$debugger/`.
2025-03-04 00:21:02 +08:00
..
bootstrap Auto merge of #137796 - jieyouxu:rollup-qt9yr1g, r=jieyouxu 2025-03-01 00:53:19 +00:00
build_helper revert accidental change in get_closest_merge_commit 2025-02-26 13:35:51 +01:00
ci Auto merge of #136864 - Kobzol:citool, r=marcoieni 2025-03-02 09:18:02 +00:00
doc Rollup merge of #137755 - DaniPopes:wasmtime-threads-flag, r=Noratrieb 2025-03-02 22:44:24 +01:00
etc Rollup merge of #135354 - Walnut356:msvc_lldb, r=wesleywiser 2025-02-23 02:44:16 -05:00
gcc@48664a6cab Update gcc submodule 2025-02-26 09:23:52 +01:00
librustdoc Auto merge of #137425 - yotamofek:pr/rustdoc/return-impl-display-redux, r=GuillaumeGomez 2025-03-02 12:35:48 +00:00
llvm-project@1c3bb96fdb Update to LLVM 20 rc 3 2025-02-27 09:34:19 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types Fix rustdoc and clippy 2025-02-24 14:31:19 +01:00
tools compiletest: change TEST_BUILD_DIR to maximally normalize 2025-03-04 00:21:02 +08:00
README.md
stage0 bump stage0 2025-02-18 08:51:01 -08:00
version Bump to version 1.87.0 2025-02-14 09:55:45 -08: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.