rust/src
bors c8dff289a0 Auto merge of #130456 - matthiaskrgr:rollup-h2qvk1f, r=matthiaskrgr
Rollup of 4 pull requests

Successful merges:

 - #130380 (coverage: Clarify some parts of coverage counter creation)
 - #130427 (run_make_support: rectify symlink handling)
 - #130447 (rustc_llvm: update for llvm/llvm-project@2ae968a0d9fb61606b020e898d88…)
 - #130448 (fix: Remove duplicate `LazyLock` example.)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-09-17 03:40:29 +00:00
..
bootstrap Rollup merge of #130420 - jieyouxu:build_helpers_docs, r=onur-ozkan 2024-09-15 23:51:26 -07:00
ci Rollup merge of #130151 - ChrisDenton:slow-ci, r=Mark-Simulacrum 2024-09-15 23:56:34 +02:00
doc trait_upcasting is not currently an incomplete feature. 2024-09-14 14:46:29 -07:00
etc Remove unused option from x.py 2024-09-07 10:35:23 +05:30
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Rename and reorder lots of lifetimes. 2024-09-13 15:46:20 +10:00
llvm-project@4b8d29c585 Update LLVM to 19 327ca6c 2024-09-11 07:59:27 +08:00
rustdoc-json-types rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint 2024-09-01 23:58:08 +03:00
tools Auto merge of #130456 - matthiaskrgr:rollup-h2qvk1f, r=matthiaskrgr 2024-09-17 03:40:29 +00:00
README.md
stage0 bump stage0 2024-09-04 03:13:55 +01:00
version Bump to 1.83 2024-08-30 19:58:04 +01: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.