rust/src
bors e1ac0fa95b Auto merge of #126061 - nikic:llvm-18.1.7, r=wesleywiser
Update to LLVM 18.1.7

This release only contains a single commit in code that we build: 7e6ece9b4f It addresses a regression in LLVM 18.1.6 that may result in compiler crashes when targeting ppc.
2024-06-06 15:18:32 +00:00
..
bootstrap Auto merge of #125411 - onur-ozkan:sanity-check-libstdc++, r=Mark-Simulacrum 2024-06-06 12:52:06 +00:00
ci Rollup merge of #125648 - lqd:rustsrc, r=pietroalbini 2024-06-05 18:21:12 +02:00
doc Fix some wording in cargo-specifics.md 2024-06-05 13:35:38 -07:00
etc Remove path choice from x fmt and add --all option. 2024-05-29 16:24:48 +10:00
librustdoc Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk 2024-06-06 08:14:58 +00:00
llvm-project@5a5152f653 Update to LLVM 18.1.7 2024-06-06 08:37:27 +02:00
rustdoc-json-types Remove Type from rustdoc Const 2024-06-05 22:25:42 +01:00
tools Auto merge of #125411 - onur-ozkan:sanity-check-libstdc++, r=Mark-Simulacrum 2024-06-06 12:52:06 +00:00
README.md
stage0 Bump the stage0 compiler to beta.7 (2024-05-25) 2024-05-29 19:30: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.