rust/src
Matthias Krüger f8afb6314b
Rollup merge of #124149 - notriddle:notriddle/desc-alias, r=GuillaumeGomez
rustdoc-search: fix description on aliases in results

This needs to start downloading the descriptions after aliases have been added to the result set.
2024-04-19 19:30:49 +02:00
..
bootstrap Auto merge of #123364 - klensy:bs-mixed-types, r=albertlarsan68 2024-04-19 12:11:09 +00:00
ci Auto merge of #123978 - alexcrichton:update-wasi-toolchain, r=Mark-Simulacrum 2024-04-17 21:05:48 +00:00
doc Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser 2024-04-19 03:35:10 +00: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 #124149 - notriddle:notriddle/desc-alias, r=GuillaumeGomez 2024-04-19 19:30:49 +02:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types Normalize layout test to protect against android alignment differences 2024-04-08 12:06:28 +00:00
tools Rollup merge of #123729 - jieyouxu:rmake-refactor-2, r=oli-obk 2024-04-19 19:30:48 +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 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.