rust/src
许杰友 Jieyou Xu (Joe) e49a497d0e
Rollup merge of #137778 - EnzymeAD:update-enzyme-range, r=oli-obk
update enzyme to handle range metadata

r? `@oli-obk`

I landed two PRs over the last days, one of which is especially important because Enzyme now handles range metadata correctly. This allows a larger Rust project to compile.

Tracking:

- https://github.com/rust-lang/rust/issues/124509
2025-02-28 21:42:04 +08:00
..
bootstrap support rust.channel = "auto-detect" 2025-02-28 11:02:22 +01:00
build_helper revert accidental change in get_closest_merge_commit 2025-02-26 13:35:51 +01:00
ci Revert "Fix 32-bit MSVC CI" 2025-02-28 00:47:45 +00:00
doc Merge from rustc 2025-02-25 21:27:44 +00: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 Rollup merge of #137609 - ColinPitrat:master, r=GuillaumeGomez 2025-02-26 04:15:07 +01:00
llvm-project@92e80685d0 Update to LLVM 20 2025-02-14 11:02:28 +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 Rollup merge of #137778 - EnzymeAD:update-enzyme-range, r=oli-obk 2025-02-28 21:42:04 +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.