rust/src
Stuart Cook 63fccf0c2f
Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicola
compiler: Adopt rust-analyzer impls for `LayoutCalculatorError`

We're about to massively churn the internals of `rustc_abi`. To minimize the immediate and future impact on rust-analyzer, as a subtree that depends on this crate, grow some API on `LayoutCalculatorError` that reflects their uses of it. This way we can nest the type in theirs, and they can just call functions on it without having to inspect and flatten-out its innards.
2024-10-20 14:06:04 +11:00
..
bootstrap bootstrap: allow setting --jobs in config.toml 2024-10-19 13:35:41 +08:00
ci Auto merge of #131887 - jieyouxu:rollup-ftik4ni, r=jieyouxu 2024-10-18 11:11:43 +00:00
doc Rollup merge of #131582 - juntyr:emscripten-platform-support, r=jieyouxu 2024-10-16 12:03:40 +02:00
etc rename RcBox in other places too 2024-10-11 10:04:22 +02:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc rustdoc: Switch from FxHash to sha256 for static file hashing. 2024-10-19 01:05:58 +00:00
llvm-project@3a17f74904 Update LLVM submodule 2024-10-12 21:42:13 +08:00
rustdoc-json-types feat(rustdoc-json-types): introduce rustc-hash feature 2024-10-19 18:15:09 +02:00
tools Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicola 2024-10-20 14:06:04 +11:00
README.md
stage0 bump stage0 to 1.83.0-beta.1 2024-10-15 20:13:55 -07:00
version Bump to 1.84 2024-10-11 09:55:11 -07: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.