rust/src
bors e8b6db7251 Auto merge of #120111 - weihanglo:update-beta-cargo, r=weihanglo
[beta-1.76.0] backport cargo

1 commits in ddec30889aff0c38118bcbeb59597d0bd85eddcd..c84b367471a2db61d2c2c6aab605b14130b8a31b
2024-01-02 23:23:28 +0000 to 2024-01-18 16:17:02 +0000
- [beta-1.76.0] fix(`--package`): accept `?` if it's a valid pkgid spec (rust-lang/cargo#13318)

r? ghost
2024-01-22 00:36:47 +00:00
..
bootstrap fix the incorrect target on stage1 ui-fulldeps tests 2024-01-11 10:05:54 -08:00
ci Temporarily disable M1 runners on GitHub Actions 2024-01-07 18:02:45 -05:00
doc Revert reference and edition-guide c-str literal changes 2024-01-09 10:43:49 -06:00
etc Auto merge of #106790 - the8472:rawvec-niche, r=scottmcm 2023-12-20 02:19:10 +00:00
librustdoc use css variable for z-index of the sidebar 2024-01-08 14:16:15 +00:00
llvm-project@700fbf978e Update LLVM submodule 2024-01-11 10:06:02 -08:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #120111 - weihanglo:update-beta-cargo, r=weihanglo 2024-01-22 00:36:47 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to released 1.75 stable 2024-01-07 18:02:45 -05:00
version Bump nightly version 2023-11-11 11:29:33 -05: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.