rust/src
Jonathan Brouwer 58f5089d8a
Rollup merge of #150444 - Sa4dUs:offload-intrinsic2, r=ZuseZ4
Expose kernel launch options as offload intrinsic args

Allows modifying the workgroup and thread grid dimensions directly from the intrinsic call.

```rust
core::intrinsics::offload(_kernel_1, [256, 1, 1], [32, 1, 1], (x,))
```

r? `@ZuseZ4`
2026-01-02 19:00:15 +01:00
..
bootstrap Auto merge of #150289 - rami3l:dist/rustc-docs-dist-path, r=jieyouxu 2025-12-31 22:00:15 +00:00
build_helper map error from cmd.spawn in npm::install 2025-12-27 09:08:00 +00:00
ci Update askama version to 0.15 in citool 2025-12-28 20:47:23 +01:00
doc Expose workgroup/thread dims as intrinsic args 2026-01-02 11:50:32 +01:00
etc fixup debugger files wrt to MaybeDangling 2025-12-26 22:02:17 +01:00
gcc@0081ca6631 Update GCC submodule 2025-11-26 20:11:43 +01:00
librustdoc Rollup merge of #150396 - GuillaumeGomez:fix-line-numbers-hidden, r=lolbinarycat 2025-12-30 02:07:07 +01:00
llvm-project@00d23d10dc Update LLVM submodule 2025-12-20 09:53:08 +08:00
rustc-std-workspace Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
rustdoc-json-types rustdoc-json: add rlib path to ExternalCrate to enable robust crate resolution 2025-11-21 09:22:59 +00:00
tools Auto merge of #150534 - Kobzol:dist-test-rustdoc, r=Urgau 2026-01-02 13:12:34 +00:00
README.md
stage0 bump stage0 2025-12-19 15:04:30 -08:00
version bump version number 2025-12-05 19:33:24 +00: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.