ZeeshanSaud/CodeTruthAgent-V3-Module1-Evaluation
Source Code https://github.com/Zeeshan78699/CodeTruthAgent — tag v3.0.0-module1 CodeTruth Agent V3 — Module 1 Evaluation Validation results for Module 1: Repository Cognition Engine — a deterministic, rule-based engine that scans a software repository and determines its application type, primary framework, technology stack, and file inventory. What's in this dataset FULL_DOMAIN_SUMMARY.md — summary table of all 69 validated repositories… See the full description on the dataset page: https://huggingface.co/datasets/ZeeshanSaud/CodeTruthAgent-V3-Module1-Evaluation.
0245
1# Repository Scan Report — rust
2
3**Generated by:** CodeTruth Agent V3 — Module 1 — Universal Repository Discovery Engine
4**Scanned At:** 2026-06-12 11:20:15 UTC
5**Scan Status:** `COMPLETE`
6
7---
8
9## Repository Identity
10
11| Field | Value |
12|---|---|
13| Name | rust |
14| Path | `C:\repos\v3\rust` |
15| Purpose | rust — Compiler Toolchain — 35 Python files |
16| Application Type | **Compiler Toolchain** |
17| Primary Framework | No Framework Detected |
18| Secondary Frameworks | Requests |
19
20## Confidence
21
22| Score | Value |
23|---|---|
24| Discovery Score | 100% |
25| Classification Score | 75% |
26| Overall | 88% |
27
28## Repository Scale
29
30| Metric | Count |
31|---|---|
32| Total Files Scanned | 58894 |
33| Python Files | 35 |
34| Test Directories | 57 |
35| Entry Points | 13 |
36| Config Files | 552 |
37| Doc Files | 125 |
38
39## Discovered Assets
40
41### Languages (Executable Source Code)
42
43- Assembly
44- C
45- C++
46- CSS
47- D
48- Docker
49- Emacs Lisp
50- HTML
51- JavaScript
52- Julia
53- Nix
54- PowerShell
55- Python
56- Rust
57- Shell
58- TOML
59- TypeScript
60- XML
61- YAML
62
63### File Types (Documents & Data)
64
65- AsciiDoc
66- JSON
67- Markdown
68- PDF Document
69- Text
70- Windows Batch Script
71
72### ML Models & Neural Network Weights
73
74- OpenVINO Weights
75
76**Total model files: 4**
77
78## Build Systems
79
80- Cargo
81- NPM
82- Yarn
83- Nix
84- CMake
85
86## Technology Stack
87
88- Python
89- Docker
90- GCP
91- Azure
92
93## Entry Points
94
95- `.\x.py`
96- `compiler\rustc_codegen_gcc\tools\check_intrinsics_duplicates.py`
97- `compiler\rustc_codegen_gcc\tools\generate_intrinsics.py`
98- `library\compiler-builtins\ci\ci-util.py`
99- `library\compiler-builtins\etc\update-api-list.py`
100- `library\core\src\unicode\printable.py`
101- `src\bootstrap\bootstrap.py`
102- `src\bootstrap\configure.py`
103- `src\ci\docker\scripts\android-sdk-manager.py`
104- `src\ci\docker\scripts\fuchsia-test-runner.py`
105- `src\etc\dec2flt_table.py`
106- `src\etc\htmldocck.py`
107- `src\tools\clippy\util\versions.py`
108
109## Configuration Files
110
111- `.\Cargo.lock`
112- `.\Cargo.toml`
113- `.\package.json`
114- `.\yarn.lock`
115- `compiler\rustc\Cargo.toml`
116- `compiler\rustc_abi\Cargo.toml`
117- `compiler\rustc_arena\Cargo.toml`
118- `compiler\rustc_ast\Cargo.toml`
119- `compiler\rustc_ast_ir\Cargo.toml`
120- `compiler\rustc_ast_lowering\Cargo.toml`
121- `compiler\rustc_ast_passes\Cargo.toml`
122- `compiler\rustc_ast_pretty\Cargo.toml`
123- `compiler\rustc_attr_parsing\Cargo.toml`
124- `compiler\rustc_baked_icu_data\Cargo.toml`
125- `compiler\rustc_borrowck\Cargo.toml`
126- `compiler\rustc_builtin_macros\Cargo.toml`
127- `compiler\rustc_codegen_cranelift\Cargo.lock`
128- `compiler\rustc_codegen_cranelift\Cargo.toml`
129- `compiler\rustc_codegen_cranelift\build_system\Cargo.lock`
130- `compiler\rustc_codegen_cranelift\build_system\Cargo.toml`
131- `compiler\rustc_codegen_gcc\Cargo.lock`
132- `compiler\rustc_codegen_gcc\Cargo.toml`
133- `compiler\rustc_codegen_gcc\build_system\Cargo.lock`
134- `compiler\rustc_codegen_gcc\build_system\Cargo.toml`
135- `compiler\rustc_codegen_gcc\tests\cross_lang_lto\Cargo.lock`
136- `compiler\rustc_codegen_gcc\tests\cross_lang_lto\Cargo.toml`
137- `compiler\rustc_codegen_gcc\tests\hello-world\Cargo.lock`
138- `compiler\rustc_codegen_gcc\tests\hello-world\Cargo.toml`
139- `compiler\rustc_codegen_gcc\tests\hello-world\mylib\Cargo.lock`
140- `compiler\rustc_codegen_gcc\tests\hello-world\mylib\Cargo.toml`
141- `compiler\rustc_codegen_llvm\Cargo.toml`
142- `compiler\rustc_codegen_ssa\Cargo.toml`
143- `compiler\rustc_const_eval\Cargo.toml`
144- `compiler\rustc_data_structures\Cargo.toml`
145- `compiler\rustc_driver\Cargo.toml`
146- `compiler\rustc_driver_impl\Cargo.toml`
147- `compiler\rustc_errors\Cargo.toml`
148- `compiler\rustc_error_codes\Cargo.toml`
149- `compiler\rustc_error_messages\Cargo.toml`
150- `compiler\rustc_expand\Cargo.toml`
151- `compiler\rustc_feature\Cargo.toml`
152- `compiler\rustc_fs_util\Cargo.toml`
153- `compiler\rustc_graphviz\Cargo.toml`
154- `compiler\rustc_hashes\Cargo.toml`
155- `compiler\rustc_hir\Cargo.toml`
156- `compiler\rustc_hir_analysis\Cargo.toml`
157- `compiler\rustc_hir_id\Cargo.toml`
158- `compiler\rustc_hir_pretty\Cargo.toml`
159- `compiler\rustc_hir_typeck\Cargo.toml`
160- `compiler\rustc_incremental\Cargo.toml`
161- `compiler\rustc_index\Cargo.toml`
162- `compiler\rustc_index_macros\Cargo.toml`
163- `compiler\rustc_infer\Cargo.toml`
164- `compiler\rustc_interface\Cargo.toml`
165- `compiler\rustc_lexer\Cargo.toml`
166- `compiler\rustc_lint\Cargo.toml`
167- `compiler\rustc_lint_defs\Cargo.toml`
168- `compiler\rustc_llvm\Cargo.toml`
169- `compiler\rustc_log\Cargo.toml`
170- `compiler\rustc_macros\Cargo.toml`
171- `compiler\rustc_metadata\Cargo.toml`
172- `compiler\rustc_middle\Cargo.toml`
173- `compiler\rustc_mir_build\Cargo.toml`
174- `compiler\rustc_mir_dataflow\Cargo.toml`
175- `compiler\rustc_mir_transform\Cargo.toml`
176- `compiler\rustc_monomorphize\Cargo.toml`
177- `compiler\rustc_next_trait_solver\Cargo.toml`
178- `compiler\rustc_parse\Cargo.toml`
179- `compiler\rustc_parse_format\Cargo.toml`
180- `compiler\rustc_passes\Cargo.toml`
181- `compiler\rustc_pattern_analysis\Cargo.toml`
182- `compiler\rustc_privacy\Cargo.toml`
183- `compiler\rustc_proc_macro\Cargo.toml`
184- `compiler\rustc_public\Cargo.toml`
185- `compiler\rustc_public_bridge\Cargo.toml`
186- `compiler\rustc_query_impl\Cargo.toml`
187- `compiler\rustc_resolve\Cargo.toml`
188- `compiler\rustc_sanitizers\Cargo.toml`
189- `compiler\rustc_serialize\Cargo.toml`
190- `compiler\rustc_session\Cargo.toml`
191- `compiler\rustc_span\Cargo.toml`
192- `compiler\rustc_symbol_mangling\Cargo.toml`
193- `compiler\rustc_target\Cargo.toml`
194- `compiler\rustc_thread_pool\Cargo.toml`
195- `compiler\rustc_traits\Cargo.toml`
196- `compiler\rustc_trait_selection\Cargo.toml`
197- `compiler\rustc_transmute\Cargo.toml`
198- `compiler\rustc_type_ir\Cargo.toml`
199- `compiler\rustc_type_ir_macros\Cargo.toml`
200- `compiler\rustc_ty_utils\Cargo.toml`
201- `compiler\rustc_windows_rc\Cargo.toml`
202- `library\Cargo.lock`
203- `library\Cargo.toml`
204- `library\alloc\Cargo.toml`
205- `library\alloctests\Cargo.toml`
206- `library\compiler-builtins\Cargo.lock`
207- `library\compiler-builtins\Cargo.toml`
208- `library\compiler-builtins\builtins-shim\Cargo.toml`
209- `library\compiler-builtins\builtins-test\Cargo.toml`
210- `library\compiler-builtins\builtins-test-intrinsics\Cargo.toml`
211- `library\compiler-builtins\ci\docker\aarch64-unknown-linux-gnu\Dockerfile`
212- `library\compiler-builtins\ci\docker\arm-unknown-linux-gnueabi\Dockerfile`
213- `library\compiler-builtins\ci\docker\arm-unknown-linux-gnueabihf\Dockerfile`
214- `library\compiler-builtins\ci\docker\armv7-unknown-linux-gnueabihf\Dockerfile`
215- `library\compiler-builtins\ci\docker\i586-unknown-linux-gnu\Dockerfile`
216- `library\compiler-builtins\ci\docker\i686-unknown-linux-gnu\Dockerfile`
217- `library\compiler-builtins\ci\docker\loongarch64-unknown-linux-gnu\Dockerfile`
218- `library\compiler-builtins\ci\docker\mips-unknown-linux-gnu\Dockerfile`
219- `library\compiler-builtins\ci\docker\mips64-unknown-linux-gnuabi64\Dockerfile`
220- `library\compiler-builtins\ci\docker\mips64el-unknown-linux-gnuabi64\Dockerfile`
221- `library\compiler-builtins\ci\docker\mipsel-unknown-linux-gnu\Dockerfile`
222- `library\compiler-builtins\ci\docker\powerpc-unknown-linux-gnu\Dockerfile`
223- `library\compiler-builtins\ci\docker\powerpc64-unknown-linux-gnu\Dockerfile`
224- `library\compiler-builtins\ci\docker\powerpc64le-unknown-linux-gnu\Dockerfile`
225- `library\compiler-builtins\ci\docker\riscv64gc-unknown-linux-gnu\Dockerfile`
226- `library\compiler-builtins\ci\docker\thumbv6m-none-eabi\Dockerfile`
227- `library\compiler-builtins\ci\docker\thumbv7em-none-eabi\Dockerfile`
228- `library\compiler-builtins\ci\docker\thumbv7em-none-eabihf\Dockerfile`
229- `library\compiler-builtins\ci\docker\thumbv7m-none-eabi\Dockerfile`
230- `library\compiler-builtins\ci\docker\wasm32-unknown-unknown\Dockerfile`
231- `library\compiler-builtins\ci\docker\x86_64-unknown-linux-gnu\Dockerfile`
232- `library\compiler-builtins\compiler-builtins\Cargo.toml`
233- `library\compiler-builtins\crates\api-list-common\Cargo.toml`
234- `library\compiler-builtins\crates\libm-macros\Cargo.toml`
235- `library\compiler-builtins\crates\musl-math-sys\Cargo.toml`
236- `library\compiler-builtins\crates\panic-handler\Cargo.toml`
237- `library\compiler-builtins\crates\symbol-check\Cargo.toml`
238- `library\compiler-builtins\crates\update-api-list\Cargo.toml`
239- `library\compiler-builtins\crates\util\Cargo.toml`
240- `library\compiler-builtins\libm\Cargo.toml`
241- `library\compiler-builtins\libm-test\Cargo.toml`
242- `library\core\Cargo.toml`
243- `library\coretests\Cargo.toml`
244- `library\panic_abort\Cargo.toml`
245- `library\panic_unwind\Cargo.toml`
246- `library\portable-simd\Cargo.lock`
247- `library\portable-simd\Cargo.toml`
248- `library\portable-simd\crates\core_simd\Cargo.toml`
249- `library\portable-simd\crates\std_float\Cargo.toml`
250- `library\portable-simd\crates\test_helpers\Cargo.toml`
251- `library\proc_macro\Cargo.toml`
252- `library\profiler_builtins\Cargo.toml`
253- `library\rustc-std-workspace-alloc\Cargo.toml`
254- `library\rustc-std-workspace-core\Cargo.toml`
255- `library\rustc-std-workspace-std\Cargo.toml`
256- `library\std\Cargo.toml`
257- `library\stdarch\Cargo.lock`
258- `library\stdarch\Cargo.toml`
259- `library\stdarch\ci\docker\aarch64-unknown-linux-gnu\Dockerfile`
260- `library\stdarch\ci\docker\aarch64_be-unknown-linux-gnu\Dockerfile`
261- `library\stdarch\ci\docker\amdgcn-amd-amdhsa\Dockerfile`
262- `library\stdarch\ci\docker\arm-unknown-linux-gnueabihf\Dockerfile`
263- `library\stdarch\ci\docker\armv7-unknown-linux-gnueabihf\Dockerfile`
264- `library\stdarch\ci\docker\hexagon-unknown-linux-musl\Dockerfile`
265- `library\stdarch\ci\docker\i586-unknown-linux-gnu\Dockerfile`
266- `library\stdarch\ci\docker\i686-unknown-linux-gnu\Dockerfile`
267- `library\stdarch\ci\docker\loongarch64-unknown-linux-gnu\Dockerfile`
268- `library\stdarch\ci\docker\mips-unknown-linux-gnu\Dockerfile`
269- `library\stdarch\ci\docker\mips64-unknown-linux-gnuabi64\Dockerfile`
270- `library\stdarch\ci\docker\mips64el-unknown-linux-gnuabi64\Dockerfile`
271- `library\stdarch\ci\docker\mipsel-unknown-linux-musl\Dockerfile`
272- `library\stdarch\ci\docker\nvptx64-nvidia-cuda\Dockerfile`
273- `library\stdarch\ci\docker\powerpc-unknown-linux-gnu\Dockerfile`
274- `library\stdarch\ci\docker\powerpc64-unknown-linux-gnu\Dockerfile`
275- `library\stdarch\ci\docker\powerpc64le-unknown-linux-gnu\Dockerfile`
276- `library\stdarch\ci\docker\riscv32gc-unknown-linux-gnu\Dockerfile`
277- `library\stdarch\ci\docker\riscv64gc-unknown-linux-gnu\Dockerfile`
278- `library\stdarch\ci\docker\s390x-unknown-linux-gnu\Dockerfile`
279- `library\stdarch\ci\docker\wasm32-wasip1\Dockerfile`
280- `library\stdarch\ci\docker\x86_64-unknown-linux-gnu\Dockerfile`
281- `library\stdarch\crates\assert-instr-macro\Cargo.toml`
282- `library\stdarch\crates\core_arch\Cargo.toml`
283- `library\stdarch\crates\intrinsic-test\Cargo.toml`
284- `library\stdarch\crates\simd-test-macro\Cargo.toml`
285- `library\stdarch\crates\stdarch-gen-arm\Cargo.toml`
286- `library\stdarch\crates\stdarch-gen-hexagon\Cargo.toml`
287- `library\stdarch\crates\stdarch-gen-hexagon-scalar\Cargo.toml`
288- `library\stdarch\crates\stdarch-gen-loongarch\Cargo.toml`
289- `library\stdarch\crates\stdarch-test\Cargo.toml`
290- `library\stdarch\crates\stdarch-verify\Cargo.toml`
291- `library\stdarch\examples\Cargo.toml`
292- `library\std_detect\Cargo.toml`
293- `library\sysroot\Cargo.toml`
294- `library\test\Cargo.toml`
295- `library\unwind\Cargo.toml`
296- `library\windows-sys\Cargo.toml`
297- `library\windows_link\Cargo.toml`
298- `src\bootstrap\Cargo.lock`
299- `src\bootstrap\Cargo.toml`
300- `src\build_helper\Cargo.toml`
301- `src\ci\citool\Cargo.lock`
302- `src\ci\citool\Cargo.toml`
303- `src\ci\docker\host-aarch64\aarch64-gnu\Dockerfile`
304- `src\ci\docker\host-aarch64\aarch64-gnu-debug\Dockerfile`
305- `src\ci\docker\host-aarch64\aarch64-gnu-llvm-21\Dockerfile`
306- `src\ci\docker\host-aarch64\dist-aarch64-freebsd\Dockerfile`
307- `src\ci\docker\host-aarch64\dist-aarch64-linux\Dockerfile`
308- `src\ci\docker\host-x86_64\arm-android\Dockerfile`
309- `src\ci\docker\host-x86_64\armhf-gnu\Dockerfile`
310- `src\ci\docker\host-x86_64\disabled\dist-aarch64-android\Dockerfile`
311- `src\ci\docker\host-x86_64\disabled\dist-armv7-android\Dockerfile`
312- `src\ci\docker\host-x86_64\disabled\dist-i686-android\Dockerfile`
313- `src\ci\docker\host-x86_64\disabled\dist-m68k-linux\Dockerfile`
314- `src\ci\docker\host-x86_64\disabled\dist-powerpcspe-linux\Dockerfile`
315- `src\ci\docker\host-x86_64\disabled\dist-sparc64-linux\Dockerfile`
316- `src\ci\docker\host-x86_64\disabled\dist-x86_64-android\Dockerfile`
317- `src\ci\docker\host-x86_64\disabled\dist-x86_64-dragonfly\Dockerfile`
318- `src\ci\docker\host-x86_64\disabled\dist-x86_64-haiku\Dockerfile`
319- `src\ci\docker\host-x86_64\disabled\dist-x86_64-redox\Dockerfile`
320- `src\ci\docker\host-x86_64\disabled\riscv64gc-gnu\Dockerfile`
321- `src\ci\docker\host-x86_64\dist-android\Dockerfile`
322- `src\ci\docker\host-x86_64\dist-arm-linux-gnueabi\Dockerfile`
323- `src\ci\docker\host-x86_64\dist-arm-linux-musl\Dockerfile`
324- `src\ci\docker\host-x86_64\dist-armhf-linux\Dockerfile`
325- `src\ci\docker\host-x86_64\dist-armv7-linux\Dockerfile`
326- `src\ci\docker\host-x86_64\dist-i586-gnu-i586-i686-musl\Dockerfile`
327- `src\ci\docker\host-x86_64\dist-i686-linux\Dockerfile`
328- `src\ci\docker\host-x86_64\dist-loongarch64-linux\Dockerfile`
329- `src\ci\docker\host-x86_64\dist-loongarch64-musl\Dockerfile`
330- `src\ci\docker\host-x86_64\dist-mips-linux\Dockerfile`
331- `src\ci\docker\host-x86_64\dist-mips64-linux\Dockerfile`
332- `src\ci\docker\host-x86_64\dist-mips64el-linux\Dockerfile`
333- `src\ci\docker\host-x86_64\dist-mipsel-linux\Dockerfile`
334- `src\ci\docker\host-x86_64\dist-ohos-aarch64\Dockerfile`
335- `src\ci\docker\host-x86_64\dist-ohos-armv7\Dockerfile`
336- `src\ci\docker\host-x86_64\dist-ohos-x86_64\Dockerfile`
337- `src\ci\docker\host-x86_64\dist-powerpc-linux\Dockerfile`
338- `src\ci\docker\host-x86_64\dist-powerpc64-linux-gnu\Dockerfile`
339- `src\ci\docker\host-x86_64\dist-powerpc64-linux-musl\Dockerfile`
340- `src\ci\docker\host-x86_64\dist-powerpc64le-linux-gnu\Dockerfile`
341- `src\ci\docker\host-x86_64\dist-powerpc64le-linux-musl\Dockerfile`
342- `src\ci\docker\host-x86_64\dist-riscv64-linux\Dockerfile`
343- `src\ci\docker\host-x86_64\dist-s390x-linux\Dockerfile`
344- `src\ci\docker\host-x86_64\dist-sparcv9-solaris\Dockerfile`
345- `src\ci\docker\host-x86_64\dist-various-1\Dockerfile`
346- `src\ci\docker\host-x86_64\dist-various-2\Dockerfile`
347- `src\ci\docker\host-x86_64\dist-x86_64-freebsd\Dockerfile`
348- `src\ci\docker\host-x86_64\dist-x86_64-illumos\Dockerfile`
349- `src\ci\docker\host-x86_64\dist-x86_64-linux\Dockerfile`
350- `src\ci\docker\host-x86_64\dist-x86_64-musl\Dockerfile`
351- `src\ci\docker\host-x86_64\dist-x86_64-netbsd\Dockerfile`
352- `src\ci\docker\host-x86_64\dist-x86_64-solaris\Dockerfile`
353- `src\ci\docker\host-x86_64\i686-gnu\Dockerfile`
354- `src\ci\docker\host-x86_64\i686-gnu-nopt\Dockerfile`
355- `src\ci\docker\host-x86_64\optional-x86_64-gnu-parallel-frontend\Dockerfile`
356- `src\ci\docker\host-x86_64\pr-check-1\Dockerfile`
357- `src\ci\docker\host-x86_64\pr-check-2\Dockerfile`
358- `src\ci\docker\host-x86_64\test-various\Dockerfile`
359- `src\ci\docker\host-x86_64\tidy\Dockerfile`
360- `src\ci\docker\host-x86_64\x86_64-fuchsia\Dockerfile`
361- `src\ci\docker\host-x86_64\x86_64-gnu\Dockerfile`
362- `src\ci\docker\host-x86_64\x86_64-gnu-aux\Dockerfile`
363- `src\ci\docker\host-x86_64\x86_64-gnu-debug\Dockerfile`
364- `src\ci\docker\host-x86_64\x86_64-gnu-distcheck\Dockerfile`
365- `src\ci\docker\host-x86_64\x86_64-gnu-gcc\Dockerfile`
366- `src\ci\docker\host-x86_64\x86_64-gnu-gcc-core-tests\Dockerfile`
367- `src\ci\docker\host-x86_64\x86_64-gnu-llvm-21\Dockerfile`
368- `src\ci\docker\host-x86_64\x86_64-gnu-llvm-22\Dockerfile`
369- `src\ci\docker\host-x86_64\x86_64-gnu-miri\Dockerfile`
370- `src\ci\docker\host-x86_64\x86_64-gnu-nopt\Dockerfile`
371- `src\ci\docker\host-x86_64\x86_64-gnu-tools\Dockerfile`
372- `src\ci\docker\host-x86_64\x86_64-rust-for-linux\Dockerfile`
373- `src\doc\rustc-dev-guide\ci\date-check\Cargo.lock`
374- `src\doc\rustc-dev-guide\ci\date-check\Cargo.toml`
375- `src\doc\rustc-dev-guide\ci\sembr\Cargo.lock`
376- `src\doc\rustc-dev-guide\ci\sembr\Cargo.toml`
377- `src\librustdoc\Cargo.toml`
378- `src\librustdoc\html\static\js\tsconfig.json`
379- `src\rustc-std-workspace\rustc-std-workspace-alloc\Cargo.toml`
380- `src\rustc-std-workspace\rustc-std-workspace-core\Cargo.toml`
381- `src\rustc-std-workspace\rustc-std-workspace-std\Cargo.toml`
382- `src\rustdoc-json-types\Cargo.toml`
383- `src\tools\build-manifest\Cargo.toml`
384- `src\tools\bump-stage0\Cargo.toml`
385- `src\tools\cargotest\Cargo.toml`
386- `src\tools\clippy\Cargo.toml`
387- `src\tools\clippy\clippy_config\Cargo.toml`
388- `src\tools\clippy\clippy_dev\Cargo.toml`
389- `src\tools\clippy\clippy_dummy\Cargo.toml`
390- `src\tools\clippy\clippy_lints\Cargo.toml`
391- `src\tools\clippy\clippy_lints_internal\Cargo.toml`
392- `src\tools\clippy\clippy_test_deps\Cargo.lock`
393- `src\tools\clippy\clippy_test_deps\Cargo.toml`
394- `src\tools\clippy\clippy_utils\Cargo.toml`
395- `src\tools\clippy\declare_clippy_lint\Cargo.toml`
396- `src\tools\clippy\lintcheck\Cargo.toml`
397- `src\tools\clippy\rustc_tools_util\Cargo.toml`
398- `src\tools\clippy\tests\ui-cargo\cargo_common_metadata\fail\Cargo.toml`
399- `src\tools\clippy\tests\ui-cargo\cargo_common_metadata\fail_publish\Cargo.toml`
400- `src\tools\clippy\tests\ui-cargo\cargo_common_metadata\fail_publish_true\Cargo.toml`
401- `src\tools\clippy\tests\ui-cargo\cargo_common_metadata\pass\Cargo.toml`
402- `src\tools\clippy\tests\ui-cargo\cargo_common_metadata\pass_publish_empty\Cargo.toml`
403- `src\tools\clippy\tests\ui-cargo\cargo_common_metadata\pass_publish_false\Cargo.toml`
404- `src\tools\clippy\tests\ui-cargo\cargo_rust_version\fail_both_diff\Cargo.toml`
405- `src\tools\clippy\tests\ui-cargo\cargo_rust_version\fail_both_same\Cargo.toml`
406- `src\tools\clippy\tests\ui-cargo\cargo_rust_version\fail_cargo\Cargo.toml`
407- `src\tools\clippy\tests\ui-cargo\cargo_rust_version\fail_clippy\Cargo.toml`
408- `src\tools\clippy\tests\ui-cargo\cargo_rust_version\fail_file_attr\Cargo.toml`
409- `src\tools\clippy\tests\ui-cargo\cargo_rust_version\pass_both_same\Cargo.toml`
410- `src\tools\clippy\tests\ui-cargo\cargo_rust_version\pass_cargo\Cargo.toml`
411- `src\tools\clippy\tests\ui-cargo\cargo_rust_version\pass_clippy\Cargo.toml`
412- `src\tools\clippy\tests\ui-cargo\cargo_rust_version\pass_file_attr\Cargo.toml`
413- `src\tools\clippy\tests\ui-cargo\cargo_rust_version\warn_both_diff\Cargo.toml`
414- `src\tools\clippy\tests\ui-cargo\duplicate_mod\fail\Cargo.toml`
415- `src\tools\clippy\tests\ui-cargo\feature_name\fail\Cargo.toml`
416- `src\tools\clippy\tests\ui-cargo\feature_name\pass\Cargo.toml`
417- `src\tools\clippy\tests\ui-cargo\lint_groups_priority\fail\Cargo.toml`
418- `src\tools\clippy\tests\ui-cargo\lint_groups_priority\pass\Cargo.toml`
419- `src\tools\clippy\tests\ui-cargo\module_style\duplicated_mod_names_14697\Cargo.toml`
420- `src\tools\clippy\tests\ui-cargo\module_style\fail_mod\Cargo.toml`
421- `src\tools\clippy\tests\ui-cargo\module_style\fail_mod_remap\Cargo.toml`
422- `src\tools\clippy\tests\ui-cargo\module_style\fail_no_mod\Cargo.toml`
423- `src\tools\clippy\tests\ui-cargo\module_style\inline_mod\Cargo.toml`
424- `src\tools\clippy\tests\ui-cargo\module_style\pass_mod\Cargo.toml`
425- `src\tools\clippy\tests\ui-cargo\module_style\pass_no_mod\Cargo.toml`
426- `src\tools\clippy\tests\ui-cargo\module_style\segment_with_mod_name_10271_11916\Cargo.toml`
427- `src\tools\clippy\tests\ui-cargo\module_style\segment_with_mod_name_10271_11916\foo\bar\Cargo.toml`
428- `src\tools\clippy\tests\ui-cargo\module_style\with_path_attr_mod\Cargo.toml`
429- `src\tools\clippy\tests\ui-cargo\module_style\with_path_attr_no_mod\Cargo.toml`
430- `src\tools\clippy\tests\ui-cargo\multiple_config_files\no_warn\Cargo.toml`
431- `src\tools\clippy\tests\ui-cargo\multiple_config_files\warn\Cargo.toml`
432- `src\tools\clippy\tests\ui-cargo\multiple_crate_versions\12145_with_dashes\Cargo.toml`
433- `src\tools\clippy\tests\ui-cargo\multiple_crate_versions\12176_allow_duplicate_crates\Cargo.toml`
434- `src\tools\clippy\tests\ui-cargo\multiple_crate_versions\5041_allow_dev_build\Cargo.toml`
435- `src\tools\clippy\tests\ui-cargo\multiple_crate_versions\fail\Cargo.lock`
436- `src\tools\clippy\tests\ui-cargo\multiple_crate_versions\fail\Cargo.toml`
437- `src\tools\clippy\tests\ui-cargo\multiple_crate_versions\pass\Cargo.toml`
438- `src\tools\clippy\tests\ui-cargo\multiple_inherent_impl\config_fail\Cargo.toml`
439- `src\tools\clippy\tests\ui-cargo\multiple_inherent_impl\crate_fail\Cargo.toml`
440- `src\tools\clippy\tests\ui-cargo\multiple_inherent_impl\file_fail\Cargo.toml`
441- `src\tools\clippy\tests\ui-cargo\multiple_inherent_impl\module_fail\Cargo.toml`
442- `src\tools\clippy\tests\ui-cargo\undocumented_unsafe_blocks\fail\Cargo.toml`
443- `src\tools\clippy\tests\ui-cargo\wildcard_dependencies\fail\Cargo.toml`
444- `src\tools\clippy\tests\ui-cargo\wildcard_dependencies\pass\Cargo.toml`
445- `src\tools\clippy\tests\workspace_test\Cargo.toml`
446- `src\tools\clippy\tests\workspace_test\module_style\pass_mod_with_dep_in_subdir\Cargo.toml`
447- `src\tools\clippy\tests\workspace_test\module_style\pass_mod_with_dep_in_subdir\dep_no_mod\Cargo.toml`
448- `src\tools\clippy\tests\workspace_test\module_style\pass_no_mod_with_dep_in_subdir\Cargo.toml`
449- `src\tools\clippy\tests\workspace_test\module_style\pass_no_mod_with_dep_in_subdir\dep_with_mod\Cargo.toml`
450- `src\tools\clippy\tests\workspace_test\path_dep\Cargo.toml`
451- `src\tools\clippy\tests\workspace_test\subcrate\Cargo.toml`
452- `src\tools\collect-license-metadata\Cargo.toml`
453- `src\tools\compiletest\Cargo.toml`
454- `src\tools\coverage-dump\Cargo.toml`
455- `src\tools\error_index_generator\Cargo.toml`
456- `src\tools\features-status-dump\Cargo.toml`
457- `src\tools\generate-copyright\Cargo.toml`
458- `src\tools\generate-windows-sys\Cargo.toml`
459- `src\tools\html-checker\Cargo.toml`
460- `src\tools\jsondocck\Cargo.toml`
461- `src\tools\jsondoclint\Cargo.toml`
462- `src\tools\linkchecker\Cargo.toml`
463- `src\tools\lint-docs\Cargo.toml`
464- `src\tools\lld-wrapper\Cargo.toml`
465- `src\tools\llvm-bitcode-linker\Cargo.toml`
466- `src\tools\miri\Cargo.lock`
467- `src\tools\miri\Cargo.toml`
468- `src\tools\miri\bench-cargo-miri\backtraces\Cargo.lock`
469- `src\tools\miri\bench-cargo-miri\backtraces\Cargo.toml`
470- `src\tools\miri\bench-cargo-miri\big-allocs\Cargo.lock`
471- `src\tools\miri\bench-cargo-miri\big-allocs\Cargo.toml`
472- `src\tools\miri\bench-cargo-miri\mse\Cargo.lock`
473- `src\tools\miri\bench-cargo-miri\mse\Cargo.toml`
474- `src\tools\miri\bench-cargo-miri\range-iteration\Cargo.lock`
475- `src\tools\miri\bench-cargo-miri\range-iteration\Cargo.toml`
476- `src\tools\miri\bench-cargo-miri\serde1\Cargo.lock`
477- `src\tools\miri\bench-cargo-miri\serde1\Cargo.toml`
478- `src\tools\miri\bench-cargo-miri\serde2\Cargo.lock`
479- `src\tools\miri\bench-cargo-miri\serde2\Cargo.toml`
480- `src\tools\miri\bench-cargo-miri\slice-chunked\Cargo.lock`
481- `src\tools\miri\bench-cargo-miri\slice-chunked\Cargo.toml`
482- `src\tools\miri\bench-cargo-miri\slice-get-unchecked\Cargo.lock`
483- `src\tools\miri\bench-cargo-miri\slice-get-unchecked\Cargo.toml`
484- `src\tools\miri\bench-cargo-miri\string-replace\Cargo.lock`
485- `src\tools\miri\bench-cargo-miri\string-replace\Cargo.toml`
486- `src\tools\miri\bench-cargo-miri\unicode\Cargo.lock`
487- `src\tools\miri\bench-cargo-miri\unicode\Cargo.toml`
488- `src\tools\miri\bench-cargo-miri\zip-equal\Cargo.lock`
489- `src\tools\miri\bench-cargo-miri\zip-equal\Cargo.toml`
490- `src\tools\miri\cargo-miri\Cargo.lock`
491- `src\tools\miri\cargo-miri\Cargo.toml`
492- `src\tools\miri\genmc-sys\Cargo.toml`
493- `src\tools\miri\miri-script\Cargo.lock`
494- `src\tools\miri\miri-script\Cargo.toml`
495- `src\tools\miri\priroda\Cargo.lock`
496- `src\tools\miri\priroda\Cargo.toml`
497- `src\tools\miri\test-cargo-miri\Cargo.lock`
498- `src\tools\miri\test-cargo-miri\Cargo.toml`
499- `src\tools\miri\test-cargo-miri\exported-symbol\Cargo.toml`
500- `src\tools\miri\test-cargo-miri\exported-symbol-dep\Cargo.toml`
501- `src\tools\miri\test-cargo-miri\issue-1567\Cargo.toml`
502- `src\tools\miri\test-cargo-miri\issue-1691\Cargo.toml`
503- `src\tools\miri\test-cargo-miri\issue-1705\Cargo.toml`
504- `src\tools\miri\test-cargo-miri\issue-rust-86261\Cargo.toml`
505- `src\tools\miri\test-cargo-miri\no-std-smoke\Cargo.lock`
506- `src\tools\miri\test-cargo-miri\no-std-smoke\Cargo.toml`
507- `src\tools\miri\test-cargo-miri\proc-macro-crate\Cargo.toml`
508- `src\tools\miri\test-cargo-miri\subcrate\Cargo.toml`
509- `src\tools\miri\test-cargo-miri\test-local-crate-detection\Cargo.toml`
510- `src\tools\miri\tests\deps\Cargo.lock`
511- `src\tools\miri\tests\deps\Cargo.toml`
512- `src\tools\miropt-test-tools\Cargo.toml`
513- `src\tools\nix-dev-shell\flake.nix`
514- `src\tools\nix-dev-shell\x\default.nix`
515- `src\tools\opt-dist\Cargo.toml`
516- `src\tools\remote-test-client\Cargo.toml`
517- `src\tools\remote-test-server\Cargo.toml`
518- `src\tools\replace-version-placeholder\Cargo.toml`
519- `src\tools\run-make-support\Cargo.toml`
520- `src\tools\rust-analyzer\Cargo.lock`
521- `src\tools\rust-analyzer\Cargo.toml`
522- `src\tools\rust-analyzer\crates\base-db\Cargo.toml`
523- `src\tools\rust-analyzer\crates\cfg\Cargo.toml`
524- `src\tools\rust-analyzer\crates\edition\Cargo.toml`
525- `src\tools\rust-analyzer\crates\hir\Cargo.toml`
526- `src\tools\rust-analyzer\crates\hir-def\Cargo.toml`
527- `src\tools\rust-analyzer\crates\hir-expand\Cargo.toml`
528- `src\tools\rust-analyzer\crates\hir-ty\Cargo.toml`
529- `src\tools\rust-analyzer\crates\ide\Cargo.toml`
530- `src\tools\rust-analyzer\crates\ide-assists\Cargo.toml`
531- `src\tools\rust-analyzer\crates\ide-completion\Cargo.toml`
532- `src\tools\rust-analyzer\crates\ide-db\Cargo.toml`
533- `src\tools\rust-analyzer\crates\ide-diagnostics\Cargo.toml`
534- `src\tools\rust-analyzer\crates\ide-ssr\Cargo.toml`
535- `src\tools\rust-analyzer\crates\intern\Cargo.toml`
536- `src\tools\rust-analyzer\crates\load-cargo\Cargo.toml`
537- `src\tools\rust-analyzer\crates\macros\Cargo.toml`
538- `src\tools\rust-analyzer\crates\mbe\Cargo.toml`
539- `src\tools\rust-analyzer\crates\parser\Cargo.toml`
540- `src\tools\rust-analyzer\crates\paths\Cargo.toml`
541- `src\tools\rust-analyzer\crates\proc-macro-api\Cargo.toml`
542- `src\tools\rust-analyzer\crates\proc-macro-srv\Cargo.toml`
543- `src\tools\rust-analyzer\crates\proc-macro-srv\proc-macro-test\Cargo.toml`
544- `src\tools\rust-analyzer\crates\proc-macro-srv\proc-macro-test\imp\Cargo.lock`
545- `src\tools\rust-analyzer\crates\proc-macro-srv\proc-macro-test\imp\Cargo.toml`
546- `src\tools\rust-analyzer\crates\proc-macro-srv-cli\Cargo.toml`
547- `src\tools\rust-analyzer\crates\profile\Cargo.toml`
548- `src\tools\rust-analyzer\crates\project-model\Cargo.toml`
549- `src\tools\rust-analyzer\crates\query-group-macro\Cargo.toml`
550- `src\tools\rust-analyzer\crates\rust-analyzer\Cargo.toml`
551- `src\tools\rust-analyzer\crates\span\Cargo.toml`
552- `src\tools\rust-analyzer\crates\stdx\Cargo.toml`
553- `src\tools\rust-analyzer\crates\syntax\Cargo.toml`
554- `src\tools\rust-analyzer\crates\syntax\fuzz\Cargo.toml`
555- `src\tools\rust-analyzer\crates\syntax-bridge\Cargo.toml`
556- `src\tools\rust-analyzer\crates\test-fixture\Cargo.toml`
557- `src\tools\rust-analyzer\crates\test-utils\Cargo.toml`
558- `src\tools\rust-analyzer\crates\toolchain\Cargo.toml`
559- `src\tools\rust-analyzer\crates\tt\Cargo.toml`
560- `src\tools\rust-analyzer\crates\vfs\Cargo.toml`
561- `src\tools\rust-analyzer\crates\vfs-notify\Cargo.toml`
562- `src\tools\rust-analyzer\editors\code\package-lock.json`
563- `src\tools\rust-analyzer\editors\code\package.json`
564- `src\tools\rust-analyzer\editors\code\tsconfig.json`
565- `src\tools\rust-analyzer\lib\la-arena\Cargo.toml`
566- `src\tools\rust-analyzer\lib\line-index\Cargo.toml`
567- `src\tools\rust-analyzer\lib\lsp-server\Cargo.toml`
568- `src\tools\rust-analyzer\lib\smol_str\Cargo.toml`
569- `src\tools\rust-analyzer\lib\text-size\Cargo.toml`
570- `src\tools\rust-analyzer\lib\ungrammar\Cargo.toml`
571- `src\tools\rust-analyzer\lib\ungrammar\ungrammar2json\Cargo.toml`
572- `src\tools\rust-analyzer\xtask\Cargo.toml`
573- `src\tools\rust-installer\Cargo.toml`
574- `src\tools\rustbook\Cargo.lock`
575- `src\tools\rustbook\Cargo.toml`
576- `src\tools\rustdoc\Cargo.toml`
577- `src\tools\rustdoc-gui-test\Cargo.toml`
578- `src\tools\rustdoc-themes\Cargo.toml`
579- `src\tools\rustfmt\Cargo.lock`
580- `src\tools\rustfmt\Cargo.toml`
581- `src\tools\rustfmt\check_diff\Cargo.lock`
582- `src\tools\rustfmt\check_diff\Cargo.toml`
583- `src\tools\rustfmt\config_proc_macro\Cargo.lock`
584- `src\tools\rustfmt\config_proc_macro\Cargo.toml`
585- `src\tools\rustfmt\tests\cargo-fmt\source\divergent-crate-dir-names\Cargo.toml`
586- `src\tools\rustfmt\tests\cargo-fmt\source\divergent-crate-dir-names\dependency-dir-name\Cargo.toml`
587- `src\tools\rustfmt\tests\cargo-fmt\source\divergent-crate-dir-names\dependency-dir-name\subdep-dir-name\Cargo.toml`
588- `src\tools\rustfmt\tests\cargo-fmt\source\issue_3164\Cargo.toml`
589- `src\tools\rustfmt\tests\cargo-fmt\source\workspaces\path-dep-above\e\Cargo.toml`
590- `src\tools\rustfmt\tests\cargo-fmt\source\workspaces\path-dep-above\ws\Cargo.toml`
591- `src\tools\rustfmt\tests\cargo-fmt\source\workspaces\path-dep-above\ws\a\Cargo.toml`
592- `src\tools\rustfmt\tests\cargo-fmt\source\workspaces\path-dep-above\ws\a\d\Cargo.toml`
593- `src\tools\rustfmt\tests\cargo-fmt\source\workspaces\path-dep-above\ws\a\d\f\Cargo.toml`
594- `src\tools\rustfmt\tests\cargo-fmt\source\workspaces\path-dep-above\ws\b\Cargo.toml`
595- `src\tools\rustfmt\tests\cargo-fmt\source\workspaces\path-dep-above\ws\c\Cargo.toml`
596- `src\tools\rustfmt\tests\mod-resolver\test-submodule-issue-5119\Cargo.toml`
597- `src\tools\test-float-parse\Cargo.lock`
598- `src\tools\test-float-parse\Cargo.toml`
599- `src\tools\tidy\Cargo.toml`
600- `src\tools\tidy\config\requirements.txt`
601- `src\tools\tier-check\Cargo.toml`
602- `src\tools\unicode-table-generator\Cargo.toml`
603- `src\tools\unstable-book-gen\Cargo.toml`
604- `src\tools\wasm-component-ld\Cargo.toml`
605- `src\tools\x\Cargo.toml`
606- `tests\run-make-cargo\amdgpu-lto\Cargo.toml`
607- `tests\run-make-cargo\apple-slow-tls\tls_test\Cargo.toml`
608- `tests\run-make-cargo\compiler-builtins\Cargo.toml`
609- `tests\run-make-cargo\panic-immediate-abort-codegen\Cargo.toml`
610- `tests\run-make-cargo\panic-immediate-abort-works\hello\Cargo.toml`
611- `tests\run-make-cargo\rustdoc-scrape-examples-duplicated-calls\Cargo.toml`
612- `tests\run-make-cargo\rustdoc-scrape-examples-paths\foo\Cargo.toml`
613- `tests\run-make-cargo\same-crate-name-and-macro-name\consumer\Cargo.toml`
614- `tests\run-make-cargo\same-crate-name-and-macro-name\mylib_v1\Cargo.toml`
615- `tests\run-make-cargo\same-crate-name-and-macro-name\mylib_v2\Cargo.toml`
616- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\Cargo.lock`
617- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\Cargo.toml`
618- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\cross-lang-cfi-types-crate-abort\Cargo.toml`
619- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\cross-lang-cfi-types-crate-not-abort\Cargo.toml`
620- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\cross-lang-integer-normalization-abort\Cargo.lock`
621- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\cross-lang-integer-normalization-abort\Cargo.toml`
622- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\cross-lang-integer-normalization-not-abort\Cargo.lock`
623- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\cross-lang-integer-normalization-not-abort\Cargo.toml`
624- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\indirect-arity-mismatch-abort\Cargo.toml`
625- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\indirect-pointee-type-mismatch-abort\Cargo.toml`
626- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\indirect-return-type-mismatch-abort\Cargo.toml`
627- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\indirect-type-mismatch-abort\Cargo.toml`
628- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\indirect-type-qualifier-mismatch-abort\Cargo.toml`
629- `tests\run-make-cargo\sanitizer-cfi-build-std-clang\invalid-branch-target-abort\Cargo.toml`
630- `tests\run-make-cargo\thumb-none-qemu\example\Cargo.lock`
631- `tests\run-make-cargo\thumb-none-qemu\example\Cargo.toml`
632- `tests\run-make-cargo\uefi-qemu\uefi_qemu_test\Cargo.lock`
633- `tests\run-make-cargo\uefi-qemu\uefi_qemu_test\Cargo.toml`
634- `tests\run-make-cargo\x86_64-fortanix-unknown-sgx-lvi\enclave\Cargo.toml`
635- `tests\run-make-cargo\x86_64-fortanix-unknown-sgx-lvi\enclave\libcmake_foo\CMakeLists.txt`
636- `tests\rustdoc-gui\src\extend_css\Cargo.lock`
637- `tests\rustdoc-gui\src\extend_css\Cargo.toml`
638- `tests\rustdoc-gui\src\huge_logo\Cargo.lock`
639- `tests\rustdoc-gui\src\huge_logo\Cargo.toml`
640- `tests\rustdoc-gui\src\lib2\Cargo.lock`
641- `tests\rustdoc-gui\src\lib2\Cargo.toml`
642- `tests\rustdoc-gui\src\lib2\http\Cargo.toml`
643- `tests\rustdoc-gui\src\lib2\implementors\Cargo.lock`
644- `tests\rustdoc-gui\src\lib2\implementors\Cargo.toml`
645- `tests\rustdoc-gui\src\link_to_definition\Cargo.lock`
646- `tests\rustdoc-gui\src\link_to_definition\Cargo.toml`
647- `tests\rustdoc-gui\src\macro_expansion\Cargo.lock`
648- `tests\rustdoc-gui\src\macro_expansion\Cargo.toml`
649- `tests\rustdoc-gui\src\proc_macro_test\Cargo.lock`
650- `tests\rustdoc-gui\src\proc_macro_test\Cargo.toml`
651- `tests\rustdoc-gui\src\scrape_examples\Cargo.lock`
652- `tests\rustdoc-gui\src\scrape_examples\Cargo.toml`
653- `tests\rustdoc-gui\src\scrape_examples_ice\Cargo.lock`
654- `tests\rustdoc-gui\src\scrape_examples_ice\Cargo.toml`
655- `tests\rustdoc-gui\src\settings\Cargo.lock`
656- `tests\rustdoc-gui\src\settings\Cargo.toml`
657- `tests\rustdoc-gui\src\staged_api\Cargo.lock`
658- `tests\rustdoc-gui\src\staged_api\Cargo.toml`
659- `tests\rustdoc-gui\src\test_docs\Cargo.lock`
660- `tests\rustdoc-gui\src\test_docs\Cargo.toml`
661- `tests\rustdoc-gui\src\theme_css\Cargo.lock`
662- `tests\rustdoc-gui\src\theme_css\Cargo.toml`
663
664## Documentation
665
666- `.\CONTRIBUTING.md`
667- `.\README.md`
668- `compiler\rustc_ast\README.md`
669- `compiler\rustc_codegen_gcc\CONTRIBUTING.md`
670- `compiler\rustc_codegen_llvm\README.md`
671- `compiler\rustc_codegen_ssa\README.md`
672- `compiler\rustc_driver_impl\README.md`
673- `compiler\rustc_hir_analysis\README.md`
674- `compiler\rustc_incremental\src\persist\README.md`
675- `compiler\rustc_infer\src\infer\lexical_region_resolve\README.md`
676- `compiler\rustc_infer\src\infer\region_constraints\README.md`
677- `compiler\rustc_llvm\llvm-wrapper\README`
678- `compiler\rustc_middle\README.md`
679- `compiler\rustc_middle\src\dep_graph\README.md`
680- `compiler\rustc_public\README.md`
681- `compiler\rustc_query_impl\src\README.md`
682- `compiler\rustc_sanitizers\README.md`
683- `compiler\rustc_target\README.md`
684- `compiler\rustc_thread_pool\README.md`
685- `compiler\rustc_thread_pool\src\sleep\README.md`
686- `library\compiler-builtins\CONTRIBUTING.md`
687- `library\compiler-builtins\LICENSE.txt`
688- `library\compiler-builtins\README.md`
689- `library\compiler-builtins\compiler-builtins\CHANGELOG.md`
690- `library\compiler-builtins\compiler-builtins\README.md`
691- `library\compiler-builtins\libm\CHANGELOG.md`
692- `library\compiler-builtins\libm\LICENSE.txt`
693- `library\compiler-builtins\libm\README.md`
694- `library\portable-simd\CONTRIBUTING.md`
695- `library\portable-simd\README.md`
696- `library\portable-simd\crates\core_simd\examples\README.md`
697- `library\rustc-std-workspace-core\README.md`
698- `library\rustc-std-workspace-std\README.md`
699- `library\std\src\sys\pal\windows\c\README.md`
700- `library\std_detect\README.md`
701- `library\stdarch\CONTRIBUTING.md`
702- `library\stdarch\README.md`
703- `library\stdarch\crates\core_arch\README.md`
704- `library\stdarch\crates\intrinsic-test\README.md`
705- `library\stdarch\crates\stdarch-gen-arm\README.md`
706- `library\stdarch\crates\stdarch-gen-loongarch\README.md`
707- `src\README.md`
708- `src\bootstrap\README.md`
709- `src\bootstrap\defaults\README.md`
710- `src\build_helper\README.md`
711- `src\ci\citool\README.md`
712- `src\ci\docker\README.md`
713- `src\doc\rustc-dev-guide\README.md`
714- `src\doc\rustc-dev-guide\examples\README`
715- `src\doc\rustdoc\README.md`
716- `src\doc\style-guide\src\README.md`
717- `src\doc\unstable-book\README.md`
718- `src\etc\installer\README.md`
719- `src\etc\third-party\README.txt`
720- `src\librustdoc\README.md`
721- `src\librustdoc\html\static\fonts\README.txt`
722- `src\librustdoc\html\static\js\README.md`
723- `src\rustc-std-workspace\README.md`
724- `src\rustdoc-json-types\README.md`
725- `src\tools\build-manifest\README.md`
726- `src\tools\clippy\CHANGELOG.md`
727- `src\tools\clippy\CONTRIBUTING.md`
728- `src\tools\clippy\README.md`
729- `src\tools\clippy\book\README.md`
730- `src\tools\clippy\book\src\README.md`
731- `src\tools\clippy\book\src\continuous_integration\README.md`
732- `src\tools\clippy\book\src\development\README.md`
733- `src\tools\clippy\book\src\development\infrastructure\README.md`
734- `src\tools\clippy\book\src\development\proposals\README.md`
735- `src\tools\clippy\clippy_lints\README.md`
736- `src\tools\clippy\clippy_utils\README.md`
737- `src\tools\clippy\lintcheck\README.md`
738- `src\tools\clippy\rustc_tools_util\CHANGELOG.md`
739- `src\tools\clippy\rustc_tools_util\README.md`
740- `src\tools\coverage-dump\README.md`
741- `src\tools\llvm-bitcode-linker\README.md`
742- `src\tools\miri\CONTRIBUTING.md`
743- `src\tools\miri\README.md`
744- `src\tools\miri\priroda\README.md`
745- `src\tools\opt-dist\README.md`
746- `src\tools\rust-analyzer\CONTRIBUTING.md`
747- `src\tools\rust-analyzer\README.md`
748- `src\tools\rust-analyzer\crates\proc-macro-srv-cli\README.md`
749- `src\tools\rust-analyzer\docs\book\README.md`
750- `src\tools\rust-analyzer\docs\book\src\README.md`
751- `src\tools\rust-analyzer\docs\book\src\contributing\README.md`
752- `src\tools\rust-analyzer\editors\code\LICENSE`
753- `src\tools\rust-analyzer\editors\code\README.md`
754- `src\tools\rust-analyzer\lib\README.md`
755- `src\tools\rust-analyzer\lib\line-index\README.md`
756- `src\tools\rust-analyzer\lib\smol_str\CHANGELOG.md`
757- `src\tools\rust-analyzer\lib\smol_str\README.md`
758- `src\tools\rust-analyzer\lib\text-size\CHANGELOG.md`
759- `src\tools\rust-analyzer\lib\text-size\README.md`
760- `src\tools\rust-analyzer\lib\ungrammar\README.md`
761- `src\tools\rust-installer\README.md`
762- `src\tools\rust-installer\test\image-docdir1\share\doc\rust\README`
763- `src\tools\rust-installer\test\image-docdir2\share\doc\cargo\README`
764- `src\tools\rustbook\README.md`
765- `src\tools\rustfmt\CHANGELOG.md`
766- `src\tools\rustfmt\README.md`
767- `src\tools\test-float-parse\README.md`
768- `src\tools\wasm-component-ld\README.md`
769- `src\tools\x\README.md`
770- `tests\codegen-llvm\README.md`
771- `tests\codegen-units\partitioning\README.md`
772- `tests\coverage\README.md`
773- `tests\crashes\README.md`
774- `tests\mir-opt\README.md`
775- `tests\mir-opt\pre-codegen\README.md`
776- `tests\run-make\README.md`
777- `tests\run-make\autodiff\type-trees\type-analysis\README.md`
778- `tests\run-make\unstable-flag-required\README.md`
779- `tests\rustdoc-gui\README.md`
780- `tests\rustdoc-ui\error-in-impl-trait\README.md`
781- `tests\ui\README.md`
782- `tests\ui\codegen\equal-pointers-unequal\README.md`
783- `tests\ui\functions-closures\closure-expected-type\README.md`
784- `tests\ui\lint\removed-lints\README.md`
785- `tests\ui\mir-dataflow\README.md`
786- `tests\ui\reachable\README.md`
787- `tests\ui\rustc-env\README.md`
788- `tests\ui\rustdoc\README.md`
789- `tests\ui\self\elision\README.md`
790- `tests\ui\specialization\README.md`
791
792## Test Directories
793
794- `compiler\rustc_codegen_gcc\tests`
795- `compiler\rustc_errors\src\markdown\tests`
796- `compiler\rustc_pattern_analysis\tests`
797- `compiler\rustc_target\src\spec`
798- `compiler\rustc_thread_pool\tests`
799- `library\alloctests\testing`
800- `library\alloctests\tests`
801- `library\alloctests\tests\testing`
802- `library\compiler-builtins\builtins-test-intrinsics\tests`
803- `library\compiler-builtins\builtins-test\tests`
804- `library\compiler-builtins\crates\libm-macros\tests`
805- `library\compiler-builtins\crates\symbol-check\tests`
806- `library\compiler-builtins\crates\update-api-list\tests`
807- `library\compiler-builtins\libm-test\tests`
808- `library\coretests\tests`
809- `library\portable-simd\crates\core_simd\tests`
810- `library\portable-simd\crates\std_float\tests`
811- `library\std\tests`
812- `library\std_detect\tests`
813- `library\stdarch\crates\stdarch-gen-arm\spec`
814- `library\stdarch\crates\stdarch-verify\tests`
815- `library\test`
816- `src\bootstrap\src\core\build_steps\test`
817- `src\bootstrap\src\utils\tests`
818- `src\ci\citool\tests`
819- `src\doc\rustc-dev-guide\src\tests`
820- `src\doc\rustc\src\tests`
821- `src\tools\clippy\tests`
822- `src\tools\linkchecker\tests`
823- `src\tools\miri\test-cargo-miri\tests`
824- `src\tools\miri\tests`
825- `src\tools\remote-test-client\tests`
826- `src\tools\rust-analyzer\crates\hir-def\src\expr_store\tests`
827- `src\tools\rust-analyzer\crates\hir-def\src\nameres\tests`
828- `src\tools\rust-analyzer\crates\hir-ty\src\consteval\tests`
829- `src\tools\rust-analyzer\crates\hir-ty\src\layout\tests`
830- `src\tools\rust-analyzer\crates\hir-ty\src\tests`
831- `src\tools\rust-analyzer\crates\ide-assists\src\tests`
832- `src\tools\rust-analyzer\crates\ide-completion\src\tests`
833- `src\tools\rust-analyzer\crates\ide-diagnostics\src\tests`
834- `src\tools\rust-analyzer\crates\parser\src\tests`
835- `src\tools\rust-analyzer\crates\proc-macro-srv-cli\tests`
836- `src\tools\rust-analyzer\crates\proc-macro-srv\src\tests`
837- `src\tools\rust-analyzer\crates\query-group-macro\tests`
838- `src\tools\rust-analyzer\crates\rust-analyzer\tests`
839- `src\tools\rust-analyzer\editors\code\tests`
840- `src\tools\rust-analyzer\lib\smol_str\tests`
841- `src\tools\rust-analyzer\lib\text-size\tests`
842- `src\tools\rust-installer\test`
843- `src\tools\rustfmt\check_diff\tests`
844- `src\tools\rustfmt\config_proc_macro\tests`
845- `src\tools\rustfmt\src\cargo-fmt\test`
846- `src\tools\rustfmt\src\format-diff\test`
847- `src\tools\rustfmt\src\test`
848- `src\tools\rustfmt\tests`
849- `src\tools\rustfmt\tests\mod-resolver\test-submodule-issue-5119\tests`
850- `tests`
851
852## Warnings & Diagnostics
853
8541. 48 file extension(s) not in language registry: .1, .args, .askama, .auxv, .bmp. These files were counted but language not identified. Add to LANGUAGE_EXTENSIONS in framework_signatures.py.
855
856**Unknown Extensions** (48 not yet in registry):
857- `.1` — add to `LANGUAGE_EXTENSIONS` for future support
858- `.args` — add to `LANGUAGE_EXTENSIONS` for future support
859- `.askama` — add to `LANGUAGE_EXTENSIONS` for future support
860- `.auxv` — add to `LANGUAGE_EXTENSIONS` for future support
861- `.bmp` — add to `LANGUAGE_EXTENSIONS` for future support
862- `.cff` — add to `LANGUAGE_EXTENSIONS` for future support
863- `.check` — add to `LANGUAGE_EXTENSIONS` for future support
864- `.checks` — add to `LANGUAGE_EXTENSIONS` for future support
865- `.cmd` — add to `LANGUAGE_EXTENSIONS` for future support
866- `.config` — add to `LANGUAGE_EXTENSIONS` for future support
867- `.cov-map` — add to `LANGUAGE_EXTENSIONS` for future support
868- `.coverage` — add to `LANGUAGE_EXTENSIONS` for future support
869- `.data` — add to `LANGUAGE_EXTENSIONS` for future support
870- `.def` — add to `LANGUAGE_EXTENSIONS` for future support
871- `.defconfig` — add to `LANGUAGE_EXTENSIONS` for future support
872- `.diff` — add to `LANGUAGE_EXTENSIONS` for future support
873- `.dot` — add to `LANGUAGE_EXTENSIONS` for future support
874- `.err` — add to `LANGUAGE_EXTENSIONS` for future support
875- `.fixed` — add to `LANGUAGE_EXTENSIONS` for future support
876- `.fragment` — add to `LANGUAGE_EXTENSIONS` for future support
877
878## Governance Gate — V3-003
879
880✅ **APPROVED** — Repository understanding complete. Pipeline may proceed.
881
882---
883
884*Generated by [CodeTruth Agent V3](https://github.com/Zeeshan78699/CodeTruthAgent)*
885*Module 1 — Universal Repository Discovery Engine*
886*Scan timestamp: 2026-06-12T11:20:15.878381+00:00*