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

9 commits in d73d2caf9e41a39daf2a8d6ce60ec80bf354d2a7..fd784878cfa843e3e29a6654ecf564c62fae6735
2024-12-31 20:51:21 +0000 to 2025-01-03 20:06:26 +0000
- chore: bump gix-lock to remove thiserror@1 from `cargo` (rust-lang/cargo#15012)
- refactor(manifest): Clean up field -> env var handling (rust-lang/cargo#15008)
- chore(deps): update rust crate thiserror to v2 (rust-lang/cargo#14998)
- test(git): Clean up shallow fetch tests (rust-lang/cargo#15002)
- fix(schema): Correct and update the JSON Schema (rust-lang/cargo#15000)
- chore(deps): update rust crate itertools to 0.14.0 (rust-lang/cargo#14996)
- fix: env table config can't trigger rebuild with `rerun-if-env-changed`. (rust-lang/cargo#14756)
- chore(deps): update alpine docker tag to v3.21 (rust-lang/cargo#14995)
- fix(package): check dirtiness of symlinks source files (rust-lang/cargo#14981)
2025-01-04 01:26:57 +00:00
..
bootstrap Rollup merge of #135058 - onur-ozkan:path-resolution, r=jieyouxu 2025-01-03 22:12:45 +01:00
build_helper build_helper: add recursive_remove helper 2024-12-23 03:25:36 +08:00
ci Reformat Python file 2024-12-31 13:14:04 +01:00
doc Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkov 2025-01-03 07:57:24 +01:00
etc Rollup merge of #134291 - Walnut356:type_annots, r=tgross35 2024-12-31 03:38:02 -05:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Use is_some_and helper 2025-01-02 14:08:43 -07:00
llvm-project@59512b0027 Update to LLVM 19.1.6 2024-12-17 16:31:22 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types rustdoc-json: Include safety of statics 2024-12-01 21:39:58 +00:00
tools Auto merge of #135089 - weihanglo:update-cargo, r=weihanglo 2025-01-04 01:26:57 +00:00
README.md
stage0 bump stage0 2024-11-27 12:12:23 +00:00
version bump version 2025-01-03 10:36:06 +01: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.