rust/src
bors 6a2cd0d50c Auto merge of #128768 - tgross35:rollup-aaq1ny7, r=tgross35
Rollup of 7 pull requests

Successful merges:

 - #128107 (Migrate `raw-dylib-alt-calling-convention`, `raw-dylib-c` and `redundant-libs` `run-make` tests to rmake)
 - #128362 (add test for symbol visibility of `#[naked]` functions)
 - #128417 (Add `f16` and `f128` math functions)
 - #128638 (run-make: enable msvc for `link-dedup`)
 - #128647 (Enable msvc for link-args-order)
 - #128649 (run-make: Enable msvc for `no-duplicate-libs` and `zero-extend-abi-param-passing`)
 - #128766 (Trivial grammar fix in const keyword docs)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-08-07 06:01:57 +00:00
..
bootstrap Rollup merge of #128685 - bjorn3:rust_src_remove_leftover, r=onur-ozkan 2024-08-06 20:23:40 +02:00
ci Promote riscv64gc-unknown-linux-musl to tier 2 2024-08-03 23:26:10 +01:00
doc Add platform support document for riscv64gc-unknown-linux-musl 2024-08-03 23:26:10 +01:00
etc Rewrite test-float-parse in Rust 2024-07-20 11:39:34 -05:00
librustdoc Rollup merge of #128736 - GuillaumeGomez:fix-remap-path-prefix, r=notriddle 2024-08-06 20:23:42 +02:00
llvm-project@57ae1a3474 Update to LLVM 19 2024-07-30 10:22:48 +02:00
rustdoc-json-types rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
tools Auto merge of #128768 - tgross35:rollup-aaq1ny7, r=tgross35 2024-08-07 06:01:57 +00:00
README.md
stage0 Bump src/stage0 with determinism 2024-07-30 15:16:35 -07:00
version Bump to 1.82 2024-07-20 10:30:39 -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.