Files
rust/src
Folkert de Vries 562ec5a6fb disallow asm! in #[naked] functions
also disallow the `noreturn` option, and infer `naked_asm!` as `!`
2024-10-06 18:12:25 +02:00
..
2024-10-05 12:19:21 +03:00
2024-09-06 16:01:46 +02:00
2024-10-05 21:10:04 +08:00
2024-10-06 18:12:25 +02:00
2024-09-22 19:04:19 -04:00
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.