This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
279 files changed
+2584
-1959
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust/state
- rustc_ast/src
- util
- rustc_borrowck/src/type_check
- rustc_builtin_macros/src
- assert
- deriving
- rustc_codegen_cranelift
- example
- src/intrinsics
- rustc_codegen_gcc/src/intrinsic
- rustc_codegen_llvm/src
- back
- llvm
- rustc_error_codes/src/error_codes
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir_analysis/src
- check
- collect
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- relate
- rustc_lint
- src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src
- rustc_middle/src
- traits/solve
- inspect
- ty
- rustc_mir_transform/src
- rustc_next_trait_solver/src
- rustc_parse/src
- parser
- rustc_passes/src
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_span/src
- rustc_target/src/spec
- abi
- rustc_trait_selection/src
- solve
- assembly
- eval_ctxt
- inspect
- normalizes_to
- traits/select
- rustc_ty_utils/src
- stable_mir/src
- library
- alloc/src
- vec
- core/src
- intrinsics
- panic_unwind/src
- std/src
- sync/mpmc
- sys/pal/windows
- src
- doc
- librustdoc/html/static/js
- tools
- clippy/clippy_utils/src
- compiletest/src
- miri
- src
- concurrency
- shims
- intrinsics
- tests
- fail
- function_calls
- intrinsics
- panic
- pass
- function_calls
- utils
- rustfmt
- src
- parse
- test
- tests/parser
- tests
- assembly
- codegen
- instrument-coverage
- issues
- meta-filecheck
- simd-intrinsic
- simd
- incremental
- run-make
- coverage-llvmir
- wasm-exceptions-nostd/src
- ui
- async-await/async-closures
- attributes/unix_sigpipe/auxiliary
- coherence/occurs-check
- consts/const-eval/simd
- error-codes
- feature-gates
- higher-ranked/trait-bounds
- impl-trait
- inline-const
- interior-mutability
- intrinsics
- lexer
- lifetimes
- lint/rfc-2457-non-ascii-idents
- parser/attribute
- simd
- intrinsic
- traits/next-solver
- assembly
- coherence
- generalize
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
279 files changed
+2584
-1959
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
958 | 958 | | |
959 | 959 | | |
960 | 960 | | |
961 | | - | |
| 961 | + | |
962 | 962 | | |
963 | 963 | | |
964 | 964 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1296 | 1296 | | |
1297 | 1297 | | |
1298 | 1298 | | |
1299 | | - | |
| 1299 | + | |
1300 | 1300 | | |
1301 | 1301 | | |
1302 | 1302 | | |
1303 | | - | |
1304 | | - | |
1305 | | - | |
1306 | | - | |
1307 | | - | |
1308 | | - | |
1309 | | - | |
1310 | | - | |
1311 | | - | |
1312 | | - | |
1313 | | - | |
1314 | | - | |
1315 | | - | |
1316 | 1303 | | |
1317 | 1304 | | |
1318 | 1305 | | |
| |||
1531 | 1518 | | |
1532 | 1519 | | |
1533 | 1520 | | |
1534 | | - | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
1535 | 1525 | | |
1536 | 1526 | | |
1537 | 1527 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1526 | 1526 | | |
1527 | 1527 | | |
1528 | 1528 | | |
1529 | | - | |
| 1529 | + | |
1530 | 1530 | | |
1531 | 1531 | | |
1532 | 1532 | | |
| |||
1642 | 1642 | | |
1643 | 1643 | | |
1644 | 1644 | | |
1645 | | - | |
| 1645 | + | |
1646 | 1646 | | |
1647 | 1647 | | |
1648 | 1648 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1063 | 1063 | | |
1064 | 1064 | | |
1065 | 1065 | | |
1066 | | - | |
| 1066 | + | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | 1069 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
331 | | - | |
332 | | - | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
333 | 336 | | |
| 337 | + | |
334 | 338 | | |
335 | 339 | | |
336 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
| 335 | + | |
335 | 336 | | |
336 | 337 | | |
337 | 338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
893 | 893 | | |
894 | 894 | | |
895 | 895 | | |
896 | | - | |
| 896 | + | |
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
901 | 906 | | |
902 | 907 | | |
903 | 908 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
548 | 549 | | |
549 | 550 | | |
550 | 551 | | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
551 | 556 | | |
552 | 557 | | |
553 | 558 | | |
| |||
0 commit comments