rust/src
Matthias Krüger 1b57b163d7
Rollup merge of - weihanglo:update-cargo, r=weihanglo
Update cargo

2 commits in dead4b8740c4b6a8ed5211e37c99cf81d01c3b1c..4cebd130ebca3bc219180a54f3e26cc1b14a91de
2023-06-20 20:07:17 +0000 to 2023-06-21 18:59:29 +0000
- fix: Allow embedded manifests in all commands ()
- feat(cli): Support `cargo Cargo.toml` ()

r? `@ghost`
2023-06-22 06:29:34 +02:00
..
bootstrap Revert 'Rename profile=user to profile=dist' 2023-06-21 13:30:02 +01:00
ci Rollup merge of - oli-obk:gha_tinder_for_problems, r=jyn514 2023-06-19 17:53:36 -07:00
doc Note that posix_spawnp probably still does not work the way people may want 2023-06-21 15:01:12 -07:00
etc Apply changes to fix python linting errors 2023-06-16 20:56:01 -04:00
librustdoc Rollup merge of - fmease:rustdoc-render-assoc-ty-body-before-where-clause, r=notriddle 2023-06-22 06:29:33 +02:00
llvm-project@22897bce7b Update to LLVM 16.0.5 2023-06-05 14:19:09 +02:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Update cargo 2023-06-21 21:36:50 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta compiler 2023-05-30 08:00:10 -04:00
version Bump to 1.72.0 2023-05-27 14:23:37 -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.