rust/src/tools
bors 39dc268459 Auto merge of #135714 - rust-lang:cargo_update, r=clubby789
Weekly `cargo update`

Automation to keep dependencies in `Cargo.lock` current.

The following is the output from `cargo update`:

```txt

compiler & tools dependencies:
     Locking 13 packages to latest compatible versions
    Updating anstyle-wincon v3.0.6 -> v3.0.7
    Updating bitflags v2.7.0 -> v2.8.0
    Updating chrono-tz v0.10.0 -> v0.10.1
    Updating js-sys v0.3.76 -> v0.3.77
    Updating log v0.4.22 -> v0.4.25
    Updating miniz_oxide v0.8.2 -> v0.8.3
    Updating uuid v1.11.1 -> v1.12.0
    Updating valuable v0.1.0 -> v0.1.1
    Updating wasm-bindgen v0.2.99 -> v0.2.100
    Updating wasm-bindgen-backend v0.2.99 -> v0.2.100
    Updating wasm-bindgen-macro v0.2.99 -> v0.2.100
    Updating wasm-bindgen-macro-support v0.2.99 -> v0.2.100
    Updating wasm-bindgen-shared v0.2.99 -> v0.2.100
note: pass `--verbose` to see 41 unchanged dependencies behind latest

library dependencies:
     Locking 1 package to latest compatible version
    Updating miniz_oxide v0.8.2 -> v0.8.3
note: pass `--verbose` to see 4 unchanged dependencies behind latest

rustbook dependencies:
     Locking 12 packages to latest compatible versions
    Updating anstyle-wincon v3.0.6 -> v3.0.7
    Updating bitflags v2.7.0 -> v2.8.0
    Updating cc v1.2.8 -> v1.2.10
    Updating js-sys v0.3.76 -> v0.3.77
    Updating log v0.4.22 -> v0.4.25
    Updating miniz_oxide v0.8.2 -> v0.8.3
      Adding rustversion v1.0.19
    Updating wasm-bindgen v0.2.99 -> v0.2.100
    Updating wasm-bindgen-backend v0.2.99 -> v0.2.100
    Updating wasm-bindgen-macro v0.2.99 -> v0.2.100
    Updating wasm-bindgen-macro-support v0.2.99 -> v0.2.100
    Updating wasm-bindgen-shared v0.2.99 -> v0.2.100
```
2025-01-19 14:19:27 +00:00
..
build-manifest Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee 2025-01-06 05:23:55 +00:00
bump-stage0 move src/tools/build_helper into src/build_helper 2024-11-11 11:19:11 +03:00
cargo@045bf21b36 Update cargo 2025-01-17 22:37:03 -05:00
cargotest
clippy Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" 2025-01-18 22:09:34 +00:00
collect-license-metadata collect-license-metadata: move JSON to root, and add a 'check' mode 2024-11-25 14:14:57 +00:00
compiletest Rollup merge of #135421 - cod10129:warn-tidy-ignore, r=onur-ozkan 2025-01-18 09:11:04 +01:00
coverage-dump coverage: Include the highest counter ID seen in .cov-map dumps 2024-10-11 21:04:37 +11:00
enzyme@2fe5164a24 Enzyme backend 2024-09-05 22:47:23 -04:00
error_index_generator Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
generate-copyright Ensure generate-copyright is executed from the project root. 2025-01-06 11:02:30 +00:00
generate-windows-sys Add windows-targets crate to std's sysroot 2024-08-09 10:43:43 +00:00
html-checker rustdoc: redesign toolbar and disclosure widgets 2024-09-10 17:56:05 -07:00
jsondocck jsondoclint: Support //@ !has <path> <value>. 2025-01-10 23:51:45 +00:00
jsondoclint jsondoclint: Check that Path types exitst in Crate::paths. 2025-01-10 23:51:45 +00:00
libcxx-version
linkchecker chore: fix typos 2024-12-30 14:56:21 +07:00
lint-docs Un-spaghettify the control flow of generate_lint_output 2025-01-14 18:43:30 +00:00
lld-wrapper
llvm-bitcode-linker
miri avoid nesting the user-defined main so deeply on the stack 2025-01-11 15:53:42 +01:00
miropt-test-tools Emit error on skip-filecheck test containing filecheck directives 2024-10-19 13:24:07 +00:00
nix-dev-shell chore: fix typos 2024-12-30 14:56:21 +07:00
opt-dist ci: Enable opt-dist for dist-aarch64-linux builds 2025-01-13 10:33:28 +00:00
remote-test-client
remote-test-server
replace-version-placeholder Include rustc and rustdoc book in replace-version-placeholder 2025-01-07 22:46:18 +01:00
rls
run-make-support Rollup merge of #135411 - Urgau:unreach_pub-run-make, r=jieyouxu 2025-01-12 23:09:01 +01:00
rust-analyzer also initialize Layout field in rust-analyzer 2025-01-10 02:22:57 +01:00
rust-installer Fix typos 2024-12-31 12:33:36 +08:00
rustbook cargo update 2025-01-19 00:21:55 +00:00
rustc-perf@e22e08623a bump rustc-perf 2025-01-09 16:56:50 +00:00
rustc-perf-wrapper tools: fix build failure caused by PR #134420 2024-12-27 16:36:48 +08:00
rustdoc Link std statically in rustc_driver 2024-08-11 04:16:53 +02:00
rustdoc-gui Enable --no-sandbox option by default for rustdoc GUI tests 2024-10-04 12:11:23 +02:00
rustdoc-gui-test move src/tools/build_helper into src/build_helper 2024-11-11 11:19:11 +03:00
rustdoc-js fix error for when results in a rustdoc-js test are in the wrong order 2025-01-16 12:10:38 -06:00
rustdoc-themes Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
rustfmt Only treat plain literal patterns as short 2025-01-09 09:02:56 +00:00
suggest-tests Fix typos 2024-12-30 21:43:22 +08:00
tidy Rollup merge of #135421 - cod10129:warn-tidy-ignore, r=onur-ozkan 2025-01-18 09:11:04 +01:00
tier-check
unicode-table-generator update cfgs 2024-11-27 15:14:54 +00:00
unstable-book-gen Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
wasm-component-ld Update wasm-component-ld to 0.5.11 2024-12-03 10:22:08 -08:00
x
cherry-pick.sh
publish_toolstate.py Reformat Python code with ruff 2024-12-04 23:03:44 +01:00