rust/src
Yuki Okushi 7361b22b4c
Rollup merge of #97097 - chorman0773:add_tmm_clobers, r=joshtriplett
Add tmm_reg clobbers

This adds support for naming the 8 tile registers from intel AMX as clobbers from `asm!` invocations on x86_64 (only). It does not add the registers as input or output operands.
2022-05-18 07:40:59 +09:00
..
bootstrap Auto merge of #97055 - matthiaskrgr:rollup-1nqwfzx, r=matthiaskrgr 2022-05-15 07:32:58 +00:00
ci Auto merge of #96907 - sunfishcode:sunfishcode/update-wasi, r=Mark-Simulacrum 2022-05-17 04:37:47 +00:00
doc Rollup merge of #97021 - Volker-Weissmann:patch-1, r=Dylan-DPC 2022-05-15 18:41:26 +02:00
etc Store all generic bounds as where predicates. 2022-04-30 13:55:13 +02:00
librustdoc Rollup merge of #96761 - klensy:no-rayon-here, r=CraftSpider 2022-05-18 07:40:57 +09:00
llvm-project@4784866596 Update LLVM submodule 2022-05-12 10:17:27 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Rollup merge of #97097 - chorman0773:add_tmm_clobers, r=joshtriplett 2022-05-18 07:40:59 +09:00
tools Auto merge of #92570 - jsha:rustdoc-search-refactor, r=GuillaumeGomez 2022-05-17 19:50:44 +00:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
version Bump to 1.63 2022-05-13 10:08:03 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.