Files
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: https://github.com/rust-lang/llvm-project/commit/7e6ece9b4f2d37caf8ff7b87603f15ed9ad2d6ec 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
..
2024-06-06 08:37:27 +02:00
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.