rust/src
Matthias Krüger f64e97100c
Rollup merge of - tgross35:rustc_doc_primitive-usage-error, r=fmease
Emit an error when `rustc_doc_primitive` has an unknown value

Currently rustdoc silently does nothing. Change this to raise an error instead.
2024-04-07 14:49:59 +02:00
..
bootstrap Rollup merge of - RalfJung:test-cargo-miri, r=Mark-Simulacrum 2024-04-06 13:00:06 +02:00
ci Auto merge of - 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 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan 2024-04-05 13:17:09 +00:00
librustdoc Rollup merge of - tgross35:rustc_doc_primitive-usage-error, r=fmease 2024-04-07 14:49:59 +02:00
llvm-project@af8f9eb61a Update to LLVM 18.1.3 2024-04-06 21:07:35 +08:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Auto merge of - pacak:cache_emit, r=fmease,jieyouxu 2024-04-07 10:46:50 +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.