rust/src
Matthias Krüger ea3d99eaa8
Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk
Add StaticForeignItem and use it on ForeignItemKind

This is in preparation for unsafe extern blocks that adds a safe variant for functions inside extern blocks.

r? `@oli-obk`
cc `@compiler-errors`
2024-04-30 06:43:42 +02:00
..
bootstrap Auto merge of #124261 - onur-ozkan:drop-llvm-if-available, r=Mark-Simulacrum 2024-04-28 08:52:27 +00:00
ci Add missing checkout step 2024-04-27 15:48:35 +02:00
doc debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo and #[collapse_debuginfo] 2024-04-25 22:14:47 +03:00
etc introduce x vendor 2024-04-22 17:07:49 +03:00
librustdoc Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk 2024-04-29 18:03:23 +01:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types Fix some typos in comments 2024-04-25 10:47:24 +08:00
tools Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk 2024-04-30 06:43:42 +02:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump stage0 2024-03-19 19:27:24 -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.