rust/src
Matthias Krüger 84dca1503e
Rollup merge of #123411 - saethlin:ub-checks, r=Urgau,RalfJung
Put checks that detect UB under their own flag below debug_assertions

Implementation of https://github.com/rust-lang/compiler-team/issues/725
2024-04-07 00:51:25 +02:00
..
bootstrap Rollup merge of #123504 - RalfJung:test-cargo-miri, r=Mark-Simulacrum 2024-04-06 13:00:06 +02:00
ci Auto merge of #123545 - matthiaskrgr:rollup-vyx8cfv, r=matthiaskrgr 2024-04-06 12:58:38 +00:00
doc Put checks that detect UB under their own flag below debug_assertions 2024-04-06 11:21:47 -04:00
etc Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan 2024-04-05 13:17:09 +00:00
librustdoc Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco 2024-04-05 22:33:25 +02:00
llvm-project@0af6c732ec Update to LLVM 18.1.2 2024-03-20 12:26:19 +01:00
rustdoc-json-types
tools Auto merge of #123557 - GuillaumeGomez:rollup-3af7urf, r=GuillaumeGomez 2024-04-06 17:12:12 +00:00
README.md
stage0.json Bump stage0 2024-03-19 19:27:24 -04:00
version Bump to 1.79.0 2024-03-16 09:56:09 -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.