rust/src
bors d206f2c085 Auto merge of - weihanglo:update-cargo, r=weihanglo
Update cargo

11 commits in 414d9e3a6d8096f3e276234ce220c868767a8792..e6aabe8b3fcf639be3a5bf68e77853bd7b3fa27d
2023-09-22 07:03:57 +0000 to 2023-09-26 16:31:53 +0000
- Use full target spec for `cargo rustc --print --target` ()
- feat(embedded): Hack in code fence support ()
- chore(ci): Update Renovate schema ()
- more specific registry index not found msg ()
- docs: warn about upload timeout ()
- Fix some typos ()
- upgrade gitoxide to v0.54 ()
- Update target-arch-aware crates to support mips r6 targets ()
- Buffer console status messages. ()
- Fix spurious errors with networking tests. ()
- refactor(SourceId): merge `name` and `alt_registry_key` into one enum ()

r? ghost
2023-09-27 03:41:23 +00:00
..
bootstrap Auto merge of - Ayush1325:uefi-std-minimial, r=workingjubilee 2023-09-24 09:47:30 +00:00
ci Auto merge of - compiler-errors:jq, r=dtolnay 2023-09-25 14:42:27 +00:00
doc Rollup merge of - rustbot:docs-update, r=ehuss 2023-09-26 15:57:26 +02:00
etc Auto merge of - BlackHoleFox:apple-minimum-bumps, r=petrochenkov 2023-09-24 02:35:05 +00:00
librustdoc Don't store lazyness in DefKind 2023-09-26 02:53:59 +00:00
llvm-project@42263494d2 Update to LLVM 17.0.0 2023-09-19 11:14:35 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of - weihanglo:update-cargo, r=weihanglo 2023-09-27 03:41:23 +00:00
README.md
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -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.