rust/src
bors 5fa44b5464 Auto merge of #104431 - alistair23:alistair/rv64-profiler, r=Mark-Simulacrum
Enable profiler in dist-riscv64-linux

Build the profiler runtime to allow using -C profile-generate and -C instrument-coverage on riscv64-linux.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2022-11-26 02:43:08 +00:00
..
bootstrap Rollup merge of #104887 - aDotInTheVoid:rustbuild-json-doc-shared-assets, r=jyn514 2022-11-25 18:35:42 +01:00
ci Auto merge of #104431 - alistair23:alistair/rv64-profiler, r=Mark-Simulacrum 2022-11-26 02:43:08 +00:00
doc Rollup merge of #104793 - nicholasbishop:bishop-add-efiapi, r=JohnTitor 2022-11-25 10:44:39 +01:00
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr 2022-11-25 19:09:30 +00:00
llvm-project@a1232c451f update LLVM submodule to make libunwind work on SGX 2022-11-06 15:33:00 +01:00
rustdoc-json-types rustdoc JSON: Clarify that Function is also used for methods 2022-11-20 13:48:49 +01:00
test Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU 2022-11-25 22:56:59 +00:00
tools Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr 2022-11-25 19:09:30 +00:00
README.md Remove miri from the submodule list and require it for CI to pass 2022-09-21 15:35:53 +00:00
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version Bump to 1.67.0 2022-10-29 10:28:52 -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 cargo, etc.

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