rust/src
bors b648a9a728 Auto merge of #3387 - RalfJung:bench, r=RalfJung
make 'invalidate' benchmark shorter

This is currently by far the slowest benchmark in our suite, taking >9s, when the second slowest takes 2.7s. So let's speed this up to 2.3s, making it still the second-slowest in the benchmark suite.

`@saethlin` any objections? Also, why is this called "invalidate"? It got added in https://github.com/rust-lang/miri/pull/3083 but I can't figure out the point of that name even after looking at the PR.^^ There should be a comment in the benchmark explaining what it is testing.
2024-03-18 08:52:41 +00:00
..
bootstrap Rollup merge of #122590 - Nilstrieb:bootstrap-do-you-know-what-the-word-copy-means, r=Mark-Simulacrum 2024-03-16 18:27:35 +00:00
ci Rollup merge of #122401 - ChrisDenton:check-tier1, r=Mark-Simulacrum 2024-03-16 18:27:33 +00:00
doc Remove Windows support note 2024-03-16 12:54:32 +00:00
etc Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleywiser 2024-03-17 02:27:52 +00:00
librustdoc Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez 2024-03-15 21:51:56 +01:00
llvm-project@84f190a4ab Update LLVM submodule 2024-03-15 17:49:50 +01:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Auto merge of #3387 - RalfJung:bench, r=RalfJung 2024-03-18 08:52:41 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to newly branched stage0 compiler 2024-02-08 07:43:38 -05: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.