rust/src/tools
Esteban Küber 60b227accc Recognize type Alias = dyn Trait in fn return types
```
error[E0277]: the size for values of type `(dyn Debug + 'static)` cannot be known at compilation time
  --> $DIR/dyn-trait-type-alias-return-type.rs:4:11
   |
LL | fn f() -> T { loop {} }
   |           ^ doesn't have a size known at compile-time
   |
   = help: the trait `Sized` is not implemented for `(dyn Debug + 'static)`
note: this type alias is unsized
  --> $DIR/dyn-trait-type-alias-return-type.rs:1:1
   |
LL | type T = dyn core::fmt::Debug;
   | ^^^^^^
   = note: the return type of a function must have a statically known size
```
2025-12-09 16:46:33 +00:00
..
build-manifest build-manifest: generate MSI and MINGW arrays from rustc 2025-12-02 19:16:00 +01:00
bump-stage0 Include additional hashes in src/stage0 2025-09-27 08:43:22 -04:00
cargo@2c283a9a5c Update cargo submodule 2025-12-04 13:10:02 -05:00
cargotest
clippy Recognize type Alias = dyn Trait in fn return types 2025-12-09 16:46:33 +00:00
collect-license-metadata collect-license-metadata: Print a diff of the expected output 2025-10-06 19:10:12 -04:00
compiletest compiletest: retire opt_str2 2025-12-08 17:44:02 +08:00
coverage-dump Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
enzyme@09f4820b78 update enzyme submodule 2025-09-17 20:04:57 +08:00
error_index_generator
features-status-dump Implement output of colored messages with optional check context 2025-09-21 15:15:31 +02:00
generate-copyright Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
generate-windows-sys
html-checker
jsondocck Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
jsondoclint Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
libcxx-version
linkchecker fix partial urlencoded link support 2025-09-08 11:08:40 -07:00
lint-docs Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
lld-wrapper
llvm-bitcode-linker Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
miri Merge pull request #4747 from RalfJung/empty-stack-error 2025-12-06 14:34:52 +00:00
miropt-test-tools
nix-dev-shell Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
opt-dist opt-dist: don't set RUST_LOG=collector=debug 2025-09-15 11:07:07 +03:00
remote-test-client Test the remote-test-client timeout 2025-11-27 10:41:16 -05:00
remote-test-server remote-test-server: make it build for Motor OS 2025-11-16 09:49:16 -08:00
replace-version-placeholder
run-make-support run-make-support: re-export rustdoc_json_types 2025-11-19 19:36:43 +00:00
rust-analyzer Merge pull request #21222 from A4-Tacks/no-comp-resugar-unit-ret-ty 2025-12-07 15:06:49 +00:00
rust-installer Evidently tidy doesn't like tabs for indentation, even in shell scripts... 2025-10-18 21:21:15 +00:00
rustbook Update rustbook dependencies 2025-11-11 19:29:13 +00:00
rustc-perf@c0301bc44d Update rustc-perf submodule 2025-10-10 15:42:42 +02:00
rustdoc
rustdoc-gui-test Use yarn instead of npm in tidy 2025-11-17 10:58:13 +02:00
rustdoc-js rustdoc-search: add an integration test for CCI 2025-10-27 11:57:32 -07:00
rustdoc-themes
rustfmt fix tooling 2025-11-26 11:09:03 +01:00
test-float-parse
tidy Update list of allowed cg_clif dependencies 2025-12-08 16:26:26 +00:00
tier-check
unicode-table-generator Revert "unicode_data refactors RUST-147622" 2025-11-03 19:53:11 +08:00
unstable-book-gen Implement output of colored messages with optional check context 2025-09-21 15:15:31 +02:00
wasm-component-ld Update wasm-component-ld to 0.5.19 2025-11-14 12:57:00 -08:00
x
cherry-pick.sh
publish_toolstate.py