rust/src
许杰友 Jieyou Xu (Joe) 7350a7fa4f
Rollup merge of #124561 - GuillaumeGomez:run-make-normalize, r=jieyouxu
Add `normalize()` in run-make `Diff` type

I need it to do the same as:

```
//@ normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
```

in doctests.

I need it in particular for the https://github.com/rust-lang/rust/pull/123974 PR (which contains this commit until this PR current PR is merged).

cc `@Urgau`
r? `@jieyouxu`
2024-04-30 19:29:52 +01:00
..
bootstrap Rollup merge of #124553 - ferrocene:pa-cargo-git-info, r=onur-ozkan 2024-04-30 19:29:52 +01:00
ci Output run_type from the matrix calculation job 2024-04-29 21:33:17 +02:00
doc coverage: Replace boolean options with a CoverageLevel enum 2024-04-29 20:04:22 +10:00
etc introduce x vendor 2024-04-22 17:07:49 +03:00
librustdoc Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk 2024-04-29 18:03:23 +01: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 Rollup merge of #124561 - GuillaumeGomez:run-make-normalize, r=jieyouxu 2024-04-30 19:29:52 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump stage0 2024-03-19 19:27:24 -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.